| Commit message (Expand) | Author | Age | Files | Lines |
* | Set the svn:eol-style property on all text files to "native", so that | Guy Harris | 2004-07-18 | 1 | -1/+1 |
* | Another small closing bracket fixup. | Richard Sharpe | 2004-02-23 | 1 | -3/+3 |
* | Small fix to usage text to add a trailing closed square bracket (]). | Richard Sharpe | 2004-02-23 | 1 | -2/+2 |
* | Free the error info string after using it. | Guy Harris | 2004-01-25 | 1 | -1/+2 |
* | Have the Wiretap open, read, and seek-and-read routines return, in | Guy Harris | 2004-01-25 | 1 | -4/+25 |
* | Fix warnings found by -Wstrict-prototypes | Jörg Mayer | 2004-01-18 | 1 | -2/+2 |
* | Removed trailing whitespaces from .h and .c files using the | Jörg Mayer | 2002-08-28 | 1 | -6/+6 |
* | Replace the types from sys/types.h and netinet/in.h by their glib.h | Jörg Mayer | 2002-08-02 | 1 | -7/+3 |
* | From Joerg Mayer: add some missing static declarations. | Guy Harris | 2002-06-30 | 1 | -6/+6 |
* | WinPcap 2.3's <pcap.h> includes <packet32.h>, and WinPcap 2.3's | Guy Harris | 2002-06-23 | 1 | -3/+3 |
* | From Joerg Mayer: mark function arguments as unused. | Guy Harris | 2002-03-31 | 1 | -2/+2 |
* | When defining the struct select_item, don't create an instance of that | Gilbert Ramirez | 2002-03-14 | 1 | -2/+2 |
* | 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 |