aboutsummaryrefslogtreecommitdiffstats
path: root/wiretap/iptrace.c
Commit message (Expand)AuthorAgeFilesLines
* Get rid of a no-longer-true comment.Guy Harris2005-08-281-4/+0
* timestamp display precision:Ulf Lamping2005-08-251-0/+2
* EVERYTHING IN THE BUILDBOT IS GOING TO BE RED!!! Sorry! Ulf Lamping2005-08-241-4/+4
* Set the svn:eol-style property on all text files to "native", so thatGuy Harris2004-07-181-1/+1
* Have the Wiretap open, read, and seek-and-read routines return, inGuy Harris2004-01-251-14/+18
* Fix all fixable warningsJörg Mayer2004-01-241-5/+5
* Have a pseudo-header for Ethernet packets, giving the size of the FCS -Guy Harris2003-10-011-55/+64
* The Sniffer file formats include a file to identify raw cells; exportGuy Harris2003-01-101-1/+2
* Rename WTAP_ENCAP_ATM_SNIFFER to WTAP_ENCAP_ATM_PDUS, as it's not justGuy Harris2003-01-031-6/+6
* Handle the 3 bytes of padding before the FDDI frame data in iptraceGuy Harris2002-11-011-33/+157
* Removed trailing whitespaces from .h and .c files using theJörg Mayer2002-08-281-4/+4
* Get rid of the "vpi" and "vci" arguments to "atm_guess_traffic_type()",Guy Harris2002-08-131-7/+7
* From Joerg Mayer:Guy Harris2002-07-291-5/+5
* Graeme Hewson noted that zlib has a bug wherein "gzseek()" doesn't setGuy Harris2002-06-071-7/+3
* Move the code to guess the traffic type based on the packet contentsGuy Harris2002-04-301-29/+36
* Replace the "ngsniffer_atm" with an "atm" pseudo-header, which isn'tGuy Harris2002-04-301-13/+18
* Make "wtap_seek_read()" return TRUE on success and FALSE on error, likeGuy Harris2002-03-051-16/+16
* Have "wtap_seek_read()" return 0 on success and -1 on failure, and takeGuy Harris2002-03-051-15/+31
* Hopefully the last time I have to change my e-mail address.Gilbert Ramirez2001-11-131-2/+2
* Interface type 0x07 is Ethernet.Gilbert Ramirez2001-10-251-2/+2
* Use longs as file offsets, so that on platforms with 64-bit "long" weGuy Harris2001-10-041-9/+9
* Obliging every capture file reader's "open()" routine to seek to theGuy Harris2001-03-101-3/+1
* Make sure to pass the sent/received direction from pppdump.c inGilbert Ramirez2000-09-211-2/+2
* Change wtap_read() API so that the data offset is set via a pointer, andGilbert Ramirez2000-09-071-17/+17
* Move #include <time.h> into wtap-int.h instead of requiring it inGilbert Ramirez2000-08-251-2/+1
* Add wtap-int.h. Move definitions relevant to the internal workins of wiretapGilbert Ramirez2000-05-191-8/+8
* In Wiretap, a file stream handle is a "FILE_T", not a "FILE_T *" (aGuy Harris2000-05-191-5/+5
* Remove the "union pseudo_header" from the "frame_data" structure;Guy Harris2000-05-181-69/+130
* Jochen Friedrich <jochen@nwe.de>Gilbert Ramirez2000-03-301-2/+2
* Use WTAP_ERR_UNSUPPORTED_ENCAP for all attempts to open or read aGuy Harris2000-02-191-3/+3
* Fix files that had Gilbert's old e-mail address or that didn't have myGuy Harris2000-01-221-2/+2
* We are obliged to define HAVE_UNISTD_H in "config.h"; to avoid theGuy Harris2000-01-131-2/+2
* Move the "guess what type of ATM traffic this is" stuff into the ATMGuy Harris1999-11-271-47/+37
* Support for iptrace 1.0 traces (AIX 3). Thanks to Florian LohoffGilbert Ramirez1999-11-261-43/+149
* Detect x.25 and loopback traces via if_type field, not theGilbert Ramirez1999-11-221-16/+4
* Add comments showing IFT names for the IFT-to-Wiretap encapsulation array.Gilbert Ramirez1999-11-191-40/+55
* (AppTrafType & ATT_HLTYPE) is the type of high-level traffic, andGuy Harris1999-11-181-4/+16
* Check in my work so far on enabling the ATM iptrace capability. NotGilbert Ramirez1999-11-181-39/+159
* Add some comment based on some spelunking done in some capture files,Guy Harris1999-11-171-1/+10
* Whitespace cleanup.Guy Harris1999-10-061-2/+2
* Add "wtap_file_encap()", to return the encapsulation of packets in theGuy Harris1999-10-061-1/+14
* Better handle errors from zlib:Guy Harris1999-10-051-10/+7
* Fix it so that it builds with "--disable-zlib".Guy Harris1999-09-241-2/+2
* This commit contains support for reading capture files compressed usingAshok Narayanan1999-09-221-8/+9
* Keep in the "wtap" structure the current offset into the file beingGuy Harris1999-08-281-2/+6
* Add a new Wiretap encapsulation type WTAP_ENCAP_FDDI_BITSWAPPED, meaningGuy Harris1999-08-241-2/+2
* Get rid of some cruft left in by previous checkins as placeholders.Guy Harris1999-08-221-2/+5
* Made iptrace wiretap module return error on partial packets, instead ofGilbert Ramirez1999-08-201-16/+5
* Have the per-capture-file-type open routines "wtap_open_offline()" callsGuy Harris1999-08-191-11/+30
* Added a patch from Olivier Abad to handle X.25 iptrace captures.Gerald Combs1999-07-281-1/+7