aboutsummaryrefslogtreecommitdiff
path: root/print-eap.c
AgeCommit message (Expand)Author
2023-02-20Fix spaces before tabs in indentationFrancois-Xavier Le Bail
2022-03-19EAP: get rid of trailing commas in lists.Guy Harris
2022-03-19EAP: clean up white space.Guy Harris
2022-03-19EAP: add some more length checks.Guy Harris
2022-03-19EAP: label length mismatch as a possible EAP fragment.Guy Harris
2022-03-19EAP: no need for the count variable to be signed.Guy Harris
2022-03-19Update some comments with new RFC numbers.Guy Harris
2021-11-04EAP: Fix some undefined behaviors at runtimeFrancois-Xavier Le Bail
2020-12-10Replace the (void)nd_printzp() calls by nd_printjnp() callsFrancois-Xavier Le Bail
2020-09-28Remove useless 'return' at end of void functions (style)Francois-Xavier Le Bail
2020-09-10Remove 15 now redundant ND_TCHECK_n() callsFrancois-Xavier Le Bail
2020-09-08Remove 96 assorted ND_TCHECK calls.Denis Ovsienko
2020-09-06Remove many (762) now redundant ND_TCHECK_n() callsFrancois-Xavier Le Bail
2020-07-22Support for EAP Dump in RADIUS MessagesAravind Prasad S
2019-03-26Use the new GET_ macros instead of the EXTRACT_ onesFrancois-Xavier Le Bail
2018-08-18EAP: Fixup the check for Code value.Denis Ovsienko
2018-08-17EAP: simplify an if()Denis Ovsienko
2018-05-06Add more nd_print_trunc() callsFrancois-Xavier Le Bail
2018-05-02Remove the safeputs() functionFrancois-Xavier Le Bail
2018-03-19Remove useless commentsFrancois-Xavier Le Bail
2018-03-16Add the ndo_protocol field in the netdissect_options structureFrancois-Xavier Le Bail
2018-01-21Always include <config.h> rather than "config.h".Guy Harris
2018-01-21Use quoted include netdissect-stdinc.h instead of angle-bracketed oneFrancois-Xavier Le Bail
2018-01-07Update ND_PRINT() as a variadic macroFrancois-Xavier Le Bail
2018-01-03Use ND_TTEST_SIZE()/ND_TCHECK_SIZE() macros (1/n)Francois-Xavier Le Bail
2017-12-29Use nd_ types, add EXTRACT_ calls.Guy Harris
2017-12-13Remove all storage class specifier 'register'Francois-Xavier Le Bail
2017-12-11Replace ND_TTEST2()/ND_TCHECK2() macros by macros using pointers (1/n)Francois-Xavier Le Bail
2017-12-09Use more the EXTRACT_U_1() macro (49/n)Francois-Xavier Le Bail
2017-11-27Use more the EXTRACT_U_1() macro (30/n)Francois-Xavier Le Bail
2017-11-26Use more the EXTRACT_U_1() macro (29/n)Francois-Xavier Le Bail
2017-11-22Rename EXTRACT_ macrosFrancois-Xavier Le Bail
2017-11-22Rename ND_TCHECK_/ND_TTEST_ macrosFrancois-Xavier Le Bail
2017-11-21Use more the EXTRACT_8BITS() macro to fetch a one-byte value (18/n)Francois-Xavier Le Bail
2017-11-20Use more the EXTRACT_8BITS() macro to fetch a one-byte value (12/n)Francois-Xavier Le Bail
2017-11-19Use more the EXTRACT_8BITS() macro to fetch a one-byte value (3/n)Francois-Xavier Le Bail
2017-11-19Use more the EXTRACT_8BITS() macro to fetch a one-byte value (2/n)Francois-Xavier Le Bail
2017-11-19Use more the EXTRACT_8BITS() macro to fetch a one-byte value (1/n)Francois-Xavier Le Bail
2017-11-18Rename EXTRACT_nBITS() macros to EXTRACT_BE_nBITS()Francois-Xavier Le Bail
2017-09-13Don't specify struct as "const" within sizeof().Denis Ovsienko
2017-09-13CVE-2017-13015/EAP: Add more bounds checks.Guy Harris
2016-08-19Fix used but marked unused parametersFrancois-Xavier Le Bail
2016-08-15Add a summary comment in all other printersFrancois-Xavier Le Bail
2016-08-14Move the printer summaries from INSTALL.txt to each printerFrancois-Xavier Le Bail
2015-09-10Rename 'tcpdump-stdinc.h' to 'netdissect-stdinc.h'Francois-Xavier Le Bail
2015-09-05Printers must include 'netdissect.h', not 'interface.h'Francois-Xavier Le Bail
2015-03-22dismiss NETDISSECT_REWORKED macroDenis Ovsienko
2014-06-12don't reinvent ND_TCHECK2()Denis Ovsienko
2014-04-03improve previous NDO conversionsDenis Ovsienko
2014-04-01NDOize EAP, IEEE CFM, lwres, SIP & Syslog decodersDenis Ovsienko