aboutsummaryrefslogtreecommitdiffstats
path: root/editcap.c
AgeCommit message (Expand)AuthorFilesLines
2007-03-21fix MSVC warnings of / and set CFLAGS to block new warningsUlf Lamping1-1/+1
2007-01-16From Sebastien Tandeil:Jaap Keuter1-6/+8
2007-01-02Move epan/crypt-md5.[ch] to epan/crypt. RemoveGerald Combs1-3/+3
2006-11-14nikai@nikai.net:Jörg Mayer1-1/+0
2006-11-05change all file offsets from long to gint64 so we can - theoretically - handl...Ulf Lamping1-1/+1
2006-10-23As proposed by Tim Furlong:Luis Ontanon1-1/+4
2006-07-27Add duplicate frame detection (and removal) to editcap. (Some switchesGerald Combs1-10/+75
2006-05-28Ethereal->WiresharkAnders Broman1-1/+1
2006-03-16- Have strptime prototype being included.Luis Ontanon1-10/+33
2006-03-15use time_t instead of an unsigned integer to sstore the time.Luis Ontanon1-3/+3
2006-03-13Add -A <start time> and -B <stop time> options to editcapLuis Ontanon1-5/+54
2006-01-10print the list of available types also if the given type is invalidUlf Lamping1-18/+24
2006-01-10redesign of the usage output (displayed with -h or an unknown option):Ulf Lamping1-36/+66
2006-01-09add a new command line option "chop", which will simply cut off the last "n" ...Ulf Lamping1-19/+39
2005-12-16From Jaap Keuter:Anders Broman1-5/+61
2005-09-14added compression support for capture file output. The Save/As dialog now has...Ulf Lamping1-1/+1
2005-08-24fix usec -> nsec translationUlf Lamping1-12/+12
2005-07-26From Peter Johansson:Anders Broman1-1/+5
2005-06-17the -E probability parameter was missing in the usage summaryUlf Lamping1-2/+2
2005-05-30Add random bit errors to the fuzz tests.Gerald Combs1-1/+9
2005-04-10Remove debugging printf()s.Gerald Combs1-4/+0
2005-04-10Add an option to Editcap that adds various types of errors to the capture Gerald Combs1-26/+94
2005-04-03Make editcap use wtap_read(); that eliminates the last user ofGuy Harris1-97/+79
2004-12-29Make the tone of the error messages a bit less formal, by usingGuy Harris1-6/+6
2004-07-18Set the svn:eol-style property on all text files to "native", so thatGuy Harris1-1/+1
2004-02-23Another small closing bracket fixup.Richard Sharpe1-3/+3
2004-02-23Small fix to usage text to add a trailing closed square bracket (]).Richard Sharpe1-2/+2
2004-01-25Free the error info string after using it.Guy Harris1-1/+2
2004-01-25Have the Wiretap open, read, and seek-and-read routines return, inGuy Harris1-4/+25
2004-01-18Fix warnings found by -Wstrict-prototypesJörg Mayer1-2/+2
2002-08-28Removed trailing whitespaces from .h and .c files using theJörg Mayer1-6/+6
2002-08-02Replace the types from sys/types.h and netinet/in.h by their glib.hJörg Mayer1-7/+3
2002-06-30From Joerg Mayer: add some missing static declarations.Guy Harris1-6/+6
2002-06-23WinPcap 2.3's <pcap.h> includes <packet32.h>, and WinPcap 2.3'sGuy Harris1-3/+3
2002-03-31From Joerg Mayer: mark function arguments as unused.Guy Harris1-2/+2
2002-03-14When defining the struct select_item, don't create an instance of thatGilbert Ramirez1-2/+2
2002-02-24From Peter Valchev: fix editcap to assign the result of "getopt()" to anGuy Harris1-3/+3
2002-02-08Have Wiretap set the snapshot length to 0 if it can't be derived fromGuy Harris1-1/+7
2001-10-04Use longs as file offsets, so that on platforms with 64-bit "long" weGuy Harris1-2/+2
2001-07-13From Scott Renfro:Guy Harris1-12/+30
2001-07-12"-t" flag for editcap, to adjust timestamps in frames, from ScottGuy Harris1-4/+100
2001-06-19More signed vs. unsigned cleanups, and initialization cleanups, fromGuy Harris1-2/+2
2001-04-20In ANSI C (and in pre-ANSI UNIX implementations), if you return fromGuy Harris1-3/+2
2000-12-03Put the "-s" flag into the usage message for editcap.Guy Harris1-3/+5
2000-08-09Make "editcap -h" give the usage message without an error message (i.e.,Guy Harris1-2/+2
2000-05-19Add wtap-int.h. Move definitions relevant to the internal workins of wiretapGilbert Ramirez1-2/+2
2000-05-18Remove the "union pseudo_header" from the "frame_data" structure;Guy Harris1-4/+4
2000-04-27Add a "-s" flag to editcap, to make it truncate packets to a specifiedGuy Harris1-3/+22
2000-04-17Remove optopt and opterr, two unused variables.Gilbert Ramirez1-2/+2
2000-04-12Build tethereal and editcap on Win32.Gilbert Ramirez1-1/+20