summaryrefslogtreecommitdiff
path: root/print-ascii.c
Commit message (Expand)AuthorAgeFilesLines
* Fix spaces before tabs in indentationFrancois-Xavier Le Bail2023-02-151-1/+1
* ASCII/hex: Rename a variableFrancois-Xavier Le Bail2022-03-041-9/+9
* Spell "indent" where it belongs.Denis Ovsienko2021-03-281-10/+10
* ASCII/hex: Use nd_trunc_longjmp() in truncation casesFrancois-Xavier Le Bail2021-03-271-8/+21
* Lose a forward declaration in print-ascii.c. [skip ci]Denis Ovsienko2020-09-131-2/+0
* Don't use <ctype.h> macros.Guy Harris2019-09-011-4/+7
* Remove more old-compiler compensation.Guy Harris2019-08-081-2/+2
* Fix some narrowing warnings on LP64/LLP64 platforms.Guy Harris2019-04-181-3/+3
* Use the new GET_ macros instead of the EXTRACT_ onesFrancois-Xavier Le Bail2019-03-261-8/+8
* Type and size cleanups.Guy Harris2018-12-101-9/+11
* Simplify some expressionsFrancois-Xavier Le Bail2018-06-011-3/+3
* Update hex_and_ascii_print_with_offset() to staticFrancois-Xavier Le Bail2018-05-101-1/+3
* 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-2/+2
* Use the EXTRACT_U_1() macro in some utility functionsFrancois-Xavier Le Bail2018-01-281-6/+11
* 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-12/+12
* Remove all storage class specifier 'register'Francois-Xavier Le Bail2017-12-131-10/+10
* Use more the EXTRACT_U_1() macro (48/n)Francois-Xavier Le Bail2017-12-091-1/+2
* Use more the EXTRACT_U_1() macro (47/n)Francois-Xavier Le Bail2017-12-051-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
* dismiss NETDISSECT_REWORKED macroDenis Ovsienko2015-03-221-1/+0
* Don't run past the snapshot length when doing hex/ASCII dumps.Guy Harris2014-10-231-0/+12
* coordinate ascii_print() prototypes for MSVCGisle Vanem2014-04-031-1/+1
* improve previous NDO conversionsDenis Ovsienko2014-04-031-7/+8
* finalize some previous NDO conversionsDenis Ovsienko2014-03-261-5/+5
* NDOize print-ascii.c furtherDenis Ovsienko2014-03-131-8/+8
* With -A and -AA, don't send CRs to the standard output.Guy Harris2014-02-031-5/+19
* Do our own isascii(), isprint(), isgraph(), and toascii().Guy Harris2014-02-021-4/+4
* remove tcpdump's own CVS keywordsDenis Ovsienko2014-01-031-4/+0
* fix a few compiler warnings about prototypesDenis Ovsienko2014-01-021-0/+1
* ndo-ize print-ascii: hex_print_with_offset()Michael Richardson2014-01-011-10/+11
* Have "ascii_print()" do the "-A" output, and nothing but the "-A"guy2005-07-061-48/+46
* The first argument to "ascii_print_with_offset()", "ascii_print()",guy2004-07-211-5/+5
* pass on ident string to hex_print()hannes2003-12-291-6/+6
* elimitate tabs as they mess up the multi-line outputhannes2003-12-291-3/+3
* pass an identation string to the ascii printerhannes2003-12-291-9/+11
* 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-2/+2
* Added support for Win32, based on WinPcap.risso2002-08-011-3/+2
* whitespace cleanupitojun2002-06-111-3/+3
* "-A" flag to print packet data in ASCII, from Jørgen Thomsenguy2002-04-241-19/+43
* fix ascii dump with -X. due to mistake in snprintf() fixes.itojun2000-01-291-3/+5
* s/sprintf/snprintf/.itojun2000-01-171-3/+3
* Unify rcsid[]'s.fenner2000-01-091-6/+2
* <sys/cdefs.h>: conditionalizeassar2000-01-071-0/+2