summaryrefslogtreecommitdiff
path: root/print-ip6.c
Commit message (Expand)AuthorAgeFilesLines
* IPv6: Add a check for the Jumbo Payload Hop-by-Hop optionFrancois-Xavier Le Bail2022-08-221-0/+5
* IPv6: Add some checks for the Hop-by-Hop Options headerFrancois-Xavier Le Bail2022-08-131-1/+20
* Fix some typosFrancois-Xavier Le Bail2022-07-041-1/+1
* Fail if nd_push_buffer() or nd_push_snaplen() fails.Guy Harris2022-04-011-1/+4
* Have routines that set the snapend take a buffer pointer and length as args.Guy Harris2022-03-311-3/+3
* IPv6: Remove an obsolete code in an always-false #if wrapperFrancois-Xavier Le Bail2022-01-151-28/+20
* Fix some spelling. [skip ci]Denis Ovsienko2020-10-091-1/+1
* Remove 96 assorted ND_TCHECK calls.Denis Ovsienko2020-09-081-1/+0
* Remove many (762) now redundant ND_TCHECK_n() callsFrancois-Xavier Le Bail2020-09-061-1/+0
* IPv6: Fix indentationFrancois-Xavier Le Bail2020-04-151-1/+1
* IPv4/IPv6 demux: Rename a printerFrancois-Xavier Le Bail2020-03-081-1/+1
* More bounds checking when fetching addresses and converting to strings.Guy Harris2020-01-191-2/+2
* IPv6: Use GET_CPY_BYTES macro calls to add bounds checksFrancois-Xavier Le Bail2019-09-121-4/+3
* Use nd_ipv6 rather than struct in6_addrFrancois-Xavier Le Bail2019-06-101-5/+5
* Add more checks.Guy Harris2019-05-031-0/+6
* Handle the IPv6 Jumbo Payload option.Guy Harris2019-05-021-7/+100
* Treat the length field in an Ethernet header as such.Guy Harris2019-04-221-9/+19
* Squelch more warnings.Guy Harris2019-04-171-1/+1
* Clean up types to squelch narrowing warnings.Guy Harris2019-04-171-1/+1
* Fix checksum calculation for IPv6 Segment Routing (SRv6) trafficAhmed Abdelsalam2019-03-291-0/+14
* Put IPv4/IPv6 protocol demultiplexing into a common routine.Guy Harris2019-03-271-80/+11
* Use the new GET_ macros instead of the EXTRACT_ onesFrancois-Xavier Le Bail2019-03-261-17/+17
* Have all Internet-checksum computing routines return a uint16_t.Guy Harris2018-12-111-1/+1
* Add a nd_print_trunc() callFrancois-Xavier Le Bail2018-05-101-1/+4
* Add the ndo_protocol field in the netdissect_options structureFrancois-Xavier Le Bail2018-03-161-0/+1
* Remove unneeded '&' when getting a pointer to a nd_ipv6 typeFrancois-Xavier Le Bail2018-01-311-3/+4
* Have ip{6}addr_string take a u_char * as the second argument.Guy Harris2018-01-311-2/+2
* Use nd_ipv6 rather than struct in6_addr in packet-layout structures.Guy Harris2018-01-301-1/+1
* RT6: Replace 'struct in6_addr' members type with a 'nd_ipv6' oneFrancois-Xavier Le Bail2018-01-301-7/+5
* 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-1/+1
* Update ND_PRINT() as a variadic macroFrancois-Xavier Le Bail2018-01-071-17/+17
* Use ND_TTEST_SIZE()/ND_TCHECK_SIZE() macros (1/n)Francois-Xavier Le Bail2018-01-031-2/+2
* Remove all storage class specifier 'register'Francois-Xavier Le Bail2017-12-131-4/+4
* Use nd_ types in the IPv6 structures.Guy Harris2017-12-111-10/+12
* Use more the EXTRACT_U_1() macro (49/n)Francois-Xavier Le Bail2017-12-091-2/+2
* Use more the ND_TCHECK_1() macroFrancois-Xavier Le Bail2017-12-041-1/+1
* Use more ND_TCHECK_n()/ND_TTEST_n() macrosFrancois-Xavier Le Bail2017-11-241-2/+2
* Rename EXTRACT_ macrosFrancois-Xavier Le Bail2017-11-221-9/+9
* More EXTRACT_8BITS() and other cleanups.Guy Harris2017-11-221-10/+10
* Rename EXTRACT_nBITS() macros to EXTRACT_BE_nBITS()Francois-Xavier Le Bail2017-11-181-2/+2
* Print EIGRP when carried in IPv6Andrew Lunn2017-09-141-0/+4
* CVE-2017-12985/IPv6: Check for print routines returning -1 when running past ...Guy Harris2017-09-131-0/+11
* Squelch some alignment warnings.Guy Harris2017-07-221-3/+3
* CVE-2017-5204/IPv6: fix header printingDenis Ovsienko2017-01-181-1/+5
* Stop processing IPPROTO_ values once we hit IPPROTO_IPCOMP.Guy Harris2017-01-181-3/+8
* Move the printer summaries from INSTALL.txt to each printerFrancois-Xavier Le Bail2016-08-141-0/+2
* Don't overwrite the destination IPv6 address for routing headers.Guy Harris2016-02-121-5/+143
* Don't require IPv6 library support in order to support IPv6 addresses.Guy Harris2015-09-171-12/+0