summaryrefslogtreecommitdiff
path: root/print-dhcp6.c
Commit message (Expand)AuthorAgeFilesLines
* Use ND_TTEST_SIZE()/ND_TCHECK_SIZE() macros (1/n)Francois-Xavier Le Bail2018-01-031-1/+1
* Use nd_ipv6 for IPV6 addresses.Guy Harris2017-12-171-4/+4
* Replace ND_TTEST2()/ND_TCHECK2() macros by macros using pointers (1/n)Francois-Xavier Le Bail2017-12-111-1/+1
* Make nd_uint8_t and nd_int8_t arrays, to catch direct references.Guy Harris2017-12-101-4/+5
* Use more the EXTRACT_U_1() macro (28/n)Francois-Xavier Le Bail2017-11-261-7/+7
* Use pointer expressions like in most similar casesFrancois-Xavier Le Bail2017-11-251-6/+6
* Rename EXTRACT_ macrosFrancois-Xavier Le Bail2017-11-221-38/+38
* More EXTRACT_8BITS() and other cleanups.Guy Harris2017-11-221-1/+1
* Use pointer expressions like in most similar casesFrancois-Xavier Le Bail2017-11-201-12/+12
* More EXTRACT_8BITS() changes. Use ND_CHECK_nBITS() more as well.Guy Harris2017-11-191-15/+25
* Rename EXTRACT_nBITS() macros to EXTRACT_BE_nBITS()Francois-Xavier Le Bail2017-11-181-27/+27
* CVE-2017-13017/DHCPv6: Add a missing option length check.Guy Harris2017-09-131-0/+4
* Discard result of fn_printn() calls.Guy Harris2017-01-181-2/+2
* Make sure we have the entire option before printing it.Guy Harris2017-01-181-0/+1
* Use fn_printn() to print strings.Guy Harris2017-01-181-1/+1
* Don't cast away constness.Guy Harris2017-01-131-9/+8
* Updating to use fn_printnEliot Lear2016-12-311-1/+3
* Updated print-bootp.c with corrected options for TZ and added option for MUDURL.Eliot Lear2016-12-081-0/+14
* fix alignment issues with GCC on Solaris 10 SPARCDenis Ovsienko2016-10-091-8/+8
* Move the printer summaries from INSTALL.txt to each printerFrancois-Xavier Le Bail2016-08-141-0/+3
* Rename 'tcpdump-stdinc.h' to 'netdissect-stdinc.h'Francois-Xavier Le Bail2015-09-101-1/+1
* DHCPv6: Update Status Codes with RFCs/IANA namesFrancois-Xavier Le Bail2015-09-061-11/+11
* Printers must include 'netdissect.h', not 'interface.h'Francois-Xavier Le Bail2015-09-051-1/+1
* 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