summaryrefslogtreecommitdiff
path: root/print-eap.c
Commit message (Expand)AuthorAgeFilesLines
* EAP: Assign ndo_protocol in the eap_print() functionFrancois-Xavier Le Bail2023-04-121-0/+1
* Fix spaces before tabs in indentationFrancois-Xavier Le Bail2023-02-151-14/+14
* Revert "EAP: back out the two trailing-comma changes."Denis Ovsienko2021-11-141-6/+9
* EAP: back out the two trailing-comma changes.Guy Harris2021-11-131-9/+6
* EAP: get rid of trailing commas in lists.Guy Harris2021-11-131-6/+9
* EAP: clean up white space.Guy Harris2021-11-131-2/+2
* EAP: add some more length checks.Guy Harris2021-11-131-3/+39
* EAP: label length mismatch as a possible EAP fragment.Guy Harris2021-11-131-1/+8
* EAP: no need for the count variable to be signed.Guy Harris2021-11-131-5/+2
* Update some comments with new RFC numbers.Guy Harris2021-11-131-3/+3
* EAP: Fix some undefined behaviors at runtimeFrancois-Xavier Le Bail2021-11-041-2/+2
* Replace the (void)nd_printzp() calls by nd_printjnp() callsFrancois-Xavier Le Bail2020-12-101-2/+2
* Remove useless 'return' at end of void functions (style)Francois-Xavier Le Bail2020-09-281-1/+0
* Remove 15 now redundant ND_TCHECK_n() callsFrancois-Xavier Le Bail2020-09-101-1/+0
* Remove 96 assorted ND_TCHECK calls.Denis Ovsienko2020-09-081-1/+0
* Remove many (762) now redundant ND_TCHECK_n() callsFrancois-Xavier Le Bail2020-09-061-7/+0
* Support for EAP Dump in RADIUS MessagesAravind Prasad S2020-07-221-72/+86
* Use the new GET_ macros instead of the EXTRACT_ onesFrancois-Xavier Le Bail2019-03-261-21/+21
* EAP: Fixup the check for Code value.Denis Ovsienko2018-08-181-1/+2
* EAP: simplify an if()Denis Ovsienko2018-08-171-10/+3
* Add more nd_print_trunc() callsFrancois-Xavier Le Bail2018-05-061-1/+1
* Remove the safeputs() functionFrancois-Xavier Le Bail2018-05-021-2/+2
* Remove useless commentsFrancois-Xavier Le Bail2018-03-191-6/+0
* Add the ndo_protocol field in the netdissect_options structureFrancois-Xavier Le Bail2018-03-161-0/+1
* 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-25/+25
* Use ND_TTEST_SIZE()/ND_TCHECK_SIZE() macros (1/n)Francois-Xavier Le Bail2018-01-031-1/+1
* Use nd_ types, add EXTRACT_ calls.Guy Harris2017-12-291-14/+15
* Remove all storage class specifier 'register'Francois-Xavier Le Bail2017-12-131-1/+1
* 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 (49/n)Francois-Xavier Le Bail2017-12-091-1/+1
* Use more the EXTRACT_U_1() macro (30/n)Francois-Xavier Le Bail2017-11-271-2/+2
* Use more the EXTRACT_U_1() macro (29/n)Francois-Xavier Le Bail2017-11-261-4/+4
* Rename EXTRACT_ macrosFrancois-Xavier Le Bail2017-11-221-13/+13
* Rename ND_TCHECK_/ND_TTEST_ macrosFrancois-Xavier Le Bail2017-11-221-9/+9
* Use more the EXTRACT_8BITS() macro to fetch a one-byte value (18/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 (3/n)Francois-Xavier Le Bail2017-11-191-2/+2
* Use more the EXTRACT_8BITS() macro to fetch a one-byte value (2/n)Francois-Xavier Le Bail2017-11-191-2/+2
* Use more the EXTRACT_8BITS() macro to fetch a one-byte value (1/n)Francois-Xavier Le Bail2017-11-191-2/+2
* Rename EXTRACT_nBITS() macros to EXTRACT_BE_nBITS()Francois-Xavier Le Bail2017-11-181-5/+5
* Don't specify struct as "const" within sizeof().Denis Ovsienko2017-09-131-2/+2
* CVE-2017-13015/EAP: Add more bounds checks.Guy Harris2017-09-131-4/+14
* Fix used but marked unused parametersFrancois-Xavier Le Bail2016-08-191-1/+1
* Add a summary comment in all other printersFrancois-Xavier Le Bail2016-08-151-3/+0
* Move the printer summaries from INSTALL.txt to each printerFrancois-Xavier Le Bail2016-08-141-0/+2
* Rename 'tcpdump-stdinc.h' to 'netdissect-stdinc.h'Francois-Xavier Le Bail2015-09-101-1/+1
* 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