summaryrefslogtreecommitdiff
path: root/print-radius.c
Commit message (Expand)AuthorAgeFilesLines
* Put "}" at beginning of line with "else" to keep a consistent styleFrancois-Xavier Le Bail2023-04-211-6/+3
* Put "{" at end of line with "else" to keep a consistent styleFrancois-Xavier Le Bail2023-04-211-6/+3
* Put "{" at end of line with "switch" to keep a consistent styleFrancois-Xavier Le Bail2023-04-191-6/+3
* Put "{" at end of line with "if" to keep a consistent styleFrancois-Xavier Le Bail2023-04-191-54/+27
* Put "{" at end of line with "while" to keep a consistent styleFrancois-Xavier Le Bail2023-04-191-2/+1
* RADIUS: Remove a no more used label 'trunc'Francois-Xavier Le Bail2022-02-201-3/+0
* RADIUS: Use GET_U_1() to replace a direct dereferenceFrancois-Xavier Le Bail2022-02-201-7/+1
* RADIUS: Add a comment about "don't use GET_IP6ADDR_STRING()"Francois-Xavier Le Bail2022-02-051-1/+1
* Remove some storage class specifier 'register'Francois-Xavier Le Bail2021-01-301-2/+2
* Replace the (void)nd_printn(..., NULL) calls by nd_printjn() callsFrancois-Xavier Le Bail2021-01-081-3/+3
* Fix some "Unchecked return value" found by CoverityFrancois-Xavier Le Bail2020-11-011-3/+3
* Remove useless 'return' at end of void functions (style)Francois-Xavier Le Bail2020-09-281-2/+0
* Remove 96 assorted ND_TCHECK calls.Denis Ovsienko2020-09-081-15/+0
* Remove some now redundant ND_TCHECK_16() callsFrancois-Xavier Le Bail2020-09-071-7/+0
* Remove many (762) now redundant ND_TCHECK_n() callsFrancois-Xavier Le Bail2020-09-061-10/+0
* RADIUS: Update and comment registry arrays. [skip ci]Denis Ovsienko2020-09-011-0/+84
* RADIUS: Fixup the previous commit.Denis Ovsienko2020-08-271-43/+66
* RADIUS: Add attributes from RFC5580. (GH #706)Herwin Weststrate2020-08-271-0/+172
* Support for EAP Dump in RADIUS MessagesAravind Prasad S2020-07-221-0/+7
* More bounds checking when fetching addresses and converting to strings.Guy Harris2020-01-191-4/+4
* Don't use <ctype.h> macros.Guy Harris2019-09-011-2/+4
* RADIUS: Remove a now unused label 'trunc'Francois-Xavier Le Bail2019-03-271-3/+0
* RADIUS: Remove an invalid bounds check now uselessFrancois-Xavier Le Bail2019-03-271-1/+0
* Use the new GET_ macros instead of the EXTRACT_ onesFrancois-Xavier Le Bail2019-03-261-55/+55
* RADIUS: constify a couple static arraysDenis Ovsienko2018-08-301-2/+2
* RADIUS: Deduplicate some printing code.Denis Ovsienko2018-08-181-12/+8
* RADIUS: Decode more MIP6-Feature-Vector bits.Denis Ovsienko2018-08-061-1/+12
* Improve printout of MIP6-Feature-VectorDenis Ovsienko2018-08-031-1/+10
* Added RADIUS attributes from RFC 5447Herwin Weststrate2018-08-031-0/+82
* Print truncations with nd_print_trunc() instead of tstr[] stringsFrancois-Xavier Le Bail2018-05-041-12/+11
* 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-90/+90
* Use ND_TTEST_SIZE()/ND_TCHECK_SIZE() macros (1/n)Francois-Xavier Le Bail2018-01-031-1/+1
* Use nd_ types, add EXTRACT_ calls, clean up signed vs. unsigned.Guy Harris2017-12-301-40/+43
* Remove all storage class specifier 'register'Francois-Xavier Le Bail2017-12-131-21/+21
* Replace ND_TTEST2()/ND_TCHECK2() macros by macros using pointers (1/n)Francois-Xavier Le Bail2017-12-111-4/+4
* Use more the EXTRACT_U_1() macro (51/n)Francois-Xavier Le Bail2017-12-091-5/+5
* Use more the EXTRACT_U_1() macro (49/n)Francois-Xavier Le Bail2017-12-091-1/+1
* Use more the EXTRACT_U_1() macro (47/n)Francois-Xavier Le Bail2017-12-051-1/+1
* Use more the EXTRACT_U_1() macro (43/n)Francois-Xavier Le Bail2017-12-031-2/+2
* Use more the ND_ISPRINT() macroFrancois-Xavier Le Bail2017-12-011-2/+2
* Use more the EXTRACT_U_1() macro (31/n)Francois-Xavier Le Bail2017-11-271-9/+9
* Use more the EXTRACT_U_1() macro (28/n)Francois-Xavier Le Bail2017-11-261-2/+2
* Use more ND_TCHECK_n()/ND_TTEST_n() macrosFrancois-Xavier Le Bail2017-11-241-15/+15
* Rename EXTRACT_ macrosFrancois-Xavier Le Bail2017-11-221-23/+23
* Use more the EXTRACT_8BITS() macro to fetch a one-byte value (20/n)Francois-Xavier Le Bail2017-11-221-1/+1
* 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 (2/n)Francois-Xavier Le Bail2017-11-191-2/+2