aboutsummaryrefslogtreecommitdiffstats
path: root/wiretap/iptrace.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Added support for compiling on win32 with Visual C and 'nmake'. It compiles,Gilbert Ramirez1999-07-131-1/+4
* Added display filters to wiretap.Gilbert Ramirez1999-03-011-3/+4
* I removed the per-file encapsulation type from wiretap, and make all filetypesGilbert Ramirez1999-01-071-2/+1
* Added files to handle AIX iptrace 2.0 files in wiretap.Gilbert Ramirez1999-01-031-0/+114