Yet another typo..
[metze/wireshark/wip.git] / editcap.c
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
2002-08-28 Jörg MayerRemoved trailing whitespaces from .h and .c files using the
2002-08-02 Jörg MayerReplace the types from sys/types.h and netinet/in.h...
2002-06-30 Guy HarrisFrom Joerg Mayer: add some missing static declarations.
2002-06-23 Guy HarrisWinPcap 2.3's <pcap.h> includes <packet32.h>, and WinPc...
2002-03-31 Guy HarrisFrom Joerg Mayer: mark function arguments as unused.
2002-03-14 Gilbert RamirezWhen defining the struct select_item, don't create...
2002-02-24 Guy HarrisFrom Peter Valchev: fix editcap to assign the result...
2002-02-08 Guy HarrisHave Wiretap set the snapshot length to 0 if it can...
2001-10-04 Guy HarrisUse longs as file offsets, so that on platforms with...
2001-07-13 Guy HarrisFrom Scott Renfro:
2001-07-12 Guy Harris"-t" flag for editcap, to adjust timestamps in frames...
2001-06-19 Guy HarrisMore signed vs. unsigned cleanups, and initialization...
2001-04-20 Guy HarrisIn ANSI C (and in pre-ANSI UNIX implementations), if...
2000-12-03 Guy HarrisPut the "-s" flag into the usage message for editcap.
2000-08-09 Guy HarrisMake "editcap -h" give the usage message without an...
2000-05-19 Gilbert RamirezAdd wtap-int.h. Move definitions relevant to the intern...
2000-05-18 Guy HarrisRemove the "union pseudo_header" from the "frame_data...
2000-04-27 Guy HarrisAdd a "-s" flag to editcap, to make it truncate packets...
2000-04-17 Gilbert RamirezRemove optopt and opterr, two unused variables.
2000-04-12 Gilbert RamirezBuild tethereal and editcap on Win32.
2000-01-17 Guy HarrisUse "strchr()" rather than "index()" - the ANSI C stand...
2000-01-17 Richard SharpeSmall patch to editcap to allow ranges of packets to...
1999-12-12 Richard SharpeAnother commit from a Qantas Club Lounge ... :-)
1999-12-05 Guy HarrisUse the new routines in Wiretap to make the argument...
1999-12-04 Guy HarrisIt's now called "editcap", as it can read any file...
1999-12-04 Richard SharpeAdding editcap.c. This is an example of a simple wiret...