summaryrefslogtreecommitdiff
path: root/print-olsr.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* OLSR: work around MSVC preprocessor (re 48d8b05)Gisle Vanem2014-04-031-3/+6
* convert some stray printf()'sDenis Ovsienko2014-04-021-6/+2
* NDOize ForCES, MPLS LSP ping and OLSR decodersDenis Ovsienko2014-03-271-64/+65
* justify MIN()/min() further (complements dbfdf97)Denis Ovsienko2014-03-151-1/+1
* ndo-ize print-ascii: hex_print_with_offset()Michael Richardson2014-01-011-1/+1
* justify declarations of struct tok arraysDenis Ovsienko2013-09-241-3/+3
* Fix up length checking for the MID message to check before *each*Guy Harris2009-06-281-20/+32
* Just use u_int, even for values that fit in 16 bits; that squelches aGuy Harris2009-05-211-3/+3
* print-olsr: Add basic IPv6 support.Florian Forster2009-05-211-80/+257
* Get rid of trailing whitespace.Guy Harris2009-05-211-10/+10
* print-olsr: Don't trust the package payload.Florian Forster2009-05-211-2/+11
* add support for the nameservice plugin messages generated by www.olsr.orghannes2008-08-161-2/+33
* add support for printing of tc,tc-lq,hello,hna and mid messageshannes2007-03-281-42/+144
* add basic skeleton for printing olsr packets as per rfc3626hannes2007-03-271-0/+295