]> The Tcpdump Group git mirrors - tcpdump/history - util.c
Fix the pointer tests in the non-ndoified TTEST2() macro as well.
[tcpdump] / util.c
2009-05-21  Guy HarrisSquelch a warning, style normalization.
2009-05-21  Florian Forsterutil.c: Add the `mask62plen' utility function.
2009-02-26  Guy HarrisFrom Marc Binderberger: check whether XXX is null befor...
2007-01-29  hanneschange the TCP printer to print new-style order:
2006-08-19  guyFix indentation.
2006-02-08  hannesadd support for AIS/RDI OAM cell payload printing,...
2006-02-08  hannesadd a maxlen boundary check to safeputs, print unprinta...
2006-01-22  gianlucaMoved the declaration of d_usec and d_sec at the beginn...
2005-12-13  hannesinit last/first packet timestamp for both -ttt and...
2005-12-13  hannes- add the -ttttt timestamp option which prints the...
2005-12-05  guyWe don't need gettimeofday() to just get seconds since...
2005-12-05  hannesfrom Gisle Vanem <[email protected]>: privatize filetime_t...
2005-06-16  guyAdd some sanity checking of the arguments to "print_unk...
2005-05-06  guyBounds-check the individual components of a SAP reply.
2005-05-06  guyAdd an "fn_printzp()" routine for printing null-padded...
2005-04-26  guyDon't run past the end of the data when printing unknow...
2005-04-25  guyDon't dump core if a null "struct tok" array pointer...
2005-03-21  hannes-add basic support for codeset shifting for IE printing...
2004-06-15  guyMake "tflag" count the number of "-t"s, to make it...
2004-04-29  mcr merge error for tok2str.
2004-04-29  mcr change tok2str API to permit caller to provide
2004-04-28  guyFrom Gisle Vanem: give "tok2str()" 4 static buffers...
2003-12-29  hannespave the way for eliminating print_unknown_data() and...
2003-11-16  guyHave the configure script arrange that the Makefile...
2003-11-15  guyFrom Neil Spring:
2003-10-02  hannesfix display of correct offset for hexdumps
2003-07-30  guyAs per a comment by Alex Medvedev <[email protected]...
2003-04-21  fennerFix fencepost error in fn_printn() which would return...
2003-03-04  guyFrom Gisle Vanem: use ISO 8601 date/time format in...
2003-02-08  guyFrom Gisle Vanem <[email protected]>:
2002-12-22  hannesadd mask2plen function to util.c
2002-11-07  hannesnew function bittok2str()
2002-10-11  hannesdon't attempt to hexdump if length == 0
2002-08-06  guyGet rid of some unnecessary includes (<time.h>, <netdb...
2002-08-02  guyFrom Motonori Shindo <[email protected]>: squelch...
2002-08-01  rissoAdded support for Win32, based on WinPcap.
2002-07-18  hannesyet another hexdump routine;
2002-07-16  guyClean up "safeputchar()" a bit.
2002-07-16  guyIn "safeputchar()", use the result of extracting an...
2002-06-11  itojunwhitespace cleanup
2001-10-08  fennerIntroduce tok2strary(), similar to tok2str() except...
2001-09-17  fennerHandle negative timestamps in relts_print().
2001-09-10  fennerAdd some const qualifiers
2000-07-11  assarremove gnuc.h and __dead
2000-07-01  assarremove non-STDC code
2000-06-21  itojunfix safeputc, the if statment was completely reversed
2000-06-10  assar(ts_print): fix printing in `-tttt' style. From "Gisle...
2000-06-03  itojunavoid possible infinite loop in relts_print().
2000-06-01  assar(ts_print): add new styles of timestamps.
2000-01-17  itojuns/sprintf/snprintf/.
1999-12-15  fennerGet rid of unused variables in relts_print()
1999-11-22  fennerEnhanced PIMv1 support.
1999-11-21  fennerSwitch to config.h instead of passing defines in DEFS.
1999-11-21  assar(ts_print): add incremental printing. From kuznet...
1999-10-07  mcrInitial revision