]> The Tcpdump Group git mirrors - tcpdump/history - print-dhcp6.c
When checking for pcap_if_t, add $V_INCLS to CFLAGS, so we look at the
[tcpdump] / print-dhcp6.c
2004-07-06  guySquelch some signed-vs-unsigned comparison warnings.
2004-07-05  itojunDHCPv6 authentication stuff. jinmei@kame
2004-06-16  guyFrom Shinsuke Suzuki <[email protected]>: a patch to support...
2004-01-21  itojunuse official assigned numbers for DHCPv6 prefix delegat...
2003-11-18  guyGet rid of unused arguments to "dhcp6_print()".
2003-11-16  guyHave the configure script arrange that the Makefile...
2003-11-15  guyEscape question marks, to avoid warnings about trigraphs.
2003-11-15  guyFrom Neil Spring:
2003-10-29  itojunupdate from [email protected]
2003-08-13  itojunuse snprintf
2003-07-16  itojundecode dhcp6 relay message. from jinmei@kame
2002-12-11  guyFix up some errors from the previous checkin.
2002-12-11  guyThe "__attribute__((packed))" tag on structures causes...
2002-08-02  guyGet rid of an argument to "printf()" that didn't have...
2002-08-01  rissoAdded support for Win32, based on WinPcap.
2002-06-15  itojunavoid trigraph
2002-06-14  itojundhcpv6 i-d revision 26, by jinmei@kame
2002-06-11  itojunwhitespace cleanup
2002-06-01  guyGet rid of unneeded incomplete definitions of "struct...
2002-01-19  guyFix a cast to use the correct type.
2002-01-10  itojunuse draft 22 declaration for dhcp6 (which is under...
2001-09-17  fennerEliminate some unused parameters.
2001-01-28  itojuntidy up prototypes
2000-10-24  fennerEliminate __P().
2000-09-28  guyGet rid of unneeded includes of <net/if.h>.
2000-07-31  itojuncorrect spacing.
2000-07-01  assarremove non-STDC code
2000-05-17  itojuncorrect dhcp6 solitation plen/id handling. plen is...
2000-05-15  itojunsync with draft-ietf-dhc-dhcp6v6exts-12.
2000-05-13  itojuncorrect protocol flag processing.
2000-05-13  itojunsupport new IPv6 dhcp spec (15 draft). no backward...
2000-04-28  itojuns/u_short/u_int16_t/ for KAME-origin source codes
1999-12-22  itojun* print-rt6.c: make IPv6 routing header printing work...
1999-11-21  fennerSwitch to config.h instead of passing defines in DEFS.
1999-10-30  itojunBring in KAME IPv6 tcpdump. replaces esp/ah/isakmp...