summaryrefslogtreecommitdiff
path: root/print-aoe.c
Commit message (Expand)AuthorAgeFilesLines
* Replace the (void)nd_printn(..., NULL) calls by nd_printjn() callsFrancois-Xavier Le Bail2021-01-081-1/+1
* Squelch some signed vs. unsigned warnings.Guy Harris2021-01-011-1/+1
* Fix a few bitmap printing bugs.Denis Ovsienko2020-10-011-8/+8
* Introduce and use ND_LONGJMP_FROM_TCHECK.Denis Ovsienko2020-09-271-18/+1
* AoE: Fix aoev1_issue_print(). [skip ci]Denis Ovsienko2020-09-251-1/+1
* AoE: Modernize packet parsing style.Denis Ovsienko2020-09-181-33/+56
* Remove 96 assorted ND_TCHECK calls.Denis Ovsienko2020-09-081-4/+0
* Remove many (762) now redundant ND_TCHECK_n() callsFrancois-Xavier Le Bail2020-09-061-27/+0
* Use the Wayback Machine for some removed documentsFrancois-Xavier Le Bail2020-02-061-1/+3
* More bounds checking when fetching addresses and converting to strings.Guy Harris2020-01-191-2/+2
* CVE-2017-16808/AoE: Add a missing bounds check.Francois-Xavier Le Bail2019-06-051-0/+1
* Use the new GET_ macros instead of the EXTRACT_ onesFrancois-Xavier Le Bail2019-03-261-29/+35
* Add the nd_print_invalid() functionFrancois-Xavier Le Bail2018-09-111-6/+6
* No need to check whether data is present if there isn't any data.Guy Harris2018-06-241-1/+1
* Print truncations with nd_print_trunc() instead of tstr[] stringsFrancois-Xavier Le Bail2018-05-041-7/+6
* Rename the fn_printX() functions to nd_printX()Francois-Xavier Le Bail2018-04-301-1/+1
* Add the ndo_protocol field in the netdissect_options structureFrancois-Xavier Le Bail2018-03-161-0/+1
* AoE: Fix the uses of the pointer to the end of current packetFrancois-Xavier Le Bail2018-03-011-6/+6
* 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
* Update ND_PRINT() as a variadic macroFrancois-Xavier Le Bail2018-01-071-45/+45
* Use nd_ types in 802.x and FDDI headers.Guy Harris2017-12-121-6/+5
* Replace ND_TTEST2()/ND_TCHECK2() macros by macros using pointers (1/n)Francois-Xavier Le Bail2017-12-111-8/+8
* Use more the EXTRACT_U_1() macro (49/n)Francois-Xavier Le Bail2017-12-091-3/+3
* Use more the EXTRACT_U_1() macro (31/n)Francois-Xavier Le Bail2017-11-271-11/+11
* Use more ND_TCHECK_n()/ND_TTEST_n() macrosFrancois-Xavier Le Bail2017-11-241-30/+30
* Rename EXTRACT_ macrosFrancois-Xavier Le Bail2017-11-221-15/+15
* Use more the EXTRACT_8BITS() macro to fetch a one-byte value (16/n)Francois-Xavier Le Bail2017-11-211-1/+1
* Use more the EXTRACT_8BITS() macro to fetch a one-byte value (14/n)Francois-Xavier Le Bail2017-11-211-1/+1
* Use more the EXTRACT_8BITS() macro to fetch a one-byte value (12/n)Francois-Xavier Le Bail2017-11-201-1/+1
* Use more the EXTRACT_8BITS() macro to fetch a one-byte value (10/n)Francois-Xavier Le Bail2017-11-191-1/+1
* Use more the EXTRACT_8BITS() macro to fetch a one-byte value (2/n)Francois-Xavier Le Bail2017-11-191-5/+5
* Use more the EXTRACT_8BITS() macro to fetch a one-byte value (1/n)Francois-Xavier Le Bail2017-11-191-1/+1
* Rename EXTRACT_nBITS() macros to EXTRACT_BE_nBITS()Francois-Xavier Le Bail2017-11-181-5/+5
* Add a summary comment in all other printersFrancois-Xavier Le Bail2016-08-151-4/+4
* Change istr[] (for invalid string) to be globalFrancois-Xavier Le Bail2016-01-281-1/+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-7/+7
* Use the word 'invalid' for 'malformed' or 'corrupted' packetsFrancois-Xavier Le Bail2015-09-061-16/+16
* Printers must include 'netdissect.h', not 'interface.h'Francois-Xavier Le Bail2015-09-051-1/+1
* dismiss NETDISSECT_REWORKED macroDenis Ovsienko2015-03-221-1/+0
* AoE: add version 1 decoder (GH #298)Denis Ovsienko2014-05-041-0/+432