summaryrefslogtreecommitdiff
path: root/print-zephyr.c
Commit message (Expand)AuthorAgeFilesLines
* Zephyr: Fix the ZEPHYR_PRINT() macroFrancois-Xavier Le Bail2022-02-091-2/+1
* Zephyr: Avoid printing non-ASCII charactersFrancois-Xavier Le Bail2022-02-071-15/+19
* Zephyr: Fix indentationFrancois-Xavier Le Bail2022-02-071-19/+19
* Zephyr: Update 'length' type to unsignedFrancois-Xavier Le Bail2021-05-221-1/+1
* Zephyr: Modernize packet parsing style.Denis Ovsienko2020-10-161-14/+10
* Remove useless 'return' at end of void functions (style)Francois-Xavier Le Bail2020-09-281-1/+0
* Don't use <ctype.h> macros.Guy Harris2019-09-011-1/+3
* Use more HTTPS in URLsFrancois-Xavier Le Bail2019-08-191-1/+1
* Remove more old-compiler compensation.Guy Harris2019-08-081-1/+1
* Add, and use, macros to do locale-independent case mapping.Guy Harris2018-12-101-1/+1
* Add more nd_print_trunc() callsFrancois-Xavier Le Bail2018-05-171-1/+1
* Add the ndo_protocol field in the netdissect_options structureFrancois-Xavier Le Bail2018-03-161-0/+1
* Add nd_{v}snprintf() routines/wrappers.Guy Harris2018-01-291-1/+1
* 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
* Squelch incomplete initializer warnings.Guy Harris2018-01-141-1/+19
* Zephyr: Simplify the initialization of a structureFrancois-Xavier Le Bail2018-01-141-8/+1
* Update ND_PRINT() as a variadic macroFrancois-Xavier Le Bail2018-01-071-31/+31
* Use ND_TTEST_SIZE()/ND_TCHECK_SIZE() macros (2/n)Francois-Xavier Le Bail2018-01-031-1/+1
* CVE-2017-12902/Zephyr: Fix bounds checking.Guy Harris2017-09-131-15/+30
* CVE-2017-12900/Properly terminate all struct tok arrays.Guy Harris2017-09-131-1/+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
* Fix a bunch of de-constifications.Guy Harris2015-04-261-25/+27
* dismiss NETDISSECT_REWORKED macroDenis Ovsienko2015-03-221-1/+0
* make use of NETDISSECT_REWORKEDDenis Ovsienko2014-03-151-1/+2
* NDOize FDDI, MPCP, Token Ring, VQP and Zephyr decodersDenis Ovsienko2014-03-141-40/+39
* remove tcpdump's own CVS keywordsDenis Ovsienko2014-01-031-5/+0
* justify declarations of struct tok arraysDenis Ovsienko2013-09-241-1/+1
* squelch compiler warningshannes2007-08-091-1/+10
* Give a URL for the Zephyr protocol spec.guy2005-04-211-1/+3
* Have the configure script arrange that the Makefile define _U_guy2003-11-161-4/+4
* From Neil Spring:guy2003-11-151-4/+4
* Add a few more GCC warnings on GCC >= 2 for ".devel" builds.guy2002-09-051-3/+3
* Added support for Win32, based on WinPcap.risso2002-08-011-3/+3
* Add a cast to squelch a compiler complaint - and remove a potentialguy2002-04-271-2/+2
* Declare the packet type enum as an "enum z_packet_type" withoutguy2002-03-051-3/+3
* Include "config.h" if present, so that stuff discovered by the configureguy2001-09-111-0/+9
* Zephyr support, from Nickolai Zeldovich <kolya@MIT.EDU>.guy2001-09-091-0/+302