aboutsummaryrefslogtreecommitdiffstats
path: root/editcap.c
AgeCommit message (Expand)AuthorFilesLines
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
2000-01-17Use "strchr()" rather than "index()" - the ANSI C standard specifiesGuy Harris1-2/+3
2000-01-17Small patch to editcap to allow ranges of packets to be specifiedRichard Sharpe1-6/+62
1999-12-12Another commit from a Qantas Club Lounge ... :-)Richard Sharpe1-29/+62
1999-12-05Use the new routines in Wiretap to make the argument to "-T" be aGuy Harris1-5/+19
1999-12-04It's now called "editcap", as it can read any file format Wiretap canGuy Harris1-9/+22
1999-12-04Adding editcap.c. This is an example of a simple wiretap editing program.Richard Sharpe1-0/+174