summaryrefslogtreecommitdiff
path: root/print-olsr.c
Commit message (Expand)AuthorAgeFilesLines
* Put "}" at beginning of line with "else" to keep a consistent styleFrancois-Xavier Le Bail2023-04-211-4/+2
* Put "{" at end of line with "else" to keep a consistent styleFrancois-Xavier Le Bail2023-04-211-4/+2
* Put "{" at end of line with "if" to keep a consistent styleFrancois-Xavier Le Bail2023-04-191-4/+2
* Update the ND_LCHECK*() macros to ND_ICHECK*() macrosFrancois-Xavier Le Bail2021-12-291-6/+8
* Try the new ND_LCHECK*() macros. [skip ci]Denis Ovsienko2021-01-171-20/+6
* OLSR: Fix a goto before ND_PRINTFrancois-Xavier Le Bail2021-01-171-1/+1
* OLSR: Print the protocol name even if the packet is invalidFrancois-Xavier Le Bail2021-01-151-2/+4
* Replace the (void)nd_printn(..., NULL) calls by nd_printjn() callsFrancois-Xavier Le Bail2021-01-081-1/+1
* Use %zu when printing a sizeof.Guy Harris2021-01-011-3/+3
* OLSR: Modernize packet parsing style.Denis Ovsienko2021-01-021-36/+30
* Remove some now redundant ND_TCHECK_LEN(e, sizeof(nd_ipv4)) callsFrancois-Xavier Le Bail2020-09-081-5/+0
* Remove 96 assorted ND_TCHECK calls.Denis Ovsienko2020-09-081-2/+0
* Rename min() and max() to ND_MIN() and ND_MAX(). [skip ci]Denis Ovsienko2020-08-241-1/+1
* More bounds checking when fetching addresses and converting to strings.Guy Harris2020-01-191-11/+11
* Fix some narrowing warnings on LP64/LLP64 platforms.Guy Harris2019-04-181-2/+2
* Use the new GET_ macros instead of the EXTRACT_ onesFrancois-Xavier Le Bail2019-03-261-29/+29
* OLSR: Replace the ND_TTEST_*() calls with ND_TCHECK_*() callsFrancois-Xavier Le Bail2019-02-231-6/+9
* Add more nd_print_trunc() callsFrancois-Xavier Le Bail2018-05-101-1/+1
* Rename the fn_printX() functions to nd_printX()Francois-Xavier Le Bail2018-04-301-1/+1
* Remove useless commentsFrancois-Xavier Le Bail2018-03-191-7/+0
* Add the ndo_protocol field in the netdissect_options structureFrancois-Xavier Le Bail2018-03-161-0/+1
* Don't decrement an unsigned value past zero.Guy Harris2018-02-011-1/+2
* Use nd_ipv6 rather than struct in6_addr in packet-layout structures.Guy Harris2018-01-301-6/+6
* 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
* Update ND_PRINT() as a variadic macroFrancois-Xavier Le Bail2018-01-071-41/+41
* Use ND_TTEST_SIZE()/ND_TCHECK_SIZE() macros (1/n)Francois-Xavier Le Bail2018-01-031-2/+2
* Use nd_ types, add EXTRACT_ calls.Guy Harris2017-12-301-51/+52
* Replace ND_TTEST2()/ND_TCHECK2() macros by macros using pointers (1/n)Francois-Xavier Le Bail2017-12-111-12/+13
* Use more ND_TCHECK_n()/ND_TTEST_n() macrosFrancois-Xavier Le Bail2017-11-241-2/+2
* Rename EXTRACT_ macrosFrancois-Xavier Le Bail2017-11-221-13/+13
* Rename EXTRACT_nBITS() macros to EXTRACT_BE_nBITS()Francois-Xavier Le Bail2017-11-181-13/+13
* CVE-2017-13688/OLSR: Do bounds checks before we fetch data.Guy Harris2017-09-131-9/+12
* zero change: update Hannes Gredler's emailHannes Gredler2017-07-281-1/+1
* Add a summary comment in all other printersFrancois-Xavier Le Bail2016-08-151-2/+4
* Don't require IPv6 library support in order to support IPv6 addresses.Guy Harris2015-09-171-23/+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 warnings as "ISO C90 does not support the '%lf' gnu_printf format"Francois-Xavier Le Bail2015-08-181-7/+7
* OLSR: Fix indent and commentsFrancois-Xavier Le Bail2015-05-041-15/+29
* olsr: fix printing of smart-gateway HNAs in IPv4Ferry Huberts2015-05-031-4/+76
* olsr: fix 'Advertised networks' countFerry Huberts2015-05-031-2/+8
* Fix a bunch of de-constifications.Guy Harris2015-04-261-15/+15
* dismiss NETDISSECT_REWORKED macroDenis Ovsienko2015-03-221-1/+0
* OLSR: fix "Unchecked return value" found by CoverityFrancois-Xavier Le Bail2014-12-081-1/+1
* Do more bounds checking and length checking.Guy Harris2014-11-111-13/+43
* don't reinvent ND_TCHECK2()Denis Ovsienko2014-06-121-23/+11
* u_intN_t is dead, long live uintN_t.Guy Harris2014-04-231-38/+38
* NDOize the rest of util.cDenis Ovsienko2014-04-141-1/+1
* Netdissectify the to-name resolution routines.Guy Harris2014-04-041-12/+12