aboutsummaryrefslogtreecommitdiffstats
path: root/editcap.c
Commit message (Expand)AuthorAgeFilesLines
* Set the svn:eol-style property on all text files to "native", so thatGuy Harris2004-07-181-1/+1
* Another small closing bracket fixup.Richard Sharpe2004-02-231-3/+3
* Small fix to usage text to add a trailing closed square bracket (]).Richard Sharpe2004-02-231-2/+2
* Free the error info string after using it.Guy Harris2004-01-251-1/+2
* Have the Wiretap open, read, and seek-and-read routines return, inGuy Harris2004-01-251-4/+25
* Fix warnings found by -Wstrict-prototypesJörg Mayer2004-01-181-2/+2
* Removed trailing whitespaces from .h and .c files using theJörg Mayer2002-08-281-6/+6
* Replace the types from sys/types.h and netinet/in.h by their glib.hJörg Mayer2002-08-021-7/+3
* From Joerg Mayer: add some missing static declarations.Guy Harris2002-06-301-6/+6
* WinPcap 2.3's <pcap.h> includes <packet32.h>, and WinPcap 2.3'sGuy Harris2002-06-231-3/+3
* From Joerg Mayer: mark function arguments as unused.Guy Harris2002-03-311-2/+2
* When defining the struct select_item, don't create an instance of thatGilbert Ramirez2002-03-141-2/+2
* From Peter Valchev: fix editcap to assign the result of "getopt()" to anGuy Harris2002-02-241-3/+3
* Have Wiretap set the snapshot length to 0 if it can't be derived fromGuy Harris2002-02-081-1/+7
* Use longs as file offsets, so that on platforms with 64-bit "long" weGuy Harris2001-10-041-2/+2
* From Scott Renfro:Guy Harris2001-07-131-12/+30
* "-t" flag for editcap, to adjust timestamps in frames, from ScottGuy Harris2001-07-121-4/+100
* More signed vs. unsigned cleanups, and initialization cleanups, fromGuy Harris2001-06-191-2/+2
* 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