| Commit message (Expand) | Author | Age | Files | Lines |
* | Rename 'tcpdump-stdinc.h' to 'netdissect-stdinc.h' | Francois-Xavier Le Bail | 2015-09-10 | 1 | -1/+1 |
* | DHCPv6: Update Status Codes with RFCs/IANA names | Francois-Xavier Le Bail | 2015-09-06 | 1 | -11/+11 |
* | Printers must include 'netdissect.h', not 'interface.h' | Francois-Xavier Le Bail | 2015-09-05 | 1 | -1/+1 |
* | Fix a bunch of de-constifications. | Guy Harris | 2015-04-26 | 1 | -31/+31 |
* | dismiss NETDISSECT_REWORKED macro | Denis Ovsienko | 2015-03-22 | 1 | -1/+0 |
* | u_intN_t is dead, long live uintN_t. | Guy Harris | 2014-04-23 | 1 | -12/+12 |
* | DHCPv6: make use of tok2str() | Denis Ovsienko | 2014-04-10 | 1 | -201/+93 |
* | DHCPv6: axe a couple invariant expressions | Denis Ovsienko | 2014-04-10 | 1 | -6/+1 |
* | Netdissectify the to-name resolution routines. | Guy Harris | 2014-04-04 | 1 | -8/+8 |
* | finalize some previous NDO conversions | Denis Ovsienko | 2014-03-26 | 1 | -2/+2 |
* | NDOize BOOTP, DHCPv6, DNS, PIM and sFlow decoders | Denis Ovsienko | 2014-03-25 | 1 | -141/+144 |
* | Fix typo. | Guy Harris | 2014-01-18 | 1 | -1/+1 |
* | remove tcpdump's own CVS keywords | Denis Ovsienko | 2014-01-03 | 1 | -5/+0 |
* | whitespace changes | Michael Richardson | 2014-01-01 | 1 | -1/+1 |
* | DHCPv6 decoder fix | fxlb | 2013-05-31 | 1 | -6/+9 |
* | DHCPv6 decoder update (RFC3646, DNS options) | fxlb | 2013-05-06 | 1 | -6/+7 |
* | DHCPv6 decoder update | fxlb | 2013-04-29 | 1 | -1/+9 |
* | DHCPv6 decoder update | fxlb | 2013-04-25 | 1 | -4/+47 |
* | Get rid of declarations in the middle of code; they're not valid C. | Gisle Vanem | 2013-03-26 | 1 | -2/+3 |
* | print-dhcp6.c: update of the references RFC with their titles | fxlb | 2012-12-05 | 1 | -8/+8 |
* | print-dhcp6.c: Fix bugs in DH6OPT_IA_NA, DH6OPT_IA_PD, DH6OPT_IA_TA, DH6OPT_I... | fxlb | 2012-11-26 | 1 | -4/+4 |
* | print-dhcp6.c: add TCHECK(*dh6o) in dhcp6opt_print() | fxlb | 2012-11-26 | 1 | -0/+1 |
* | Decode DHCPv6 AFTR-Name option (RFC6334) | FXLB | 2012-11-20 | 1 | -0/+28 |
* | Improve printout of DHCPv6 options. | Steinar Haug | 2010-11-13 | 1 | -3/+3 |
* | From Francois-Xavier Le Bail: use hyphens, rather than spaces, in DHCPv6 | Guy (Core OS) Harris | 2009-06-03 | 1 | -39/+39 |
* | Don't use structures to define the layout of DHCP options. For one | Guy Harris | 2009-05-24 | 1 | -125/+61 |
* | From Francis Dupont: update the DHCPv6 printer to handle newer features. | guy | 2008-02-06 | 1 | -1/+132 |
* | From Shinsuke Suzuki: | guy | 2006-10-25 | 1 | -44/+78 |
* | Squelch some signed-vs-unsigned comparison warnings. | guy | 2004-07-06 | 1 | -4/+4 |
* | DHCPv6 authentication stuff. jinmei@kame | itojun | 2004-07-05 | 1 | -2/+110 |
* | From Shinsuke Suzuki <suz@kame.net>: a patch to support some DHCPv6 | guy | 2004-06-16 | 1 | -4/+29 |
* | use official assigned numbers for DHCPv6 prefix delegation options. suz@kame | itojun | 2004-01-21 | 1 | -11/+8 |
* | Get rid of unused arguments to "dhcp6_print()". | guy | 2003-11-18 | 1 | -4/+3 |
* | Have the configure script arrange that the Makefile define _U_ | guy | 2003-11-16 | 1 | -4/+4 |
* | Escape question marks, to avoid warnings about trigraphs. | guy | 2003-11-15 | 1 | -2/+2 |
* | From Neil Spring: | guy | 2003-11-15 | 1 | -4/+4 |
* | update from suz@kame.net | itojun | 2003-10-29 | 1 | -4/+51 |
* | use snprintf | itojun | 2003-08-13 | 1 | -3/+3 |
* | decode dhcp6 relay message. from jinmei@kame | itojun | 2003-07-16 | 1 | -27/+170 |
* | Fix up some errors from the previous checkin. | guy | 2002-12-11 | 1 | -6/+7 |
* | The "__attribute__((packed))" tag on structures causes some files not to | guy | 2002-12-11 | 1 | -11/+12 |
* | Get rid of an argument to "printf()" that didn't have a matching format | guy | 2002-08-02 | 1 | -2/+2 |
* | Added support for Win32, based on WinPcap. | risso | 2002-08-01 | 1 | -8/+2 |
* | avoid trigraph | itojun | 2002-06-15 | 1 | -10/+10 |
* | dhcpv6 i-d revision 26, by jinmei@kame | itojun | 2002-06-14 | 1 | -18/+207 |
* | whitespace cleanup | itojun | 2002-06-11 | 1 | -3/+3 |
* | Get rid of unneeded incomplete definitions of "struct mbuf" and "struct | guy | 2002-06-01 | 1 | -4/+1 |
* | Fix a cast to use the correct type. | guy | 2002-01-19 | 1 | -2/+2 |
* | use draft 22 declaration for dhcp6 (which is under dhcwg last call - hope | itojun | 2002-01-10 | 1 | -255/+140 |
* | Eliminate some unused parameters. | fenner | 2001-09-17 | 1 | -2/+2 |