aboutsummaryrefslogtreecommitdiff
path: root/print-slow.c
AgeCommit message (Expand)Author
2020-12-01IEEE slow: Modernize packet parsing style.Denis Ovsienko
2020-11-03IEEE slow: Use %zu to print sizeof valuesFrancois-Xavier Le Bail
2020-09-06Remove many (762) now redundant ND_TCHECK_n() callsFrancois-Xavier Le Bail
2020-01-19More bounds checking when fetching addresses and converting to strings.Guy Harris
2019-08-11More use of %zu to print sizeof values.Guy Harris
2019-03-26Use the new GET_ macros instead of the EXTRACT_ onesFrancois-Xavier Le Bail
2018-05-04Print truncations with nd_print_trunc() instead of tstr[] stringsFrancois-Xavier Le Bail
2018-03-16Add the ndo_protocol field in the netdissect_options structureFrancois-Xavier Le Bail
2018-02-13Add and use tstr[]Francois-Xavier Le Bail
2018-01-21Always include <config.h> rather than "config.h".Guy Harris
2018-01-21Use quoted include netdissect-stdinc.h instead of angle-bracketed oneFrancois-Xavier Le Bail
2018-01-07Update ND_PRINT() as a variadic macroFrancois-Xavier Le Bail
2018-01-04Fix some Coccinelle warnings "a \ character appears outside of a #define"Francois-Xavier Le Bail
2018-01-03Use ND_TTEST_SIZE()/ND_TCHECK_SIZE() macros (2/n)Francois-Xavier Le Bail
2017-12-30Use nd_ types, add EXTRACT_ calls.Guy Harris
2017-12-13Remove all storage class specifier 'register'Francois-Xavier Le Bail
2017-12-12Use nd_ types in 802.x and FDDI headers.Guy Harris
2017-12-11Replace ND_TTEST2()/ND_TCHECK2() macros by macros using pointers (1/n)Francois-Xavier Le Bail
2017-12-10Make nd_uint8_t and nd_int8_t arrays, to catch direct references.Guy Harris
2017-12-09Use more the EXTRACT_U_1() macro (51/n)Francois-Xavier Le Bail
2017-12-09Use more the EXTRACT_U_1() macro (49/n)Francois-Xavier Le Bail
2017-12-04Use more the ND_TCHECK_1() macroFrancois-Xavier Le Bail
2017-11-26Use more the EXTRACT_U_1() macro (29/n)Francois-Xavier Le Bail
2017-11-24Use more ND_TCHECK_n()/ND_TTEST_n() macrosFrancois-Xavier Le Bail
2017-11-22Rename EXTRACT_ macrosFrancois-Xavier Le Bail
2017-11-20Use more the EXTRACT_8BITS() macro to fetch a one-byte value (12/n)Francois-Xavier Le Bail
2017-11-18Rename EXTRACT_nBITS() macros to EXTRACT_BE_nBITS()Francois-Xavier Le Bail
2017-07-28zero change: update Hannes Gredler's emailHannes Gredler
2017-01-18Fix bugs, add checks.Guy Harris
2016-09-11Declare some variables as staticFrancois-Xavier Le Bail
2016-08-14Move the printer summaries from INSTALL.txt to each printerFrancois-Xavier Le Bail
2015-09-10Rename 'tcpdump-stdinc.h' to 'netdissect-stdinc.h'Francois-Xavier Le Bail
2015-09-05Printers must include 'netdissect.h', not 'interface.h'Francois-Xavier Le Bail
2015-04-26Fix a bunch of de-constifications.Guy Harris
2015-03-22dismiss NETDISSECT_REWORKED macroDenis Ovsienko
2015-03-05clean K&R style up in function declarations a bitDenis Ovsienko
2014-04-23u_intN_t is dead, long live uintN_t.Guy Harris
2014-04-04Netdissectify the to-name resolution routines.Guy Harris
2014-03-17NDOize OpenFlow, IEEE slow and telnet decodersDenis Ovsienko
2014-01-03remove tcpdump's own CVS keywordsDenis Ovsienko
2014-01-01ndo-ize print-ascii: hex_print_with_offset()Michael Richardson
2014-01-01whitespace changesMichael Richardson
2011-12-07Fix a bunch of "sizeof(sizeof(XXX))".Sascha Wildner
2006-10-12add support for 802.3ah loopback ctrl msghannes
2006-08-19Fix some "unsigned int" vs. "size_t" issues (they're not necessarily theguy
2006-06-23bugfixes: change oam_pdu_config to 16 bits as per the spec and clean the mixu...hannes
2006-05-18continue work on the 802.3AH printer:hannes
2006-05-16fix an infinite loop while processing OAM info PDUshannes
2006-05-15first cut of Ethernet 802.3AH OAM TLV parser code:hannes
2006-02-16add basic support for Ethernet OAM Frames as per 802.3ahhannes