summaryrefslogtreecommitdiff
path: root/tests/dhcpv6-sip-server-d.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 updatefxlb2013-04-291-0/+1
- In dhcp6opt_print() constify tp - Add decoder for option 21 (SIP_SERVER_D - RFC3319)