summaryrefslogtreecommitdiff
path: root/print-ospf6.c
Commit message (Expand)AuthorAgeFilesLines
* OSPFv3: Remove two unnecessary dereferencesFrancois-Xavier Le Bail2022-02-181-5/+3
* Replace ND_TCHECK_/memcpy() pairs with GET_CPY_BYTES().Guy Harris2021-01-051-2/+1
* OSPFv3: Use %zu to print sizeof valuesFrancois-Xavier Le Bail2020-11-041-5/+5
* OSPF6: Update the option bit props.Denis Ovsienko2020-10-021-3/+5
* Remove some now redundant ND_TCHECK_4() callsFrancois-Xavier Le Bail2020-09-081-4/+0
* Remove 96 assorted ND_TCHECK calls.Denis Ovsienko2020-09-081-1/+0
* Remove some now redundant ND_TCHECK_16() callsFrancois-Xavier Le Bail2020-09-071-1/+0
* Remove many (762) now redundant ND_TCHECK_n() callsFrancois-Xavier Le Bail2020-09-061-28/+0
* ospf6: note some places where subtraction won't underflow.Guy Harris2020-05-271-0/+20
* More bounds checking when fetching addresses and converting to strings.Guy Harris2020-01-191-24/+24
* OSPFv3: Fix a bounds checkFrancois-Xavier Le Bail2019-04-191-2/+2
* OSPFv3: Add/remove some bounds checksFrancois-Xavier Le Bail2019-04-021-2/+1
* Use the new GET_ macros instead of the EXTRACT_ onesFrancois-Xavier Le Bail2019-03-261-58/+61
* Fix spacesFrancois-Xavier Le Bail2018-09-031-1/+1
* Print truncations with nd_print_trunc() instead of tstr[] stringsFrancois-Xavier Le Bail2018-05-041-3/+2
* Add the ndo_protocol field in the netdissect_options structureFrancois-Xavier Le Bail2018-03-161-0/+1
* Rename some printer functions to *_printFrancois-Xavier Le Bail2018-02-221-2/+2
* OSPFv3: More nd_ipv6-ificationFrancois-Xavier Le Bail2018-01-311-5/+5
* Have ip{6}addr_string take a u_char * as the second argument.Guy Harris2018-01-311-31/+28
* A bit more nd_ipv4-ification.Guy Harris2018-01-301-2/+2
* Use nd_ipv6 rather than struct in6_addr in packet-layout structures.Guy Harris2018-01-301-4/+4
* OSPFv3: Use more ND_TCHECK_n() and ND_TCHECK_SIZE() macrosFrancois-Xavier Le Bail2018-01-241-10/+10
* Use more ND_TCHECK_n() macrosFrancois-Xavier Le Bail2018-01-221-17/+17
* 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-5/+5
* Update ND_PRINT() as a variadic macroFrancois-Xavier Le Bail2018-01-071-76/+76
* Use ND_TTEST_SIZE()/ND_TCHECK_SIZE() macros (1/n)Francois-Xavier Le Bail2018-01-031-5/+5
* OSPFv3: Replace ND_TCHECK2 call by ND_TCHECK_LEN callFrancois-Xavier Le Bail2017-12-141-1/+1
* Use nd_ types for OSPF and OSPF6 packets.Guy Harris2017-12-141-100/+102
* Remove all storage class specifier 'register'Francois-Xavier Le Bail2017-12-131-28/+28
* Replace ND_TTEST2()/ND_TCHECK2() macros by macros using pointers (1/n)Francois-Xavier Le Bail2017-12-111-3/+3
* Use more ND_TCHECK_n()/ND_TTEST_n() macrosFrancois-Xavier Le Bail2017-11-241-8/+8
* Rename EXTRACT_ macrosFrancois-Xavier Le Bail2017-11-221-39/+39
* Rename ND_TCHECK_/ND_TTEST_ macrosFrancois-Xavier Le Bail2017-11-221-1/+1
* Rename EXTRACT_nBITS() macros to EXTRACT_BE_nBITS()Francois-Xavier Le Bail2017-11-181-39/+41
* OSPFv3: More bounds checks.Guy Harris2017-09-131-0/+3
* CVE-2017-13036/OSPFv3: Add a bounds check before fetching dataFrancois-Xavier Le Bail2017-09-131-0/+1
* Move the printer summaries from INSTALL.txt to each printerFrancois-Xavier Le Bail2016-08-141-0/+2
* 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-29/+29
* dismiss NETDISSECT_REWORKED macroDenis Ovsienko2015-03-221-1/+0
* Split the OSPFv3 header and bodies into separate structures.Guy Harris2014-05-011-82/+89
* u_intN_t is dead, long live uintN_t.Guy Harris2014-04-231-65/+65
* Squelch a Coverity warning.Guy Harris2014-04-181-5/+8
* OSPFv3: fix SEGV on SPARCv9 (concurs with 8f6bca3)Denis Ovsienko2014-04-111-5/+5
* Netdissectify the to-name resolution routines.Guy Harris2014-04-041-24/+24
* NDOize DECnet, OSPF and TCP decodersDenis Ovsienko2014-04-021-2/+2
* spell "%s" format strings (complements 708a68a)Denis Ovsienko2014-03-311-1/+1