aboutsummaryrefslogtreecommitdiffstats
path: root/editcap.c
AgeCommit message (Expand)AuthorFilesLines
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