summaryrefslogtreecommitdiff
path: root/print-slow.c
Commit message (Expand)AuthorAgeFilesLines
* IEEE slow: Modernize packet parsing style.Denis Ovsienko2020-12-011-11/+1
* IEEE slow: Use %zu to print sizeof valuesFrancois-Xavier Le Bail2020-11-031-10/+10
* Remove many (762) now redundant ND_TCHECK_n() callsFrancois-Xavier Le Bail2020-09-061-8/+0
* More bounds checking when fetching addresses and converting to strings.Guy Harris2020-01-191-2/+2
* More use of %zu to print sizeof values.Guy Harris2019-08-111-12/+12
* Use the new GET_ macros instead of the EXTRACT_ onesFrancois-Xavier Le Bail2019-03-261-40/+42
* Print truncations with nd_print_trunc() instead of tstr[] stringsFrancois-Xavier Le Bail2018-05-041-4/+3
* Add the ndo_protocol field in the netdissect_options structureFrancois-Xavier Le Bail2018-03-161-0/+1
* Add and use tstr[]Francois-Xavier Le Bail2018-02-131-6/+5
* 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-57/+57
* Fix some Coccinelle warnings "a \ character appears outside of a #define"Francois-Xavier Le Bail2018-01-041-1/+1
* Use ND_TTEST_SIZE()/ND_TCHECK_SIZE() macros (2/n)Francois-Xavier Le Bail2018-01-031-4/+4
* Use nd_ types, add EXTRACT_ calls.Guy Harris2017-12-301-12/+13
* Remove all storage class specifier 'register'Francois-Xavier Le Bail2017-12-131-5/+5
* Use nd_ types in 802.x and FDDI headers.Guy Harris2017-12-121-3/+2
* Replace ND_TTEST2()/ND_TCHECK2() macros by macros using pointers (1/n)Francois-Xavier Le Bail2017-12-111-4/+4
* Make nd_uint8_t and nd_int8_t arrays, to catch direct references.Guy Harris2017-12-101-81/+91
* Use more the EXTRACT_U_1() macro (51/n)Francois-Xavier Le Bail2017-12-091-2/+2
* Use more the EXTRACT_U_1() macro (49/n)Francois-Xavier Le Bail2017-12-091-1/+1
* Use more the ND_TCHECK_1() macroFrancois-Xavier Le Bail2017-12-041-3/+3
* 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-1/+1
* Rename EXTRACT_ macrosFrancois-Xavier Le Bail2017-11-221-21/+21
* Use more the EXTRACT_8BITS() macro to fetch a one-byte value (12/n)Francois-Xavier Le Bail2017-11-201-1/+1
* Rename EXTRACT_nBITS() macros to EXTRACT_BE_nBITS()Francois-Xavier Le Bail2017-11-181-20/+20
* zero change: update Hannes Gredler's emailHannes Gredler2017-07-281-1/+1
* Fix bugs, add checks.Guy Harris2017-01-181-90/+175
* Declare some variables as staticFrancois-Xavier Le Bail2016-09-111-1/+1
* 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
* Fix a bunch of de-constifications.Guy Harris2015-04-261-1/+1
* dismiss NETDISSECT_REWORKED macroDenis Ovsienko2015-03-221-1/+0
* clean K&R style up in function declarations a bitDenis Ovsienko2015-03-051-6/+6
* u_intN_t is dead, long live uintN_t.Guy Harris2014-04-231-45/+45
* Netdissectify the to-name resolution routines.Guy Harris2014-04-041-2/+2
* NDOize OpenFlow, IEEE slow and telnet decodersDenis Ovsienko2014-03-171-71/+73
* remove tcpdump's own CVS keywordsDenis Ovsienko2014-01-031-5/+0
* ndo-ize print-ascii: hex_print_with_offset()Michael Richardson2014-01-011-7/+7
* whitespace changesMichael Richardson2014-01-011-16/+16
* Fix a bunch of "sizeof(sizeof(XXX))".Sascha Wildner2011-12-071-2/+2
* add support for 802.3ah loopback ctrl msghannes2006-10-121-2/+17
* Fix some "unsigned int" vs. "size_t" issues (they're not necessarily theguy2006-08-191-5/+5
* bugfixes: change oam_pdu_config to 16 bits as per the spec and clean the mixu...hannes2006-06-231-3/+3
* continue work on the 802.3AH printer:hannes2006-05-181-37/+141
* fix an infinite loop while processing OAM info PDUshannes2006-05-161-2/+2
* first cut of Ethernet 802.3AH OAM TLV parser code:hannes2006-05-151-5/+158
* add basic support for Ethernet OAM Frames as per 802.3ahhannes2006-02-161-34/+159