aboutsummaryrefslogtreecommitdiffstats
path: root/wiretap/iptrace.c
AgeCommit message (Expand)AuthorFilesLines
2012-05-04file_seek() used to be a wrapper around fseek() or gzseek(), both ofGuy Harris1-9/+2
2012-02-25Add a presence flag field to the packet information structure filled inGuy Harris1-0/+2
2011-12-13Rename WTAP_ERR_BAD_RECORD to WTAP_ERR_BAD_FILE; it really reports anyGuy Harris1-6/+6
2011-12-13Add missing checks for a too-large packet, so we don't blow up trying toGuy Harris1-2/+64
2011-09-01Use guint8 rather than guchar for raw octets and pointers to arrays ofGuy Harris1-8/+8
2011-04-21Add a new WTAP_ERR_DECOMPRESS error, and use that for errors discoveredGuy Harris1-24/+34
2011-04-06From Jakub Zawadzki:Guy Harris1-3/+3
2009-04-22Clean up some 64-bit issues.Guy Harris1-2/+2
2006-11-05change all file offsets from long to gint64 so we can - theoretically - handl...Ulf Lamping1-8/+8
2005-08-28Get rid of a no-longer-true comment.Guy Harris1-4/+0
2005-08-25timestamp display precision:Ulf Lamping1-0/+2
2005-08-24EVERYTHING IN THE BUILDBOT IS GOING TO BE RED!!! Sorry! Ulf Lamping1-4/+4
2004-07-18Set the svn:eol-style property on all text files to "native", so thatGuy Harris1-1/+1
2004-01-25Have the Wiretap open, read, and seek-and-read routines return, inGuy Harris1-14/+18
2004-01-24Fix all fixable warningsJörg Mayer1-5/+5
2003-10-01Have a pseudo-header for Ethernet packets, giving the size of the FCS -Guy Harris1-55/+64
2003-01-10The Sniffer file formats include a file to identify raw cells; exportGuy Harris1-1/+2
2003-01-03Rename WTAP_ENCAP_ATM_SNIFFER to WTAP_ENCAP_ATM_PDUS, as it's not justGuy Harris1-6/+6
2002-11-01Handle the 3 bytes of padding before the FDDI frame data in iptraceGuy Harris1-33/+157
2002-08-28Removed trailing whitespaces from .h and .c files using theJörg Mayer1-4/+4
2002-08-13Get rid of the "vpi" and "vci" arguments to "atm_guess_traffic_type()",Guy Harris1-7/+7
2002-07-29From Joerg Mayer:Guy Harris1-5/+5
2002-06-07Graeme Hewson noted that zlib has a bug wherein "gzseek()" doesn't setGuy Harris1-7/+3
2002-04-30Move the code to guess the traffic type based on the packet contentsGuy Harris1-29/+36
2002-04-30Replace the "ngsniffer_atm" with an "atm" pseudo-header, which isn'tGuy Harris1-13/+18
2002-03-05Make "wtap_seek_read()" return TRUE on success and FALSE on error, likeGuy Harris1-16/+16
2002-03-05Have "wtap_seek_read()" return 0 on success and -1 on failure, and takeGuy Harris1-15/+31
2001-11-13Hopefully the last time I have to change my e-mail address.Gilbert Ramirez1-2/+2
2001-10-25Interface type 0x07 is Ethernet.Gilbert Ramirez1-2/+2
2001-10-04Use longs as file offsets, so that on platforms with 64-bit "long" weGuy Harris1-9/+9
2001-03-10Obliging every capture file reader's "open()" routine to seek to theGuy Harris1-3/+1
2000-09-21Make sure to pass the sent/received direction from pppdump.c inGilbert Ramirez1-2/+2
2000-09-07Change wtap_read() API so that the data offset is set via a pointer, andGilbert Ramirez1-17/+17
2000-08-25Move #include <time.h> into wtap-int.h instead of requiring it inGilbert Ramirez1-2/+1
2000-05-19Add wtap-int.h. Move definitions relevant to the internal workins of wiretapGilbert Ramirez1-8/+8
2000-05-19In Wiretap, a file stream handle is a "FILE_T", not a "FILE_T *" (aGuy Harris1-5/+5
2000-05-18Remove the "union pseudo_header" from the "frame_data" structure;Guy Harris1-69/+130
2000-03-30Jochen Friedrich <jochen@nwe.de>Gilbert Ramirez1-2/+2
2000-02-19Use WTAP_ERR_UNSUPPORTED_ENCAP for all attempts to open or read aGuy Harris1-3/+3
2000-01-22Fix files that had Gilbert's old e-mail address or that didn't have myGuy Harris1-2/+2
2000-01-13We are obliged to define HAVE_UNISTD_H in "config.h"; to avoid theGuy Harris1-2/+2
1999-11-27Move the "guess what type of ATM traffic this is" stuff into the ATMGuy Harris1-47/+37
1999-11-26Support for iptrace 1.0 traces (AIX 3). Thanks to Florian LohoffGilbert Ramirez1-43/+149
1999-11-22Detect x.25 and loopback traces via if_type field, not theGilbert Ramirez1-16/+4
1999-11-19Add comments showing IFT names for the IFT-to-Wiretap encapsulation array.Gilbert Ramirez1-40/+55
1999-11-18(AppTrafType & ATT_HLTYPE) is the type of high-level traffic, andGuy Harris1-4/+16
1999-11-18Check in my work so far on enabling the ATM iptrace capability. NotGilbert Ramirez1-39/+159
1999-11-17Add some comment based on some spelunking done in some capture files,Guy Harris1-1/+10
1999-10-06Whitespace cleanup.Guy Harris1-2/+2
1999-10-06Add "wtap_file_encap()", to return the encapsulation of packets in theGuy Harris1-1/+14