aboutsummaryrefslogtreecommitdiffstats
path: root/wiretap/iptrace.c
AgeCommit message (Expand)AuthorFilesLines
2003-01-10The Sniffer file formats include a file to identify raw cells; exportguy1-1/+2
2003-01-03Rename WTAP_ENCAP_ATM_SNIFFER to WTAP_ENCAP_ATM_PDUS, as it's not justguy1-6/+6
2002-11-01Handle the 3 bytes of padding before the FDDI frame data in iptraceguy1-33/+157
2002-08-28Removed trailing whitespaces from .h and .c files using thejmayer1-4/+4
2002-08-13Get rid of the "vpi" and "vci" arguments to "atm_guess_traffic_type()",guy1-7/+7
2002-07-29From Joerg Mayer:guy1-5/+5
2002-06-07Graeme Hewson noted that zlib has a bug wherein "gzseek()" doesn't setguy1-7/+3
2002-04-30Move the code to guess the traffic type based on the packet contentsguy1-29/+36
2002-04-30Replace the "ngsniffer_atm" with an "atm" pseudo-header, which isn'tguy1-13/+18
2002-03-05Make "wtap_seek_read()" return TRUE on success and FALSE on error, likeguy1-16/+16
2002-03-05Have "wtap_seek_read()" return 0 on success and -1 on failure, and takeguy1-15/+31
2001-11-13Hopefully the last time I have to change my e-mail address.gram1-2/+2
2001-10-25Interface type 0x07 is Ethernet.gram1-2/+2
2001-10-04Use longs as file offsets, so that on platforms with 64-bit "long" weguy1-9/+9
2001-03-10Obliging every capture file reader's "open()" routine to seek to theguy1-3/+1
2000-09-21Make sure to pass the sent/received direction from pppdump.c ingram1-2/+2
2000-09-07Change wtap_read() API so that the data offset is set via a pointer, andgram1-17/+17
2000-08-25Move #include <time.h> into wtap-int.h instead of requiring it ingram1-2/+1
2000-05-19Add wtap-int.h. Move definitions relevant to the internal workins of wiretapgram1-8/+8
2000-05-19In Wiretap, a file stream handle is a "FILE_T", not a "FILE_T *" (aguy1-5/+5
2000-05-18Remove the "union pseudo_header" from the "frame_data" structure;guy1-69/+130
2000-03-30Jochen Friedrich <jochen@nwe.de>gram1-2/+2
2000-02-19Use WTAP_ERR_UNSUPPORTED_ENCAP for all attempts to open or read aguy1-3/+3
2000-01-22Fix files that had Gilbert's old e-mail address or that didn't have myguy1-2/+2
2000-01-13We are obliged to define HAVE_UNISTD_H in "config.h"; to avoid theguy1-2/+2
1999-11-27Move the "guess what type of ATM traffic this is" stuff into the ATMguy1-47/+37
1999-11-26Support for iptrace 1.0 traces (AIX 3). Thanks to Florian Lohoffgram1-43/+149
1999-11-22Detect x.25 and loopback traces via if_type field, not thegram1-16/+4
1999-11-19Add comments showing IFT names for the IFT-to-Wiretap encapsulation array.gram1-40/+55
1999-11-18(AppTrafType & ATT_HLTYPE) is the type of high-level traffic, andguy1-4/+16
1999-11-18Check in my work so far on enabling the ATM iptrace capability. Notgram1-39/+159
1999-11-17Add some comment based on some spelunking done in some capture files,guy1-1/+10
1999-10-06Whitespace cleanup.guy1-2/+2
1999-10-06Add "wtap_file_encap()", to return the encapsulation of packets in theguy1-1/+14
1999-10-05Better handle errors from zlib:guy1-10/+7
1999-09-24Fix it so that it builds with "--disable-zlib".guy1-2/+2
1999-09-22This commit contains support for reading capture files compressed usingashokn1-8/+9
1999-08-28Keep in the "wtap" structure the current offset into the file beingguy1-2/+6
1999-08-24Add a new Wiretap encapsulation type WTAP_ENCAP_FDDI_BITSWAPPED, meaningguy1-2/+2
1999-08-22Get rid of some cruft left in by previous checkins as placeholders.guy1-2/+5
1999-08-20Made iptrace wiretap module return error on partial packets, instead ofgram1-16/+5
1999-08-19Have the per-capture-file-type open routines "wtap_open_offline()" callsguy1-11/+30
1999-07-28Added a patch from Olivier Abad to handle X.25 iptrace captures.gerald1-1/+7
1999-07-13Added support for compiling on win32 with Visual C and 'nmake'. It compiles,gram1-1/+4
1999-03-01Added display filters to wiretap.gram1-3/+4
1999-01-07I removed the per-file encapsulation type from wiretap, and make all filetypesgram1-2/+1
1999-01-03Added files to handle AIX iptrace 2.0 files in wiretap.gram1-0/+114