summaryrefslogtreecommitdiff
path: root/print-dhcp6.c
Commit message (Expand)AuthorAgeFilesLines
* Fix a bunch of de-constifications.Guy Harris2015-04-261-31/+31
* dismiss NETDISSECT_REWORKED macroDenis Ovsienko2015-03-221-1/+0
* u_intN_t is dead, long live uintN_t.Guy Harris2014-04-231-12/+12
* DHCPv6: make use of tok2str()Denis Ovsienko2014-04-101-201/+93
* DHCPv6: axe a couple invariant expressionsDenis Ovsienko2014-04-101-6/+1
* Netdissectify the to-name resolution routines.Guy Harris2014-04-041-8/+8
* finalize some previous NDO conversionsDenis Ovsienko2014-03-261-2/+2
* NDOize BOOTP, DHCPv6, DNS, PIM and sFlow decodersDenis Ovsienko2014-03-251-141/+144
* Fix typo.Guy Harris2014-01-181-1/+1
* remove tcpdump's own CVS keywordsDenis Ovsienko2014-01-031-5/+0
* whitespace changesMichael Richardson2014-01-011-1/+1
* DHCPv6 decoder fixfxlb2013-05-311-6/+9
* DHCPv6 decoder update (RFC3646, DNS options)fxlb2013-05-061-6/+7
* DHCPv6 decoder updatefxlb2013-04-291-1/+9
* DHCPv6 decoder updatefxlb2013-04-251-4/+47
* Get rid of declarations in the middle of code; they're not valid C.Gisle Vanem2013-03-261-2/+3
* print-dhcp6.c: update of the references RFC with their titlesfxlb2012-12-051-8/+8
* print-dhcp6.c: Fix bugs in DH6OPT_IA_NA, DH6OPT_IA_PD, DH6OPT_IA_TA, DH6OPT_I...fxlb2012-11-261-4/+4
* print-dhcp6.c: add TCHECK(*dh6o) in dhcp6opt_print()fxlb2012-11-261-0/+1
* Decode DHCPv6 AFTR-Name option (RFC6334)FXLB2012-11-201-0/+28
* Improve printout of DHCPv6 options.Steinar Haug2010-11-131-3/+3
* From Francois-Xavier Le Bail: use hyphens, rather than spaces, in DHCPv6Guy (Core OS) Harris2009-06-031-39/+39
* Don't use structures to define the layout of DHCP options. For oneGuy Harris2009-05-241-125/+61
* From Francis Dupont: update the DHCPv6 printer to handle newer features.guy2008-02-061-1/+132
* From Shinsuke Suzuki:guy2006-10-251-44/+78
* 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