Calculate/show time between Msg3 and Msg4
[obnox/wireshark/wip.git] / editcap.c
2010-01-29 wmeierFix various gcc -Wshadow warnings.
2009-12-29 sfisherMake edticap behave like the rest of the Wireshark...
2009-10-25 geraldFrom Jim Young via bug 4162:
2009-10-06 stigInvert check for getopt: NEED_GETOPT_H -> HAVE_GETOPT_H
2009-07-22 geraldUse "svn info" to fetch the version by default. Fetch...
2009-06-21 guyClean up the "available XXX type" messages a bit.
2009-06-02 stigIf no valid packages was found in the input file we...
2009-06-02 stigOnly call wtap_dump_close() if we have an open file.
2009-05-23 guyHave fileset_extract_prefix_suffix() print an error...
2009-05-23 guyFix indentation.
2009-05-23 sakeInitialize pdh...
2009-05-23 sakeFrom Kovarththanan Rajaratnam <krj@rajaratnam.dk> in...
2009-05-12 wmeierMinor cleanup of "-h" output text.
2009-04-17 geraldFix Win64 compilation.
2009-04-17 rbalintFrom Jim Young <jyoung@gsu.edu>:
2009-04-16 geraldFix the last(?) of the Win64 compilation problems.
2009-03-22 guyChange the signature of init_progfile_dir() so the...
2009-03-22 guyIn Solaris, the second argument to dladdr() is just...
2009-03-22 guyAttempt to use dladdr() to get the pathname of the...
2009-02-15 guyAdd a routine to report write errors to the list of...
2008-12-18 morrissOnly declare failure_message() if we HAVE_PLUGINS ...
2008-10-24 wmeierWindows build: #include winsock2.h only when needed.
2008-06-30 morrissMove privileges.c and unicode-utils.c from epan to...
2008-06-21 sakeFrom Ken Smith (bug 2574): Allow editcap to parse files...
2008-05-30 guyFree up the err_info string returned by wtap_read(...
2008-03-25 legoLong time ago, I added these to troubleshoot a problem...
2008-03-16 morrissDon't link plugins against libwireshark: any program...
2008-03-16 morrissInclude epan/priveleges.h for get_credential_info()
2008-03-16 morrissHave started_with_special_privs() assert out if get_cre...
2008-02-20 martinmWhen doing random error mutation, protect DCT2000
2008-02-06 stigInitialize filenamelen to avoid a warning.
2008-02-03 stigsnprintf -> g_snprintf
2008-02-03 stigMore rewrite of prohibited APIs (sprintf, strcpy, strcat).
2008-01-24 stigFixed some strcpy -> strncpy/g_snprintf cleanups.
2008-01-24 stigFixed some malloc -> g_malloc, free -> g_free, strdup...
2008-01-24 martinmReplace a handful of tabs with spaces.
2008-01-17 wmeierFrom RD Thrush: Fix for 'editcap relies on gnu extensio...
2008-01-12 sakeClean up the usage information of editcap and change...
2007-11-09 geraldAdd a newline.
2007-09-30 guyClean up indentation.
2007-08-31 sakeThis patch fixes the following two errors that appear...
2007-08-07 legoMake sure that wiretap plugins are loaded before dissec...
2007-07-30 legonononono.... print one on 250 not every line
2007-07-30 legofor bug 1158 have editcap print the value of the timest...
2007-06-20 morrissIncrease the maximum number of packet selections to...
2007-06-17 legoHave editcap and capinfos compile --without-plugins
2007-05-25 legoHave editcap and capinfos loading the wiretap plugins.
2007-04-22 jmayerOnly #deinfe __USE_XOPEN if not already defined. On...
2007-03-21 ulflfix MSVC warnings of / and set CFLAGS to block new...
2007-01-16 jakeFrom Sebastien Tandeil:
2007-01-02 geraldMove epan/crypt-md5.[ch] to epan/crypt. Remove
2006-11-14 jmayernikai@nikai.net:
2006-11-05 ulflchange all file offsets from long to gint64 so we can...
2006-10-23 legoAs proposed by Tim Furlong:
2006-07-27 geraldAdd duplicate frame detection (and removal) to editcap...
2006-05-28 etxrabEthereal->Wireshark
2006-03-16 lego- Have strptime prototype being included.
2006-03-15 legouse time_t instead of an unsigned integer to sstore...
2006-03-13 legoAdd -A <start time> and -B <stop time> options to editcap
2006-01-10 ulflprint the list of available types also if the given...
2006-01-10 ulflredesign of the usage output (displayed with -h or...
2006-01-09 ulfladd a new command line option "chop", which will simply...
2005-12-16 etxrabFrom Jaap Keuter:
2005-09-14 ulfladded compression support for capture file output....
2005-08-24 ulflfix usec -> nsec translation
2005-07-26 etxrabFrom Peter Johansson:
2005-06-17 ulflthe -E probability parameter was missing in the usage...
2005-05-30 geraldAdd random bit errors to the fuzz tests.
2005-04-10 geraldRemove debugging printf()s.
2005-04-10 geraldAdd an option to Editcap that adds various types of...
2005-04-03 guyMake editcap use wtap_read(); that eliminates the last...
2004-12-29 guyMake the tone of the error messages a bit less formal...
2004-07-18 guySet the svn:eol-style property on all text files to...
2004-02-23 sharpeAnother small closing bracket fixup.
2004-02-23 sharpeSmall fix to usage text to add a trailing closed square...
2004-01-25 guyFree the error info string after using it.
2004-01-25 guyHave the Wiretap open, read, and seek-and-read routines...
2004-01-18 jmayerFix warnings found by -Wstrict-prototypes
2002-08-28 jmayerRemoved trailing whitespaces from .h and .c files using the
2002-08-02 jmayerReplace the types from sys/types.h and netinet/in.h...
2002-06-30 guyFrom Joerg Mayer: add some missing static declarations.
2002-06-23 guyWinPcap 2.3's <pcap.h> includes <packet32.h>, and WinPc...
2002-03-31 guyFrom Joerg Mayer: mark function arguments as unused.
2002-03-14 gramWhen defining the struct select_item, don't create...
2002-02-24 guyFrom Peter Valchev: fix editcap to assign the result...
2002-02-08 guyHave Wiretap set the snapshot length to 0 if it can...
2001-10-04 guyUse longs as file offsets, so that on platforms with...
2001-07-13 guyFrom Scott Renfro:
2001-07-12 guy"-t" flag for editcap, to adjust timestamps in frames...
2001-06-19 guyMore signed vs. unsigned cleanups, and initialization...
2001-04-20 guyIn ANSI C (and in pre-ANSI UNIX implementations), if...
2000-12-03 guyPut the "-s" flag into the usage message for editcap.
2000-08-09 guyMake "editcap -h" give the usage message without an...
2000-05-19 gramAdd wtap-int.h. Move definitions relevant to the intern...
2000-05-18 guyRemove the "union pseudo_header" from the "frame_data...
2000-04-27 guyAdd a "-s" flag to editcap, to make it truncate packets...
2000-04-17 gramRemove optopt and opterr, two unused variables.
2000-04-12 gramBuild tethereal and editcap on Win32.
2000-01-17 guyUse "strchr()" rather than "index()" - the ANSI C stand...
2000-01-17 sharpeSmall patch to editcap to allow ranges of packets to...
next