aboutsummaryrefslogtreecommitdiffstats
path: root/wiretap/libpcap.c
AgeCommit message (Expand)AuthorFilesLines
1999-08-31Fix, from Bert Driehuis, to the stuff that checks for BSD/OS.Guy Harris1-2/+2
1999-08-28Keep in the "wtap" structure the current offset into the file beingGuy Harris1-2/+7
1999-08-24Add a new Wiretap encapsulation type WTAP_ENCAP_FDDI_BITSWAPPED, meaningGuy Harris1-1/+11
1999-08-22Modify the comments to show how much of a mess the different DLT_ valuesGuy Harris1-9/+18
1999-08-22Fix the pcap-encapsulation-to-wiretap-encapsulation mapping table.Guy Harris1-2/+11
1999-08-22Get rid of some cruft left in by previous checkins as placeholders.Guy Harris1-22/+26
1999-08-22DLT_NULL, from "libpcap", means different things on different platformsGuy Harris1-16/+47
1999-08-19Have the per-capture-file-type open routines "wtap_open_offline()" callsGuy Harris1-22/+37
1999-08-18"wtap_pcap_encap_to_wtap_encap()" shouldn't return a file type if itGuy Harris1-2/+2
1999-08-18Make "wtap_dump()" and "wtap_dump_close()" return error codes, and checkGuy Harris1-10/+21
1999-08-18Add to Wiretap the ability to write capture files; for now, it can onlyGuy Harris1-26/+128
1999-07-28Patches from Thierry Andry to support Classical IP captures from systemsGuy Harris1-2/+9
1999-07-13Added support for compiling on win32 with Visual C and 'nmake'. It compiles,Gilbert Ramirez1-1/+4
1999-03-01Added display filters to wiretap.Gilbert Ramirez1-7/+6
1999-01-07I removed the per-file encapsulation type from wiretap, and make all filetypesGilbert Ramirez1-1/+2
1998-12-17Added Guy Harris' patch to read Sniffer ATM trace files. Very nice.Gilbert Ramirez1-2/+2
1998-11-15Add support to wiretap for reading Sun "snoop" capture files.Guy Harris1-0/+212