]> The Tcpdump Group git mirrors - tcpdump/history - print-ahcp.c
CI: Add warning exemptions for Sun C (suncc-5.14) on Solaris 10
[tcpdump] / print-ahcp.c
2024-03-28  Francois-Xavier... Include <config.h> unconditionally
2023-02-02  Guy HarrisHave a common routine for converting dates and times... 1032/head
2020-09-27  Denis OvsienkoIntroduce and use ND_LONGJMP_FROM_TCHECK.
2020-09-18  Denis OvsienkoAHCP: Modernize packet parsing style.
2020-09-08  Denis OvsienkoRemove 7 more ND_TCHECK calls.
2020-09-08  Francois-Xavier... Remove some now redundant ND_TCHECK_4() calls
2020-09-07  Francois-Xavier... Remove some now redundant ND_TCHECK_16() calls
2020-09-06  Francois-Xavier... Remove many (762) now redundant ND_TCHECK_n() calls
2020-05-28  Guy HarrisMerge branch 'master' into macsec
2020-05-25  Guy HarrisMerge branch 'master' into fix_udp_frag_badlen 602/head
2020-05-25  Guy HarrisMerge pull request #773 from Mister-X-/fix-reason-codes
2020-05-25  Guy HarrisMerge pull request #772 from Mister-X-/fix-status-codes
2020-02-29  Michael RichardsonMerge pull request #492 from vel21ripn/nflog-print
2020-01-20  Guy HarrisMore bounds checking when fetching addresses and conver...
2019-12-25  Guy HarrisThe third argument to linkaddr_string is one of the...
2019-06-17  Francois-Xavier... Use nd_print_protocol_caps() to print the protocol...
2019-03-26  Francois-Xavier... Use the new GET_ macros instead of the EXTRACT_ ones
2018-11-17  Tero KivinenUpdated 802.15.4 code
2018-09-11  Francois-Xavier... Add the nd_print_invalid() function
2018-05-04  Francois-Xavier... Print truncations with nd_print_trunc() instead of...
2018-03-16  Francois-Xavier... Add the ndo_protocol field in the netdissect_options...
2018-03-01  Francois-Xavier... AHCP: Fix the uses of the pointer to the end of current...
2018-01-21  Guy HarrisAlways include <config.h> rather than "config.h".
2018-01-21  Francois-Xavier... Use quoted include netdissect-stdinc.h instead of angle...
2018-01-07  Francois-Xavier... Update ND_PRINT() as a variadic macro
2017-12-16  Guy HarrisMerge branch 'master' into master 630/head
2017-12-11  Francois-Xavier... Replace ND_TTEST2()/ND_TCHECK2() macros by macros using...
2017-12-09  Francois-Xavier... Use more the EXTRACT_U_1() macro (49/n)
2017-12-05  Francois-Xavier... Use more the EXTRACT_U_1() macro (47/n)
2017-11-27  Francois-Xavier... Use more the EXTRACT_U_1() macro (31/n)
2017-11-26  Francois-Xavier... Use more the EXTRACT_U_1() macro (29/n)
2017-11-24  Francois-Xavier... Use more ND_TCHECK_n()/ND_TTEST_n() macros
2017-11-22  Francois-Xavier... Rename EXTRACT_ macros
2017-11-18  Francois-Xavier... Rename EXTRACT_nBITS() macros to EXTRACT_BE_nBITS()
2017-01-18  Guy HarrisMerge pull request #500 from atsampson/master
2016-08-15  Francois-Xavier... Add a summary comment in all other printers
2016-01-28  Francois-Xavier... Change istr[] (for invalid string) to be global
2015-09-17  Guy HarrisDon't require IPv6 library support in order to support...
2015-09-10  Francois-Xavier... Rename 'tcpdump-stdinc.h' to 'netdissect-stdinc.h'
2015-09-06  Francois-Xavier... Rename cstr[] to istr[] like invalid string
2015-09-06  Francois-Xavier... Use the word 'invalid' for 'malformed' or 'corrupted...
2015-09-05  Francois-Xavier... Printers must include 'netdissect.h', not 'interface.h'
2015-04-22  Michael RichardsonMerge branch 'master' of git+ssh://bpf.tcpdump.org...
2015-03-22  Denis Ovsienkodismiss NETDISSECT_REWORKED macro
2015-03-05  Guy HarrisMerge pull request #433 from wxsBSD/cap_fix
2015-03-05  Denis Ovsienkoclean K&R style up in function declarations a bit
2014-04-06  Denis OvsienkoMerge remote-tracking branch 'bpf/master'
2014-04-04  Guy HarrisNetdissectify the to-name resolution routines.
2014-03-15  Denis Ovsienkomake use of NETDISSECT_REWORKED
2014-03-11  Gisle VanemFix compilation with old versions of MSVC.
2014-03-11  Denis OvsienkoMerge pull request #375 from fxlb/print-llc
2014-03-08  Denis OvsienkoNDOize AHCP, OTV and VXLAN decoders
2013-12-26  Denis Ovsienkomake consistent use of the "tstr" idiom
2013-11-29  Guy HarrisMerge branch 'master' of git+ssh://bpf.tcpdump.org...
2013-11-27  Denis OvsienkoMerge pull request #344 from glebius/master
2013-11-26  Denis OvsienkoAHCP: fix compiling w/o IPv6
2013-11-22  Gisle VanemAHCP: designated inits are C99, fix to be C89
2013-11-13  Denis OvsienkoAHCP: add version 1 decoder 340/head