aboutsummaryrefslogtreecommitdiff
path: root/print-olsr.c
AgeCommit message (Expand)Author
2021-02-23OLSR: Print the protocol name even if the packet is invalidFrancois-Xavier Le Bail
2020-09-08Remove some now redundant ND_TCHECK_LEN(e, sizeof(nd_ipv4)) callsFrancois-Xavier Le Bail
2020-09-08Remove 96 assorted ND_TCHECK calls.Denis Ovsienko
2020-08-24Rename min() and max() to ND_MIN() and ND_MAX(). [skip ci]Denis Ovsienko
2020-01-19More bounds checking when fetching addresses and converting to strings.Guy Harris
2019-04-18Fix some narrowing warnings on LP64/LLP64 platforms.Guy Harris
2019-03-26Use the new GET_ macros instead of the EXTRACT_ onesFrancois-Xavier Le Bail
2019-02-23OLSR: Replace the ND_TTEST_*() calls with ND_TCHECK_*() callsFrancois-Xavier Le Bail
2018-05-10Add more nd_print_trunc() callsFrancois-Xavier Le Bail
2018-04-30Rename the fn_printX() functions to nd_printX()Francois-Xavier Le Bail
2018-03-19Remove useless commentsFrancois-Xavier Le Bail
2018-03-16Add the ndo_protocol field in the netdissect_options structureFrancois-Xavier Le Bail
2018-02-01Don't decrement an unsigned value past zero.Guy Harris
2018-01-30Use nd_ipv6 rather than struct in6_addr in packet-layout structures.Guy Harris
2018-01-21Always include <config.h> rather than "config.h".Guy Harris
2018-01-21Use quoted include netdissect-stdinc.h instead of angle-bracketed oneFrancois-Xavier Le Bail
2018-01-07Update ND_PRINT() as a variadic macroFrancois-Xavier Le Bail
2018-01-03Use ND_TTEST_SIZE()/ND_TCHECK_SIZE() macros (1/n)Francois-Xavier Le Bail
2017-12-30Use nd_ types, add EXTRACT_ calls.Guy Harris
2017-12-11Replace ND_TTEST2()/ND_TCHECK2() macros by macros using pointers (1/n)Francois-Xavier Le Bail
2017-11-24Use more ND_TCHECK_n()/ND_TTEST_n() macrosFrancois-Xavier Le Bail
2017-11-22Rename EXTRACT_ macrosFrancois-Xavier Le Bail
2017-11-18Rename EXTRACT_nBITS() macros to EXTRACT_BE_nBITS()Francois-Xavier Le Bail
2017-09-13CVE-2017-13688/OLSR: Do bounds checks before we fetch data.Guy Harris
2017-07-28zero change: update Hannes Gredler's emailHannes Gredler
2016-08-15Add a summary comment in all other printersFrancois-Xavier Le Bail
2015-09-17Don't require IPv6 library support in order to support IPv6 addresses.Guy Harris
2015-09-10Rename 'tcpdump-stdinc.h' to 'netdissect-stdinc.h'Francois-Xavier Le Bail
2015-09-05Printers must include 'netdissect.h', not 'interface.h'Francois-Xavier Le Bail
2015-08-18Fix warnings as "ISO C90 does not support the '%lf' gnu_printf format"Francois-Xavier Le Bail
2015-05-04OLSR: Fix indent and commentsFrancois-Xavier Le Bail
2015-05-03olsr: fix printing of smart-gateway HNAs in IPv4Ferry Huberts
2015-05-03olsr: fix 'Advertised networks' countFerry Huberts
2015-04-26Fix a bunch of de-constifications.Guy Harris
2015-03-22dismiss NETDISSECT_REWORKED macroDenis Ovsienko
2014-12-08OLSR: fix "Unchecked return value" found by CoverityFrancois-Xavier Le Bail
2014-11-11Do more bounds checking and length checking.Guy Harris
2014-06-12don't reinvent ND_TCHECK2()Denis Ovsienko
2014-04-23u_intN_t is dead, long live uintN_t.Guy Harris
2014-04-14NDOize the rest of util.cDenis Ovsienko
2014-04-04Netdissectify the to-name resolution routines.Guy Harris
2014-04-03OLSR: work around MSVC preprocessor (re 48d8b05)Gisle Vanem
2014-04-02convert some stray printf()'sDenis Ovsienko
2014-03-27NDOize ForCES, MPLS LSP ping and OLSR decodersDenis Ovsienko
2014-03-15justify MIN()/min() further (complements dbfdf97)Denis Ovsienko
2014-01-01ndo-ize print-ascii: hex_print_with_offset()Michael Richardson
2013-09-24justify declarations of struct tok arraysDenis Ovsienko
2009-06-28Fix up length checking for the MID message to check before *each*Guy Harris
2009-05-21Just use u_int, even for values that fit in 16 bits; that squelches aGuy Harris
2009-05-21print-olsr: Add basic IPv6 support.Florian Forster