Fix https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=5608 :
[metze/wireshark/wip.git] / editcap.c
2011-08-09 Jeff MorrissFix https://bugs.wireshark.org/bugzilla/show_bug.cgi...
2011-07-21 Jeff MorrissRemove the snaplen check added in r37633: the change...
2011-07-20 Martin MathiesonDon't sanity-check snaplen against frame length if...
2011-06-23 Stig BjørlykkeProhibited APIs: strncpy -> g_strlcpy.
2011-06-20 Gerald CombsHave mergecap, tshark, and editcap write pcap-ng files...
2011-06-15 Guy HarrisSee if this squelches some compiler warnings.
2011-06-09 Jeff MorrissSimplify timestamp checking: only check the packet...
2011-05-31 Chris MaynardHandle snaplen before choplen for consistency. Also...
2011-05-31 Chris MaynardWhen a snaplen is specified using "-s <snaplen", if...
2011-05-24 Gerald CombsMove the Windows argument list conversion code to a...
2011-04-12 Chris MaynardDon't bother to strcpy() an empty string; just set...
2011-02-04 Sake BlokFrom Jason Masker (bug 5240):
2011-01-06 Gerald CombsOn Windows, convert all of our command-line arguments...
2010-12-06 Bill MeierFix various typos and spelling errors.
2010-11-24 Chris MaynardAttempt to fix warnings not previously seen with VS2008EE.
2010-11-24 Chris MaynardWhen listing encapsulation types with -T or file types...
2010-11-16 Sake BlokMake editcap -B work like expected: output no packets...
2010-11-01 Jeff MorrissFrom Jose Pedro Oliveira via https://bugs.wireshark...
2010-09-16 Gerald CombsTurn on ASLR via /DYNAMICBASE and DEP via SetProcessDEP...
2010-06-03 Bill MeierFix a gcc -Wshadow warning
2010-06-02 Gerald CombsFrom Jim Young via bug 4331:
2010-05-28 Jeff MorrissMove some code (including the optional objects) into...
2010-01-29 Bill MeierFix various gcc -Wshadow warnings.
2009-12-29 Stephen FisherMake edticap behave like the rest of the Wireshark...
2009-10-25 Gerald CombsFrom Jim Young via bug 4162:
2009-10-06 Stig BjørlykkeInvert check for getopt: NEED_GETOPT_H -> HAVE_GETOPT_H
2009-07-22 Gerald CombsUse "svn info" to fetch the version by default. Fetch...
2009-06-21 Guy HarrisClean up the "available XXX type" messages a bit.
2009-06-02 Stig BjørlykkeIf no valid packages was found in the input file we...
2009-06-02 Stig BjørlykkeOnly call wtap_dump_close() if we have an open file.
2009-05-23 Guy HarrisHave fileset_extract_prefix_suffix() print an error...
2009-05-23 Guy HarrisFix indentation.
2009-05-23 Sake BlokInitialize pdh...
2009-05-23 Sake BlokFrom Kovarththanan Rajaratnam <krj@rajaratnam.dk> in...
2009-05-12 Bill MeierMinor cleanup of "-h" output text.
2009-04-17 Gerald CombsFix Win64 compilation.
2009-04-17 Balint ReczeyFrom Jim Young <jyoung@gsu.edu>:
2009-04-16 Gerald CombsFix the last(?) of the Win64 compilation problems.
2009-03-22 Guy HarrisChange the signature of init_progfile_dir() so the...
2009-03-22 Guy HarrisIn Solaris, the second argument to dladdr() is just...
2009-03-22 Guy HarrisAttempt to use dladdr() to get the pathname of the...
2009-02-15 Guy HarrisAdd a routine to report write errors to the list of...
2008-12-18 Jeff MorrissOnly declare failure_message() if we HAVE_PLUGINS ...
2008-10-24 Bill MeierWindows build: #include winsock2.h only when needed.
2008-06-30 Jeff MorrissMove privileges.c and unicode-utils.c from epan to...
2008-06-21 Sake BlokFrom Ken Smith (bug 2574): Allow editcap to parse files...
2008-05-30 Guy HarrisFree up the err_info string returned by wtap_read(...
2008-03-25 Luis OntanonLong time ago, I added these to troubleshoot a problem...
2008-03-16 Jeff MorrissDon't link plugins against libwireshark: any program...
2008-03-16 Jeff MorrissInclude epan/priveleges.h for get_credential_info()
2008-03-16 Jeff MorrissHave started_with_special_privs() assert out if get_cre...
2008-02-20 Martin MathiesonWhen doing random error mutation, protect DCT2000
2008-02-06 Stig BjørlykkeInitialize filenamelen to avoid a warning.
2008-02-03 Stig Bjørlykkesnprintf -> g_snprintf
2008-02-03 Stig BjørlykkeMore rewrite of prohibited APIs (sprintf, strcpy, strcat).
2008-01-24 Stig BjørlykkeFixed some strcpy -> strncpy/g_snprintf cleanups.
2008-01-24 Stig BjørlykkeFixed some malloc -> g_malloc, free -> g_free, strdup...
2008-01-24 Martin MathiesonReplace a handful of tabs with spaces.
2008-01-17 Bill MeierFrom RD Thrush: Fix for 'editcap relies on gnu extensio...
2008-01-12 Sake BlokClean up the usage information of editcap and change...
2007-11-09 Gerald CombsAdd a newline.
2007-09-30 Guy HarrisClean up indentation.
2007-08-31 Sake BlokThis patch fixes the following two errors that appear...
2007-08-07 Luis OntanonMake sure that wiretap plugins are loaded before dissec...
2007-07-30 Luis Ontanonnononono.... print one on 250 not every line
2007-07-30 Luis Ontanonfor bug 1158 have editcap print the value of the timest...
2007-06-20 Jeff MorrissIncrease the maximum number of packet selections to...
2007-06-17 Luis OntanonHave editcap and capinfos compile --without-plugins
2007-05-25 Luis OntanonHave editcap and capinfos loading the wiretap plugins.
2007-04-22 Jörg MayerOnly #deinfe __USE_XOPEN if not already defined. On...
2007-03-21 Ulf Lampingfix MSVC warnings of / and set CFLAGS to block new...
2007-01-16 Jaap KeuterFrom Sebastien Tandeil:
2007-01-02 Gerald CombsMove epan/crypt-md5.[ch] to epan/crypt. Remove
2006-11-14 Jörg Mayernikai@nikai.net:
2006-11-05 Ulf Lampingchange all file offsets from long to gint64 so we can...
2006-10-23 Luis OntanonAs proposed by Tim Furlong:
2006-07-27 Gerald CombsAdd duplicate frame detection (and removal) to editcap...
2006-05-28 Anders BromanEthereal->Wireshark
2006-03-16 Luis Ontanon- Have strptime prototype being included.
2006-03-15 Luis Ontanonuse time_t instead of an unsigned integer to sstore...
2006-03-13 Luis OntanonAdd -A <start time> and -B <stop time> options to editcap
2006-01-10 Ulf Lampingprint the list of available types also if the given...
2006-01-10 Ulf Lampingredesign of the usage output (displayed with -h or...
2006-01-09 Ulf Lampingadd a new command line option "chop", which will simply...
2005-12-16 Anders BromanFrom Jaap Keuter:
2005-09-14 Ulf Lampingadded compression support for capture file output....
2005-08-24 Ulf Lampingfix usec -> nsec translation
2005-07-26 Anders BromanFrom Peter Johansson:
2005-06-17 Ulf Lampingthe -E probability parameter was missing in the usage...
2005-05-30 Gerald CombsAdd random bit errors to the fuzz tests.
2005-04-10 Gerald CombsRemove debugging printf()s.
2005-04-10 Gerald CombsAdd an option to Editcap that adds various types of...
2005-04-03 Guy HarrisMake editcap use wtap_read(); that eliminates the last...
2004-12-29 Guy HarrisMake the tone of the error messages a bit less formal...
2004-07-18 Guy HarrisSet the svn:eol-style property on all text files to...
2004-02-23 Richard SharpeAnother small closing bracket fixup.
2004-02-23 Richard SharpeSmall fix to usage text to add a trailing closed square...
2004-01-25 Guy HarrisFree the error info string after using it.
2004-01-25 Guy HarrisHave the Wiretap open, read, and seek-and-read routines...
2004-01-18 Jörg MayerFix warnings found by -Wstrict-prototypes
next