summaryrefslogtreecommitdiff
path: root/print-chdlc.c
Commit message (Expand)AuthorAgeFilesLines
* CHDLC: Modernize packet parsingFrancois-Xavier Le Bail2022-08-101-16/+15
* CDP: Modernize packet parsing style.Denis Ovsienko2020-12-081-5/+0
* Remove 96 assorted ND_TCHECK calls.Denis Ovsienko2020-09-081-2/+0
* Remove many (762) now redundant ND_TCHECK_n() callsFrancois-Xavier Le Bail2020-09-061-1/+0
* CHDLC: Update the link-layer dissector to a void functionFrancois-Xavier Le Bail2020-08-061-3/+3
* Use the Wayback Machine for some removed documentsFrancois-Xavier Le Bail2020-02-061-1/+1
* More bounds checking when fetching addresses and converting to strings.Guy Harris2020-01-191-2/+2
* Fix some narrowing warnings on LP64/LLP64 platforms.Guy Harris2019-04-181-1/+1
* Use the new GET_ macros instead of the EXTRACT_ onesFrancois-Xavier Le Bail2019-03-261-11/+11
* Add more nd_print_trunc() callsFrancois-Xavier Le Bail2018-05-101-2/+3
* Remove useless commentsFrancois-Xavier Le Bail2018-03-191-8/+0
* Add the ndo_protocol field in the netdissect_options structureFrancois-Xavier Le Bail2018-03-161-0/+2
* Have ip{6}addr_string take a u_char * as the second argument.Guy Harris2018-01-311-2/+2
* 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-14/+14
* Use nd_ types.Guy Harris2017-12-291-10/+10
* Remove all storage class specifier 'register'Francois-Xavier Le Bail2017-12-131-2/+2
* Replace ND_TTEST2()/ND_TCHECK2() macros by macros using pointers (1/n)Francois-Xavier Le Bail2017-12-111-2/+2
* Use more the EXTRACT_U_1() macro (51/n)Francois-Xavier Le Bail2017-12-091-3/+3
* Use more ND_TCHECK_n()/ND_TTEST_n() macrosFrancois-Xavier Le Bail2017-11-241-1/+1
* Use more the EXTRACT_U_1() macro to fetch a one-byte value (23/n)Francois-Xavier Le Bail2017-11-231-1/+1
* Rename EXTRACT_ macrosFrancois-Xavier Le Bail2017-11-221-7/+7
* Rename ND_TCHECK_/ND_TTEST_ macrosFrancois-Xavier Le Bail2017-11-221-1/+1
* Use pointer expressions like in most similar casesFrancois-Xavier Le Bail2017-11-201-1/+1
* Rename EXTRACT_nBITS() macros to EXTRACT_BE_nBITS()Francois-Xavier Le Bail2017-11-181-7/+7
* CHDLC: Use the existing NLPID constants.Denis Ovsienko2017-10-191-3/+4
* CVE-2017-12897/ISO CLNS: Use ND_TTEST() for the bounds checks in isoclns_prin...Guy Harris2017-09-131-2/+2
* CVE-2017-13687/CHDLC: Improve bounds and length checks.Denis Ovsienko2017-09-131-8/+12
* pass correct caplen to other functions as wellDenis Ovsienko2017-01-181-2/+2
* 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
* clean K&R style up in function declarations a bitDenis Ovsienko2015-03-051-1/+2
* Leave it up to ip6_print() to handle non-IPv6-capable systems.Guy Harris2014-10-011-2/+0
* don't reinvent ND_TCHECK2()Denis Ovsienko2014-06-121-2/+1
* u_intN_t is dead, long live uintN_t.Guy Harris2014-04-231-6/+6
* Netdissectify the to-name resolution routines.Guy Harris2014-04-041-2/+2
* NDOize ISO CLNS decoderDenis Ovsienko2014-03-281-2/+2
* make use of NETDISSECT_REWORKEDDenis Ovsienko2014-03-151-0/+1
* NDOize 8 more small decodersDenis Ovsienko2014-03-131-1/+1
* NDOize more small decodersDenis Ovsienko2014-03-121-34/+31
* don't include pcap.h needlesslyDenis Ovsienko2014-02-281-1/+0
* remove tcpdump's own CVS keywordsDenis Ovsienko2014-01-031-5/+0
* ndo-ize print-ascii: hex_print_with_offset()Michael Richardson2014-01-011-2/+2
* whitespace changesMichael Richardson2014-01-011-1/+1
* justify declarations of struct tok arraysDenis Ovsienko2013-09-241-1/+1
* Convert the IPv6 printer to use netdissect.Guy Harris2010-11-071-1/+1
* clean up the L3 offset calculation for C-HDLChannes2005-11-291-13/+13