summaryrefslogtreecommitdiff
path: root/print-dhcp6.c
Commit message (Expand)AuthorAgeFilesLines
* Squelch some signed-vs-unsigned comparison warnings.guy2004-07-061-4/+4
* DHCPv6 authentication stuff. jinmei@kameitojun2004-07-051-2/+110
* From Shinsuke Suzuki <suz@kame.net>: a patch to support some DHCPv6guy2004-06-161-4/+29
* use official assigned numbers for DHCPv6 prefix delegation options. suz@kameitojun2004-01-211-11/+8
* Get rid of unused arguments to "dhcp6_print()".guy2003-11-181-4/+3
* Have the configure script arrange that the Makefile define _U_guy2003-11-161-4/+4
* Escape question marks, to avoid warnings about trigraphs.guy2003-11-151-2/+2
* From Neil Spring:guy2003-11-151-4/+4
* update from suz@kame.netitojun2003-10-291-4/+51
* use snprintfitojun2003-08-131-3/+3
* decode dhcp6 relay message. from jinmei@kameitojun2003-07-161-27/+170
* Fix up some errors from the previous checkin.guy2002-12-111-6/+7
* The "__attribute__((packed))" tag on structures causes some files not toguy2002-12-111-11/+12
* Get rid of an argument to "printf()" that didn't have a matching formatguy2002-08-021-2/+2
* Added support for Win32, based on WinPcap.risso2002-08-011-8/+2
* avoid trigraphitojun2002-06-151-10/+10
* dhcpv6 i-d revision 26, by jinmei@kameitojun2002-06-141-18/+207
* whitespace cleanupitojun2002-06-111-3/+3
* Get rid of unneeded incomplete definitions of "struct mbuf" and "structguy2002-06-011-4/+1
* Fix a cast to use the correct type.guy2002-01-191-2/+2
* use draft 22 declaration for dhcp6 (which is under dhcwg last call - hopeitojun2002-01-101-255/+140
* Eliminate some unused parameters.fenner2001-09-171-2/+2
* tidy up prototypesitojun2001-01-281-4/+4
* Eliminate __P().fenner2000-10-241-4/+4
* Get rid of unneeded includes of <net/if.h>.guy2000-09-281-2/+1
* correct spacing.itojun2000-07-311-8/+7
* remove non-STDC codeassar2000-07-011-6/+1
* correct dhcp6 solitation plen/id handling. plen is 7 bit, id is 9 bit!itojun2000-05-171-29/+32
* sync with draft-ietf-dhc-dhcp6v6exts-12.itojun2000-05-151-25/+30
* correct protocol flag processing.itojun2000-05-131-16/+14
* support new IPv6 dhcp spec (15 draft). no backward compatibility initojun2000-05-131-23/+35
* s/u_short/u_int16_t/ for KAME-origin source codesitojun2000-04-281-2/+2
* * print-rt6.c: make IPv6 routing header printing work with new 2292bisitojun1999-12-221-3/+5
* Switch to config.h instead of passing defines in DEFS.fenner1999-11-211-1/+5
* Bring in KAME IPv6 tcpdump. replaces esp/ah/isakmp decoder.itojun1999-10-301-0/+336