| Commit message (Expand) | Author | Age | Files | Lines |
* | NDOize safeputs() and safeputchar() | Denis Ovsienko | 2014-04-01 | 1 | -12/+8 |
* | don't include pcap.h needlessly | Denis Ovsienko | 2014-02-28 | 1 | -1/+0 |
* | base struct tok on unsigned rather than signed int | Denis Ovsienko | 2014-02-26 | 1 | -1/+1 |
* | Do our own isascii(), isprint(), isgraph(), and toascii(). | Guy Harris | 2014-02-02 | 1 | -10/+10 |
* | Only do the unaligned_mem{cpy,cmp} hack if necessary. | Guy Harris | 2014-01-17 | 1 | -2/+3 |
* | memcmp() doesn't modify either of its arguments. | Guy Harris | 2014-01-15 | 1 | -1/+1 |
* | Revert print-tcp memcpy() changes, and use unaligned_memcpy() instead. | Guy Harris | 2014-01-15 | 1 | -0/+8 |
* | Move safememcpy() to util.c so it doesn't get inlined. | Guy Harris | 2014-01-15 | 1 | -0/+11 |
* | remove tcpdump's own CVS keywords | Denis Ovsienko | 2014-01-03 | 1 | -5/+0 |
* | ndo-ize print-ascii: hex_print_with_offset() | Michael Richardson | 2014-01-01 | 1 | -6/+6 |
* | whitespace changes | Michael Richardson | 2014-01-01 | 1 | -2/+2 |
* | 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 |