aboutsummaryrefslogtreecommitdiff
path: root/print-ip6opts.c
AgeCommit message (Expand)Author
2020-09-06Remove many (762) now redundant ND_TCHECK_n() callsFrancois-Xavier Le Bail
2020-04-21Fix handling of Jumbo option when it's a destination option.Guy Harris
2020-01-19More bounds checking when fetching addresses and converting to strings.Guy Harris
2019-05-03Add more checks.Guy Harris
2019-05-02Handle the IPv6 Jumbo Payload option.Guy Harris
2019-03-26Use the new GET_ macros instead of the EXTRACT_ onesFrancois-Xavier Le Bail
2018-09-24IP6OPTS: Fix some truncation codesFrancois-Xavier Le Bail
2018-05-06Add more nd_print_trunc() callsFrancois-Xavier Le Bail
2018-03-16Add the ndo_protocol field in the netdissect_options structureFrancois-Xavier Le Bail
2018-01-21Always include <config.h> rather than "config.h".Guy Harris
2018-01-21Use quoted include netdissect-stdinc.h instead of angle-bracketed oneFrancois-Xavier Le Bail
2018-01-11Clean up signed vs. unsigned.Guy Harris
2018-01-07IP6OPTS: Use more ND_TCHECK_n() macrosFrancois-Xavier Le Bail
2018-01-07Update ND_PRINT() as a variadic macroFrancois-Xavier Le Bail
2017-12-13Remove all storage class specifier 'register'Francois-Xavier Le Bail
2017-12-11Use nd_ types in the IPv6 structures.Guy Harris
2017-12-11Replace ND_TTEST2()/ND_TCHECK2() macros by macros using pointers (1/n)Francois-Xavier Le Bail
2017-12-10Use more the EXTRACT_U_1() macro (53/n)Francois-Xavier Le Bail
2017-12-03Use more the EXTRACT_U_1() macro (46/n)Francois-Xavier Le Bail
2017-12-03Use more the EXTRACT_U_1() macro (43/n)Francois-Xavier Le Bail
2017-12-02Simplify some expressionsFrancois-Xavier Le Bail
2017-12-02Use more the EXTRACT_U_1() macro (42/n)Francois-Xavier Le Bail
2017-11-26Use more the EXTRACT_U_1() macro (28/n)Francois-Xavier Le Bail
2017-11-25Use pointer expressions like in most similar casesFrancois-Xavier Le Bail
2017-11-22Rename EXTRACT_ macrosFrancois-Xavier Le Bail
2017-11-22More EXTRACT_8BITS() and other cleanups.Guy Harris
2017-11-20Use pointer expressions like in most similar casesFrancois-Xavier Le Bail
2017-11-18Rename EXTRACT_nBITS() macros to EXTRACT_BE_nBITS()Francois-Xavier Le Bail
2017-09-13Fix Linux/GCC build after the previous commit.Denis Ovsienko
2016-08-14Move the printer summaries from INSTALL.txt to each printerFrancois-Xavier Le Bail
2015-09-17Don't require IPv6 library support in order to support IPv6 addresses.Guy Harris
2015-09-10Rename 'tcpdump-stdinc.h' to 'netdissect-stdinc.h'Francois-Xavier Le Bail
2015-09-05Printers must include 'netdissect.h', not 'interface.h'Francois-Xavier Le Bail
2015-04-26Fix a bunch of de-constifications.Guy Harris
2015-03-22dismiss NETDISSECT_REWORKED macroDenis Ovsienko
2014-04-04Netdissectify the to-name resolution routines.Guy Harris
2014-03-26finalize some previous NDO conversionsDenis Ovsienko
2014-03-15make use of NETDISSECT_REWORKEDDenis Ovsienko
2014-03-13NDOize 8 more small decodersDenis Ovsienko
2014-01-04IPv6: refresh options decoding (GH #47 pt. 3)Denis Ovsienko
2014-01-03remove tcpdump's own CVS keywordsDenis Ovsienko
2012-02-28Print a space after the options if there are any options.Guy Harris
2012-02-28Get rid of extra blank after unknown options.Matthew Luckie
2005-04-20Get rid of unused variables.guy
2003-11-19Have various routines for printing non-final headers for IPv4/IPv6guy
2003-11-16Have the configure script arrange that the Makefile define _U_guy
2003-11-15From Neil Spring:guy
2003-01-10From David Binderman <d.binderman@virgin.net>, in a Red Hat Bugzillaguy
2002-12-11The "__attribute__((packed))" tag on structures causes some files not toguy
2002-08-01Added support for Win32, based on WinPcap.risso