summaryrefslogtreecommitdiff
path: root/print-ip6opts.c
Commit message (Expand)AuthorAgeFilesLines
* Remove many (762) now redundant ND_TCHECK_n() callsFrancois-Xavier Le Bail2020-09-061-2/+0
* Fix handling of Jumbo option when it's a destination option.Guy Harris2020-04-211-8/+13
* More bounds checking when fetching addresses and converting to strings.Guy Harris2020-01-191-1/+1
* Add more checks.Guy Harris2019-05-031-5/+29
* Handle the IPv6 Jumbo Payload option.Guy Harris2019-05-021-21/+39
* Use the new GET_ macros instead of the EXTRACT_ onesFrancois-Xavier Le Bail2019-03-261-21/+23
* IP6OPTS: Fix some truncation codesFrancois-Xavier Le Bail2018-09-241-20/+23
* Add more nd_print_trunc() callsFrancois-Xavier Le Bail2018-05-061-2/+2
* Add the ndo_protocol field in the netdissect_options structureFrancois-Xavier Le Bail2018-03-161-0/+2
* Always include <config.h> rather than "config.h".Guy Harris2018-01-211-1/+1
* Use quoted include netdissect-stdinc.h instead of angle-bracketed oneFrancois-Xavier Le Bail2018-01-211-1/+1
* Clean up signed vs. unsigned.Guy Harris2018-01-111-7/+7
* IP6OPTS: Use more ND_TCHECK_n() macrosFrancois-Xavier Le Bail2018-01-071-2/+2
* Update ND_PRINT() as a variadic macroFrancois-Xavier Le Bail2018-01-071-27/+27
* Remove all storage class specifier 'register'Francois-Xavier Le Bail2017-12-131-2/+2
* Use nd_ types in the IPv6 structures.Guy Harris2017-12-111-2/+2
* Replace ND_TTEST2()/ND_TCHECK2() macros by macros using pointers (1/n)Francois-Xavier Le Bail2017-12-111-2/+2
* Use more the EXTRACT_U_1() macro (53/n)Francois-Xavier Le Bail2017-12-101-2/+2
* Use more the EXTRACT_U_1() macro (46/n)Francois-Xavier Le Bail2017-12-031-2/+2
* Use more the EXTRACT_U_1() macro (43/n)Francois-Xavier Le Bail2017-12-031-4/+4
* Simplify some expressionsFrancois-Xavier Le Bail2017-12-021-2/+2
* Use more the EXTRACT_U_1() macro (42/n)Francois-Xavier Le Bail2017-12-021-2/+2
* 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-1/+1
* Rename EXTRACT_ macrosFrancois-Xavier Le Bail2017-11-221-2/+2
* More EXTRACT_8BITS() and other cleanups.Guy Harris2017-11-221-4/+4
* Use pointer expressions like in most similar casesFrancois-Xavier Le Bail2017-11-201-2/+2
* Rename EXTRACT_nBITS() macros to EXTRACT_BE_nBITS()Francois-Xavier Le Bail2017-11-181-2/+2
* Fix Linux/GCC build after the previous commit.Denis Ovsienko2017-09-131-2/+2
* Move the printer summaries from INSTALL.txt to each printerFrancois-Xavier Le Bail2016-08-141-0/+2
* Don't require IPv6 library support in order to support IPv6 addresses.Guy Harris2015-09-171-2/+0
* Rename 'tcpdump-stdinc.h' to 'netdissect-stdinc.h'Francois-Xavier Le Bail2015-09-101-1/+1
* 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-2/+2
* dismiss NETDISSECT_REWORKED macroDenis Ovsienko2015-03-221-1/+0
* Netdissectify the to-name resolution routines.Guy Harris2014-04-041-1/+1
* finalize some previous NDO conversionsDenis Ovsienko2014-03-261-2/+2
* make use of NETDISSECT_REWORKEDDenis Ovsienko2014-03-151-1/+2
* NDOize 8 more small decodersDenis Ovsienko2014-03-131-42/+40
* IPv6: refresh options decoding (GH #47 pt. 3)Denis Ovsienko2014-01-041-112/+0
* remove tcpdump's own CVS keywordsDenis Ovsienko2014-01-031-5/+0
* Print a space after the options if there are any options.Guy Harris2012-02-281-0/+3
* Get rid of extra blank after unknown options.Matthew Luckie2012-02-281-1/+1
* Get rid of unused variables.guy2005-04-201-7/+1
* Have various routines for printing non-final headers for IPv4/IPv6guy2003-11-191-3/+3
* Have the configure script arrange that the Makefile define _U_guy2003-11-161-4/+4
* From Neil Spring:guy2003-11-151-4/+4
* From David Binderman <d.binderman@virgin.net>, in a Red Hat Bugzillaguy2003-01-101-2/+2
* The "__attribute__((packed))" tag on structures causes some files not toguy2002-12-111-12/+9
* Added support for Win32, based on WinPcap.risso2002-08-011-6/+2