summaryrefslogtreecommitdiff
path: root/util.c
Commit message (Expand)AuthorAgeFilesLines
* From Gisle Vanem: give "tok2str()" 4 static buffers it can fill in, soguy2004-04-281-4/+8
* - pass on ident string to hex_print()hannes2003-12-291-21/+3
* Have the configure script arrange that the Makefile define _U_guy2003-11-161-4/+4
* From Neil Spring:guy2003-11-151-1/+1
* From Neil Spring:guy2003-11-151-4/+4
* fix display of correct offset for hexdumpshannes2003-10-021-2/+2
* As per a comment by Alex Medvedev <alexm@pycckue.org>, start the searchguy2003-07-301-9/+9
* Fix fencepost error in fn_printn() which would return a truncationfenner2003-04-211-9/+4
* From Gisle Vanem: use ISO 8601 date/time format in "-tttt" mode.guy2003-03-041-7/+9
* From Gisle Vanem <giva@bgnett.no>:guy2003-02-081-13/+21
* add mask2plen function to util.channes2002-12-221-1/+32
* new function bittok2str()hannes2002-11-071-1/+46
* don't attempt to hexdump if length == 0hannes2002-10-111-1/+4
* Get rid of some unnecessary includes (<time.h>, <netdb.h>, and <ctype.h>guy2002-08-061-4/+1
* From Motonori Shindo <mshindo@mshindo.net>: squelch warnings from someguy2002-08-021-2/+2
* Added support for Win32, based on WinPcap.risso2002-08-011-6/+12
* yet another hexdump routine;hannes2002-07-181-1/+29
* Clean up "safeputchar()" a bit.guy2002-07-161-3/+3
* In "safeputchar()", use the result of extracting an unsigned characterguy2002-07-161-4/+4
* whitespace cleanupitojun2002-06-111-2/+2
* Introduce tok2strary(), similar to tok2str() except it takes anfenner2001-10-081-1/+20
* Handle negative timestamps in relts_print().fenner2001-09-171-2/+6
* Add some const qualifiersfenner2001-09-101-6/+9
* remove gnuc.h and __deadassar2000-07-111-2/+2
* remove non-STDC codeassar2000-07-011-28/+1
* fix safeputc, the if statment was completely reverseditojun2000-06-211-3/+3
* (ts_print): fix printing in `-tttt' style. From "Gisle Vanem"assar2000-06-101-3/+3
* avoid possible infinite loop in relts_print().itojun2000-06-031-56/+77
* (ts_print): add new styles of timestamps.assar2000-06-011-17/+32
* s/sprintf/snprintf/.itojun2000-01-171-2/+2
* Get rid of unused variables in relts_print()fenner1999-12-151-3/+1
* Enhanced PIMv1 support.fenner1999-11-221-1/+29
* Switch to config.h instead of passing defines in DEFS.fenner1999-11-211-1/+5
* (ts_print): add incremental printing. From kuznet@ms2.inr.ac.ruassar1999-11-211-4/+25
* Initial revisionmcr1999-10-071-0/+275