summaryrefslogtreecommitdiff
path: root/print-ospf.c
Commit message (Expand)AuthorAgeFilesLines
* OSPF: Remove two unnecessary dereferencesFrancois-Xavier Le Bail2022-02-181-4/+2
* OSPF: Update more router properties bits. [skip ci]Denis Ovsienko2021-01-231-2/+3
* ospf: add support bit Nt RFC3101ckishimo2021-01-231-0/+1
* Replace the (void)nd_printzp() calls by nd_printjnp() callsFrancois-Xavier Le Bail2020-12-101-1/+1
* OSPF: Use %zu to print sizeof valuesFrancois-Xavier Le Bail2020-11-041-2/+2
* OSPF: Modernize some code.Denis Ovsienko2020-10-061-23/+14
* OSPF: Update the option bit props.Denis Ovsienko2020-10-021-2/+2
* Remove some now redundant ND_TCHECK_4() callsFrancois-Xavier Le Bail2020-09-081-9/+0
* Remove 96 assorted ND_TCHECK calls.Denis Ovsienko2020-09-081-4/+0
* Remove many (762) now redundant ND_TCHECK_n() callsFrancois-Xavier Le Bail2020-09-061-30/+0
* ospf: make more variables unsigned.Guy Harris2020-05-271-8/+14
* ospf: clean up some length checks.Guy Harris2020-05-261-1/+16
* ospf: when processing LS_OPAQUE_TYPE_RI, don't modify ls_length.Guy Harris2020-05-261-8/+9
* More bounds checking when fetching addresses and converting to strings.Guy Harris2020-01-191-31/+31
* More use of %zu to print sizeof values.Guy Harris2019-08-111-2/+2
* Use the new GET_ macros instead of the EXTRACT_ onesFrancois-Xavier Le Bail2019-03-261-98/+101
* Add the nd_print_invalid() functionFrancois-Xavier Le Bail2018-09-111-1/+1
* Print truncations with nd_print_trunc() instead of tstr[] stringsFrancois-Xavier Le Bail2018-05-041-3/+2
* Remove the safeputs() functionFrancois-Xavier Le Bail2018-05-021-1/+1
* 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-4/+4
* Remove unneeded '&' when getting a pointer to a nd_ipv4 typeFrancois-Xavier Le Bail2018-01-311-1/+1
* Have ip{6}addr_string take a u_char * as the second argument.Guy Harris2018-01-311-15/+15
* Use EXTRACT_IPV4_TO_NETWORK_ORDER() when checking an address against 0.Guy Harris2018-01-301-3/+3
* Use nd_ipv4 rather than struct in_addr.Guy Harris2018-01-301-29/+29
* OSPF: Use more ND_TCHECK_SIZE() macrosFrancois-Xavier Le Bail2018-01-241-4/+4
* OSPF: Use more ND_TCHECK_n() macrosFrancois-Xavier Le Bail2018-01-241-9/+9
* Use more ND_TCHECK_n() macrosFrancois-Xavier Le Bail2018-01-221-18/+18
* 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-10/+10
* Update ND_PRINT() as a variadic macroFrancois-Xavier Le Bail2018-01-071-165/+165
* Use ND_TTEST_SIZE()/ND_TCHECK_SIZE() macros (1/n)Francois-Xavier Le Bail2018-01-031-5/+5
* Use 'u_char *' type for input buffer pointer like in most similar casesFrancois-Xavier Le Bail2018-01-021-4/+4
* Make 1-element arrays for fields that may repeat.Guy Harris2017-12-231-3/+3
* OSPF: Fix two bounds checksFrancois-Xavier Le Bail2017-12-171-2/+2
* Use nd_ types for OSPF and OSPF6 packets.Guy Harris2017-12-141-69/+73
* Remove all storage class specifier 'register'Francois-Xavier Le Bail2017-12-131-29/+29
* Replace ND_TTEST2()/ND_TCHECK2() macros by macros using pointers (1/n)Francois-Xavier Le Bail2017-12-111-4/+4
* Use more the ND_TCHECK_1() macroFrancois-Xavier Le Bail2017-12-041-1/+1
* Use more the EXTRACT_U_1() macro (31/n)Francois-Xavier Le Bail2017-11-271-3/+3
* Use more ND_TCHECK_n()/ND_TTEST_n() macrosFrancois-Xavier Le Bail2017-11-241-6/+6
* Use more ND_TCHECK_n() macrosFrancois-Xavier Le Bail2017-11-241-5/+5
* Rename EXTRACT_ macrosFrancois-Xavier Le Bail2017-11-221-63/+63
* Use more the EXTRACT_8BITS() macro to fetch a one-byte value (2/n)Francois-Xavier Le Bail2017-11-191-5/+5
* Use more the EXTRACT_8BITS() macro to fetch a one-byte value (1/n)Francois-Xavier Le Bail2017-11-191-1/+1
* Rename EXTRACT_nBITS() macros to EXTRACT_BE_nBITS()Francois-Xavier Le Bail2017-11-181-57/+57
* OSPF: refine unknown packet type handlingDenis Ovsienko2017-02-021-9/+1
* Add a bounds check.Guy Harris2017-01-181-0/+1
* Move the printer summaries from INSTALL.txt to each printerFrancois-Xavier Le Bail2016-08-141-0/+2