| Commit message (Expand) | Author | Age | Files | Lines |
* | Squelch a warning, style normalization. | Guy Harris | 2009-05-21 | 1 | -13/+13 |
* | util.c: Add the `mask62plen' utility function. | Florian Forster | 2009-05-21 | 1 | -0/+29 |
* | From Marc Binderberger: check whether XXX is null before checking | Guy Harris | 2009-02-26 | 1 | -1/+1 |
* | change the TCP printer to print new-style order: | hannes | 2007-01-29 | 1 | -6/+35 |
* | Fix indentation. | guy | 2006-08-19 | 1 | -2/+3 |
* | add support for AIS/RDI OAM cell payload printing, hexdump location/source ID... | hannes | 2006-02-08 | 1 | -2/+2 |
* | add a maxlen boundary check to safeputs, print unprintable chars as hex in sa... | hannes | 2006-02-08 | 1 | -4/+6 |
* | Moved the declaration of d_usec and d_sec at the beginning of the function. | gianluca | 2006-01-22 | 1 | -3/+5 |
* | init last/first packet timestamp for both -ttt and -tttttt option | hannes | 2005-12-13 | 1 | -2/+2 |
* | - add the -ttttt timestamp option which prints the time difference | hannes | 2005-12-13 | 1 | -24/+41 |
* | We don't need gettimeofday() to just get seconds since January 1, 1970, | guy | 2005-12-05 | 1 | -41/+1 |
* | from Gisle Vanem <giva@bgnett.no>: privatize filetime_to_unix_epoch() gettime... | hannes | 2005-12-05 | 1 | -1/+41 |
* | Add some sanity checking of the arguments to "print_unknown_data()", as | guy | 2005-06-16 | 1 | -1/+11 |
* | Bounds-check the individual components of a SAP reply. | guy | 2005-05-06 | 1 | -2/+2 |
* | Add an "fn_printzp()" routine for printing null-padded strings (strings | guy | 2005-05-06 | 1 | -2/+36 |
* | Don't run past the end of the data when printing unknown data. | guy | 2005-04-26 | 1 | -1/+3 |
* | Don't dump core if a null "struct tok" array pointer is passed to | guy | 2005-04-25 | 1 | -5/+7 |
* | -add basic support for codeset shifting for IE printing in the frame-relay pr... | hannes | 2005-03-21 | 1 | -3/+3 |
* | Make "tflag" count the number of "-t"s, to make it more obvious what | guy | 2004-06-15 | 1 | -6/+13 |
* | merge error for tok2str. | mcr | 2004-04-29 | 1 | -2/+4 |
* | change tok2str API to permit caller to provide | mcr | 2004-04-29 | 1 | -11/+20 |
* | From Gisle Vanem: give "tok2str()" 4 static buffers it can fill in, so | guy | 2004-04-28 | 1 | -4/+8 |
* | pave the way for eliminating print_unknown_data() and subsequent hex_print() ... | hannes | 2003-12-29 | 1 | -21/+3 |
* | Have the configure script arrange that the Makefile define _U_ | guy | 2003-11-16 | 1 | -4/+4 |
* | From Neil Spring: | guy | 2003-11-15 | 1 | -4/+4 |
* | fix display of correct offset for hexdumps | hannes | 2003-10-02 | 1 | -2/+2 |
* | As per a comment by Alex Medvedev <alexm@pycckue.org>, start the search | guy | 2003-07-30 | 1 | -9/+9 |
* | Fix fencepost error in fn_printn() which would return a truncation | fenner | 2003-04-21 | 1 | -9/+4 |
* | From Gisle Vanem: use ISO 8601 date/time format in "-tttt" mode. | guy | 2003-03-04 | 1 | -7/+9 |
* | From Gisle Vanem <giva@bgnett.no>: | guy | 2003-02-08 | 1 | -13/+21 |
* | add mask2plen function to util.c | hannes | 2002-12-22 | 1 | -1/+32 |
* | new function bittok2str() | hannes | 2002-11-07 | 1 | -1/+46 |
* | don't attempt to hexdump if length == 0 | hannes | 2002-10-11 | 1 | -1/+4 |
* | Get rid of some unnecessary includes (<time.h>, <netdb.h>, and <ctype.h> | guy | 2002-08-06 | 1 | -4/+1 |
* | From Motonori Shindo <mshindo@mshindo.net>: squelch warnings from some | guy | 2002-08-02 | 1 | -2/+2 |
* | Added support for Win32, based on WinPcap. | risso | 2002-08-01 | 1 | -6/+12 |
* | yet another hexdump routine; | hannes | 2002-07-18 | 1 | -1/+29 |
* | Clean up "safeputchar()" a bit. | guy | 2002-07-16 | 1 | -3/+3 |
* | In "safeputchar()", use the result of extracting an unsigned character | guy | 2002-07-16 | 1 | -4/+4 |
* | whitespace cleanup | itojun | 2002-06-11 | 1 | -2/+2 |
* | Introduce tok2strary(), similar to tok2str() except it takes an | fenner | 2001-10-08 | 1 | -1/+20 |
* | Handle negative timestamps in relts_print(). | fenner | 2001-09-17 | 1 | -2/+6 |
* | Add some const qualifiers | fenner | 2001-09-10 | 1 | -6/+9 |
* | remove gnuc.h and __dead | assar | 2000-07-11 | 1 | -2/+2 |
* | remove non-STDC code | assar | 2000-07-01 | 1 | -28/+1 |
* | fix safeputc, the if statment was completely reversed | itojun | 2000-06-21 | 1 | -3/+3 |
* | (ts_print): fix printing in `-tttt' style. From "Gisle Vanem" | assar | 2000-06-10 | 1 | -3/+3 |
* | avoid possible infinite loop in relts_print(). | itojun | 2000-06-03 | 1 | -56/+77 |
* | (ts_print): add new styles of timestamps. | assar | 2000-06-01 | 1 | -17/+32 |
* | s/sprintf/snprintf/. | itojun | 2000-01-17 | 1 | -2/+2 |