Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | DHCP: Make option printing format more consistent. | Denis Ovsienko | 2020-08-07 | 1 | -27/+27 |
| | | | | | | | | | | | | | | | rfc1048_print() used to print DHCP options in a few different formats depending on the context (see GH issue #866): * at the top of an RFC 1048 block: * known options: [string] name and [decimal] tag * unknown options: tag twice * inside a Parameter Request (55) block: * known options: name * unknown options: tag Change it to use the "Name (tag)" format (as in TCP, BGP, etc) in all contexts. Update output for 8 tests. | ||||
* | Use UTC/GMT time when building/checking tests files | Francois-Xavier Le Bail | 2018-08-09 | 1 | -4/+4 |
| | | | | | | | | | | | | | This will avoid some differences when checking in different time zones. We now run the tests without the '-t' option. This will allow to get problems/changes in time printing functions. Update the output of the tests accordingly. Moreover: Add the '-#' option to better identify a packet when there is a difference in output. | ||||
* | DHCP: decoder for the User Class option (RFC3004) | Francois-Xavier Le Bail | 2014-11-28 | 1 | -0/+55 |