aboutsummaryrefslogtreecommitdiffstats
path: root/editcap.c
Commit message (Expand)AuthorAgeFilesLines
* In ANSI C (and in pre-ANSI UNIX implementations), if you return fromGuy Harris2001-04-201-3/+2
* Put the "-s" flag into the usage message for editcap.Guy Harris2000-12-031-3/+5
* Make "editcap -h" give the usage message without an error message (i.e.,Guy Harris2000-08-091-2/+2
* Add wtap-int.h. Move definitions relevant to the internal workins of wiretapGilbert Ramirez2000-05-191-2/+2
* Remove the "union pseudo_header" from the "frame_data" structure;Guy Harris2000-05-181-4/+4
* Add a "-s" flag to editcap, to make it truncate packets to a specifiedGuy Harris2000-04-271-3/+22
* Remove optopt and opterr, two unused variables.Gilbert Ramirez2000-04-171-2/+2
* Build tethereal and editcap on Win32.Gilbert Ramirez2000-04-121-1/+20
* Use "strchr()" rather than "index()" - the ANSI C standard specifiesGuy Harris2000-01-171-2/+3
* Small patch to editcap to allow ranges of packets to be specifiedRichard Sharpe2000-01-171-6/+62
* Another commit from a Qantas Club Lounge ... :-)Richard Sharpe1999-12-121-29/+62
* Use the new routines in Wiretap to make the argument to "-T" be aGuy Harris1999-12-051-5/+19
* It's now called "editcap", as it can read any file format Wiretap canGuy Harris1999-12-041-9/+22
* Adding editcap.c. This is an example of a simple wiretap editing program.Richard Sharpe1999-12-041-0/+174