summaryrefslogtreecommitdiff
path: root/print-babel.c
Commit message (Expand)AuthorAgeFilesLines
* Babel,DHCPv6: Use nd_print_protocol()Francois-Xavier Le Bail2023-05-121-1/+1
* Remove useless 'return' at end of void functions (style)Francois-Xavier Le Bail2020-09-281-2/+0
* Remove many (762) now redundant ND_TCHECK_n() callsFrancois-Xavier Le Bail2020-09-061-1/+0
* Remove some trailing spaces/tabsFrancois-Xavier Le Bail2020-06-131-5/+4
* Babel: Store the return value of babel_print_v2_tlvs() in retFrancois-Xavier Le Bail2020-05-251-1/+1
* babel: update to include various later RFCs and I-Ds, including RFC 6126bis.Guy Harris2020-05-241-21/+133
* More bounds checking when fetching addresses and converting to strings.Guy Harris2020-01-191-0/+11
* Babel: Add a missing length check.Denis Ovsienko2019-10-281-0/+2
* Babel: Add a test capture fileFrancois-Xavier Le Bail2019-10-281-2/+2
* Remove more old-compiler compensation.Guy Harris2019-08-081-5/+5
* Squelch more warnings.Guy Harris2019-04-171-1/+2
* Clean up types to squelch narrowing warnings.Guy Harris2019-04-171-1/+1
* Use the new GET_ macros instead of the EXTRACT_ onesFrancois-Xavier Le Bail2019-03-261-67/+70
* Add the ndo parameter to some functionsFrancois-Xavier Le Bail2019-03-261-4/+4
* Babel: Avoid an unsigned integer underflowFrancois-Xavier Le Bail2019-03-091-1/+2
* Fix small misspellingsAntonin Décimo2019-01-231-1/+1
* Add the nd_print_invalid() functionFrancois-Xavier Le Bail2018-09-111-2/+2
* Print truncations with nd_print_trunc() instead of tstr[] stringsFrancois-Xavier Le Bail2018-05-041-4/+3
* Add the ndo_protocol field in the netdissect_options structureFrancois-Xavier Le Bail2018-03-161-0/+1
* Babel: amend to match the specification betterDenis Ovsienko2018-02-011-15/+15
* Babel: amend the previous changeDenis Ovsienko2018-02-011-3/+5
* Fix printing of wildcard retractions and IHU in Babel printer.Juliusz Chroboczek2018-02-011-11/+18
* Add nd_{v}snprintf() routines/wrappers.Guy Harris2018-01-291-5/+5
* 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
* 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