aboutsummaryrefslogtreecommitdiffstats
path: root/editcap.c
AgeCommit message (Expand)AuthorFilesLines
2005-09-14added compression support for capture file output. The Save/As dialog now has...ulfl1-1/+1
2005-08-24fix usec -> nsec translationulfl1-12/+12
2005-07-26From Peter Johansson:etxrab1-1/+5
2005-06-17the -E probability parameter was missing in the usage summaryulfl1-2/+2
2005-05-30Add random bit errors to the fuzz tests.gerald1-1/+9
2005-04-10Remove debugging printf()s.gerald1-4/+0
2005-04-10Add an option to Editcap that adds various types of errors to the capture gerald1-26/+94
2005-04-03Make editcap use wtap_read(); that eliminates the last user ofguy1-97/+79
2004-12-29Make the tone of the error messages a bit less formal, by usingguy1-6/+6
2004-07-18Set the svn:eol-style property on all text files to "native", so thatguy1-1/+1
2004-02-23Another small closing bracket fixup.sharpe1-3/+3
2004-02-23Small fix to usage text to add a trailing closed square bracket (]).sharpe1-2/+2
2004-01-25Free the error info string after using it.guy1-1/+2
2004-01-25Have the Wiretap open, read, and seek-and-read routines return, inguy1-4/+25
2004-01-18Fix warnings found by -Wstrict-prototypesjmayer1-2/+2
2002-08-28Removed trailing whitespaces from .h and .c files using thejmayer1-6/+6
2002-08-02Replace the types from sys/types.h and netinet/in.h by their glib.hjmayer1-7/+3
2002-06-30From Joerg Mayer: add some missing static declarations.guy1-6/+6
2002-06-23WinPcap 2.3's <pcap.h> includes <packet32.h>, and WinPcap 2.3'sguy1-3/+3
2002-03-31From Joerg Mayer: mark function arguments as unused.guy1-2/+2
2002-03-14When defining the struct select_item, don't create an instance of thatgram1-2/+2
2002-02-24From Peter Valchev: fix editcap to assign the result of "getopt()" to anguy1-3/+3
2002-02-08Have Wiretap set the snapshot length to 0 if it can't be derived fromguy1-1/+7
2001-10-04Use longs as file offsets, so that on platforms with 64-bit "long" weguy1-2/+2
2001-07-13From Scott Renfro:guy1-12/+30
2001-07-12"-t" flag for editcap, to adjust timestamps in frames, from Scottguy1-4/+100
2001-06-19More signed vs. unsigned cleanups, and initialization cleanups, fromguy1-2/+2
2001-04-20In ANSI C (and in pre-ANSI UNIX implementations), if you return fromguy1-3/+2
2000-12-03Put the "-s" flag into the usage message for editcap.guy1-3/+5
2000-08-09Make "editcap -h" give the usage message without an error message (i.e.,guy1-2/+2
2000-05-19Add wtap-int.h. Move definitions relevant to the internal workins of wiretapgram1-2/+2
2000-05-18Remove the "union pseudo_header" from the "frame_data" structure;guy1-4/+4
2000-04-27Add a "-s" flag to editcap, to make it truncate packets to a specifiedguy1-3/+22
2000-04-17Remove optopt and opterr, two unused variables.gram1-2/+2
2000-04-12Build tethereal and editcap on Win32.gram1-1/+20
2000-01-17Use "strchr()" rather than "index()" - the ANSI C standard specifiesguy1-2/+3
2000-01-17Small patch to editcap to allow ranges of packets to be specifiedsharpe1-6/+62
1999-12-12Another commit from a Qantas Club Lounge ... :-)sharpe1-29/+62
1999-12-05Use the new routines in Wiretap to make the argument to "-T" be aguy1-5/+19
1999-12-04It's now called "editcap", as it can read any file format Wiretap canguy1-9/+22
1999-12-04Adding editcap.c. This is an example of a simple wiretap editing program.sharpe1-0/+174