summaryrefslogtreecommitdiff
path: root/tests/dhcp-rfc5859-v.out
Commit message (Collapse)AuthorAgeFilesLines
* DHCP: Make option printing format more consistent.Denis Ovsienko2020-08-071-22/+22
| | | | | | | | | | | | | | | 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 filesFrancois-Xavier Le Bail2018-08-091-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 TFTP Server Address option (RFC5859)Francois-Xavier Le Bail2014-12-011-0/+44