summaryrefslogtreecommitdiff
path: root/print-chdlc.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* avoid double printing of "unknown proto" messagehannes2005-11-241-2/+3
* resolve CHDLC proto to name, remove tok2str() lookalivehannes2005-11-041-13/+13
* add support for DLT_JUNIPER{PPP,ETHER,FRELAY,CHDLC} printershannes2005-08-231-3/+8
* make sure that there are the full four timestamp bytes availablehannes2005-04-271-2/+2
* Call the maximum length #define SLARP_MAX_LEN rather than SLARP_LEN, toguy2005-04-261-4/+4
* differentiate between SLARP_LEN and SLARP_MIN_LEN - otherwise we do print the...hannes2005-04-261-6/+7
* Get rid of zero-length arrays in structures - they're not standard C89guy2005-04-191-8/+18
* don't forget the boundary check, when dissecting an optional uptime parameterhannes2005-04-101-1/+3
* make the uptime-stamp printing optional as some implementations don't include...hannes2005-04-091-11/+15