summaryrefslogtreecommitdiff
path: root/tests/dhcpv6-domain-list.out
Commit message (Collapse)AuthorAgeFilesLines
* Use UTC/GMT time when building/checking tests filesFrancois-Xavier Le Bail2018-08-091-1/+1
| | | | | | | | | | | | | 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.
* DHCPv6 decoder fixfxlb2013-05-311-1/+1
| | | | | - fix the tests for DH6OPT_SIP_SERVER_D, DH6OPT_DOMAIN_LIST and DH6OPT_NTP_SERVER, - add missing ")".
* DHCPv6 decoder update (RFC3646, DNS options)fxlb2013-05-061-0/+1
- Add decoder for option 24 (DOMAIN_LIST) - Rename option 23 as DNS_SERVERS - Rename option 24 as DOMAIN_LIST - In dhcp6opt_print() constify dh6o