summaryrefslogtreecommitdiff
path: root/print-ascii.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* comment out __RCSID (netbsd only).itojun1999-12-231-0/+2
* add print-ascii.c and print-telnet.c from netbsd.itojun1999-12-221-0/+158