summaryrefslogtreecommitdiff
path: root/print-babel.c
Commit message (Expand)AuthorAgeFilesLines
* Add a summary comment in all other printersFrancois-Xavier Le Bail2016-08-151-0/+2
* Change istr[] (for invalid string) to be globalFrancois-Xavier Le Bail2016-01-281-1/+0
* Don't require IPv6 library support in order to support IPv6 addresses.Guy Harris2015-09-171-8/+0
* Rename 'tcpdump-stdinc.h' to 'netdissect-stdinc.h'Francois-Xavier Le Bail2015-09-101-1/+1
* Rename cstr[] to istr[] like invalid stringFrancois-Xavier Le Bail2015-09-061-2/+3
* Use the word 'invalid' for 'malformed' or 'corrupted' packetsFrancois-Xavier Le Bail2015-09-061-35/+35
* Printers must include 'netdissect.h', not 'interface.h'Francois-Xavier Le Bail2015-09-051-1/+1
* Babel: address a couple compiler warningsDenis Ovsienko2015-08-131-2/+2
* Babel: add decoder for source-specific extension.Matthieu Boutier2015-08-131-1/+119
* dismiss NETDISSECT_REWORKED macroDenis Ovsienko2015-03-221-1/+0
* clean K&R style up in function declarations a bitDenis Ovsienko2015-03-051-3/+6
* Babel: parse sub-TLVs even when they are larger than expected.Baptiste Jonglez2014-06-201-2/+2
* remove stale commentBaptiste Jonglez2014-06-031-1/+0
* Babel: rewrite w/o print buffer rotationDenis Ovsienko2014-06-021-7/+5
* Add a decoder for the babel-rtt extensionBaptiste Jonglez2014-06-011-1/+46
* u_intN_t is dead, long live uintN_t.Guy Harris2014-04-231-2/+2
* Netdissectify the to-name resolution routines.Guy Harris2014-04-041-12/+12
* NDOize Babel decoderDenis Ovsienko2014-04-031-88/+92
* print-babel: don't parse two times the same field.Matthieu Boutier2014-03-241-1/+0
* Fix commit 833425ab: babel uses 1/100th of seconds, not 1/10thBaptiste Jonglez2014-03-051-2/+2
* make consistent use of the "tstr" idiomDenis Ovsienko2013-12-261-3/+5
* Babel: improve printing of time intervalsDenis Ovsienko2013-10-181-6/+23
* Babel: sub-TLV 2 is Diversity, not ChanInfoDenis Ovsienko2013-08-281-8/+8
* Squelch a signed vs. unsigned comparison warning.Guy Harris2013-06-221-1/+1
* initial support for Babel sub-TLVs decodingDenis Ovsienko2013-05-291-4/+97
* fix iteration over Babel Pad1 TLVsDenis Ovsienko2013-05-291-9/+8
* If we don't have IPv6 address support, don't try to print IPv6 addresses.Guy Harris2012-12-241-0/+8
* update for current Babel auth specDenis Ovsienko2012-08-211-18/+15
* update Babel decoder for DLen in HD TLVDenis Ovsienko2012-06-291-6/+8
* fix Babel type 11 TLV length checkDenis Ovsienko2012-06-131-1/+1
* Fix an error and a warning.Guy Harris2012-06-071-4/+4
* add decoding of Babel authentication TLVsDenis Ovsienko2012-06-061-0/+26
* Add length checks, use EXTRACT_16BITS().Guy Harris2011-12-181-34/+26
* Add printer for the Babel routing protocol (RFC 6126).Juliusz Chroboczek2011-04-271-0/+422