| Commit message (Expand) | Author | Age | Files | Lines |
* | From Peter Valchev: fix editcap to assign the result of "getopt()" to an | Guy Harris | 2002-02-24 | 1 | -3/+3 |
* | Have Wiretap set the snapshot length to 0 if it can't be derived from | Guy Harris | 2002-02-08 | 1 | -1/+7 |
* | Use longs as file offsets, so that on platforms with 64-bit "long" we | Guy Harris | 2001-10-04 | 1 | -2/+2 |
* | From Scott Renfro: | Guy Harris | 2001-07-13 | 1 | -12/+30 |
* | "-t" flag for editcap, to adjust timestamps in frames, from Scott | Guy Harris | 2001-07-12 | 1 | -4/+100 |
* | More signed vs. unsigned cleanups, and initialization cleanups, from | Guy Harris | 2001-06-19 | 1 | -2/+2 |
* | In ANSI C (and in pre-ANSI UNIX implementations), if you return from | Guy Harris | 2001-04-20 | 1 | -3/+2 |
* | Put the "-s" flag into the usage message for editcap. | Guy Harris | 2000-12-03 | 1 | -3/+5 |
* | Make "editcap -h" give the usage message without an error message (i.e., | Guy Harris | 2000-08-09 | 1 | -2/+2 |
* | Add wtap-int.h. Move definitions relevant to the internal workins of wiretap | Gilbert Ramirez | 2000-05-19 | 1 | -2/+2 |
* | Remove the "union pseudo_header" from the "frame_data" structure; | Guy Harris | 2000-05-18 | 1 | -4/+4 |
* | Add a "-s" flag to editcap, to make it truncate packets to a specified | Guy Harris | 2000-04-27 | 1 | -3/+22 |
* | Remove optopt and opterr, two unused variables. | Gilbert Ramirez | 2000-04-17 | 1 | -2/+2 |
* | Build tethereal and editcap on Win32. | Gilbert Ramirez | 2000-04-12 | 1 | -1/+20 |
* | Use "strchr()" rather than "index()" - the ANSI C standard specifies | Guy Harris | 2000-01-17 | 1 | -2/+3 |
* | Small patch to editcap to allow ranges of packets to be specified | Richard Sharpe | 2000-01-17 | 1 | -6/+62 |
* | Another commit from a Qantas Club Lounge ... :-) | Richard Sharpe | 1999-12-12 | 1 | -29/+62 |
* | Use the new routines in Wiretap to make the argument to "-T" be a | Guy Harris | 1999-12-05 | 1 | -5/+19 |
* | It's now called "editcap", as it can read any file format Wiretap can | Guy Harris | 1999-12-04 | 1 | -9/+22 |
* | Adding editcap.c. This is an example of a simple wiretap editing program. | Richard Sharpe | 1999-12-04 | 1 | -0/+174 |