summaryrefslogtreecommitdiff
path: root/print-ahcp.c
Commit message (Expand)AuthorAgeFilesLines
* Have a common routine for converting dates and times to strings.Guy Harris2023-02-021-8/+4
* Introduce and use ND_LONGJMP_FROM_TCHECK.Denis Ovsienko2020-09-271-27/+2
* AHCP: Modernize packet parsing style.Denis Ovsienko2020-09-191-84/+99
* Remove 7 more ND_TCHECK calls.Denis Ovsienko2020-09-081-2/+0
* Remove some now redundant ND_TCHECK_4() callsFrancois-Xavier Le Bail2020-09-081-1/+0
* Remove some now redundant ND_TCHECK_16() callsFrancois-Xavier Le Bail2020-09-071-1/+0
* Remove many (762) now redundant ND_TCHECK_n() callsFrancois-Xavier Le Bail2020-09-061-12/+0
* More bounds checking when fetching addresses and converting to strings.Guy Harris2020-01-191-6/+6
* The third argument to linkaddr_string is one of the LINKADDR_ enums.Guy Harris2019-12-241-2/+2
* Use nd_print_protocol_caps() to print the protocol nameFrancois-Xavier Le Bail2019-06-171-1/+1
* Use the new GET_ macros instead of the EXTRACT_ onesFrancois-Xavier Le Bail2019-03-261-14/+17
* Add the nd_print_invalid() functionFrancois-Xavier Le Bail2018-09-111-9/+9
* Print truncations with nd_print_trunc() instead of tstr[] stringsFrancois-Xavier Le Bail2018-05-041-10/+9
* Add the ndo_protocol field in the netdissect_options structureFrancois-Xavier Le Bail2018-03-161-0/+1
* AHCP: Fix the uses of the pointer to the end of current packetFrancois-Xavier Le Bail2018-03-011-1/+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-39/+39
* Replace ND_TTEST2()/ND_TCHECK2() macros by macros using pointers (1/n)Francois-Xavier Le Bail2017-12-111-13/+13
* Use more the EXTRACT_U_1() macro (49/n)Francois-Xavier Le Bail2017-12-091-5/+5
* Use more the EXTRACT_U_1() macro (47/n)Francois-Xavier Le Bail2017-12-051-1/+1
* Use more the EXTRACT_U_1() macro (31/n)Francois-Xavier Le Bail2017-11-271-2/+2
* Use more the EXTRACT_U_1() macro (29/n)Francois-Xavier Le Bail2017-11-261-2/+2
* Use more ND_TCHECK_n()/ND_TTEST_n() macrosFrancois-Xavier Le Bail2017-11-241-17/+17
* Rename EXTRACT_ macrosFrancois-Xavier Le Bail2017-11-221-4/+4
* Rename EXTRACT_nBITS() macros to EXTRACT_BE_nBITS()Francois-Xavier Le Bail2017-11-181-4/+4
* 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
* 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-10/+10
* Use the word 'invalid' for 'malformed' or 'corrupted' packetsFrancois-Xavier Le Bail2015-09-061-23/+23
* 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
* clean K&R style up in function declarations a bitDenis Ovsienko2015-03-051-10/+18
* Netdissectify the to-name resolution routines.Guy Harris2014-04-041-6/+6
* make use of NETDISSECT_REWORKEDDenis Ovsienko2014-03-151-1/+2
* Fix compilation with old versions of MSVC.Gisle Vanem2014-03-111-8/+4
* NDOize AHCP, OTV and VXLAN decodersDenis Ovsienko2014-03-081-88/+88
* make consistent use of the "tstr" idiomDenis Ovsienko2013-12-261-20/+20
* AHCP: fix compiling w/o IPv6Denis Ovsienko2013-11-261-2/+14
* AHCP: designated inits are C99, fix to be C89Gisle Vanem2013-11-221-11/+14
* AHCP: add version 1 decoderDenis Ovsienko2013-11-131-0/+401