summaryrefslogtreecommitdiff
path: root/print-babel.c
Commit message (Expand)AuthorAgeFilesLines
* 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-3/+3
* Update ND_PRINT() as a variadic macroFrancois-Xavier Le Bail2018-01-071-85/+85
* Replace ND_TTEST2()/ND_TCHECK2() macros by macros using pointers (1/n)Francois-Xavier Le Bail2017-12-111-1/+1
* Use more the EXTRACT_U_1() macro (55/n)Francois-Xavier Le Bail2017-12-101-1/+1
* Use more the EXTRACT_U_1() macro (53/n)Francois-Xavier Le Bail2017-12-101-4/+4
* Use more the EXTRACT_U_1() macro (52/n)Francois-Xavier Le Bail2017-12-091-12/+12
* Use more the EXTRACT_U_1() macro (46/n)Francois-Xavier Le Bail2017-12-031-1/+1
* Use more the EXTRACT_U_1() macro (43/n)Francois-Xavier Le Bail2017-12-031-2/+2
* Use more the EXTRACT_U_1() macro (42/n)Francois-Xavier Le Bail2017-12-021-1/+1
* Use more the EXTRACT_U_1() macro (39/n)Francois-Xavier Le Bail2017-12-011-6/+14
* Use more the EXTRACT_U_1() macro (28/n)Francois-Xavier Le Bail2017-11-261-10/+10
* Use more ND_TCHECK_n()/ND_TTEST_n() macrosFrancois-Xavier Le Bail2017-11-241-4/+4
* Rename EXTRACT_ macrosFrancois-Xavier Le Bail2017-11-221-25/+25
* Use more the EXTRACT_8BITS() macro to fetch a one-byte value (17/n)Francois-Xavier Le Bail2017-11-211-2/+4
* Don't do ++ inside the argument to EXTRACT_8BITS().Guy Harris2017-11-191-1/+2
* Use more the EXTRACT_8BITS() macro to fetch a one-byte value (2/n)Francois-Xavier Le Bail2017-11-191-1/+1
* Rename EXTRACT_nBITS() macros to EXTRACT_BE_nBITS()Francois-Xavier Le Bail2017-11-181-22/+22
* 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