aboutsummaryrefslogtreecommitdiffstats
path: root/wiretap/libpcap.c
AgeCommit message (Expand)AuthorFilesLines
2001-03-15Add a new Wiretap encapsulation type for Cisco HDLC. Map the NetBSDguy1-8/+14
2001-03-11Handle NetBSD Cisco HDLC as PPP, for now.guy1-5/+18
2001-03-10Obliging every capture file reader's "open()" routine to seek to theguy1-3/+1
2000-12-23Add support for the DLT_LINUX_SLL capture type in the current CVSguy1-1/+7
2000-11-15IEEE 802.11 support, from Johan Jorgensen of Axis Communications AB.guy1-2/+37
2000-09-21Make sure to pass the sent/received direction from pppdump.c ingram1-2/+2
2000-09-17Close the handle for the SNMP library after we're done with it - sharedguy1-7/+11
2000-09-15Code to read capture files from some version of tcpdump from some sortguy1-87/+282
2000-09-12Add support for NetBSD DLT_PPP_SERIAL, which has the value 50, and whichguy1-1/+55
2000-09-07Change wtap_read() API so that the data offset is set via a pointer, andgram1-13/+9
2000-08-25Redo the way we map between libpcap encapsulation type codes and Wiretapguy1-87/+221
2000-07-30Support for capturing packet data from a pipe (a FIFO, or standard input).oabad1-63/+1
2000-07-26In the final scene of the horror movie, just when you think the monsterguy1-103/+153
2000-05-19Add wtap-int.h. Move definitions relevant to the internal workins of wiretapgram1-4/+4
2000-05-18Remove the "union pseudo_header" from the "frame_data" structure;guy1-3/+4
2000-03-22In a Network Monitor capture file, get the starting offsets of framesguy1-1/+9
2000-02-19Use WTAP_ERR_UNSUPPORTED_ENCAP for all attempts to open or read aguy1-2/+2
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
2000-01-09Add to some comments notes on the meaning of DLT types 15 and 16 onguy1-3/+15
1999-12-15Handle i4btrace captures if they're from a machine with the oppositeguy1-11/+1
1999-12-11Provide different file types for "modified" and Red Hat 6.1 "libpcap"guy1-12/+71
1999-12-04Fix some names.guy1-2/+2
1999-12-04Add some infrastructure for the use of Ethereal, so it can make a listguy1-40/+34
1999-12-04Add support to Wiretap for writing Network Monitor 1.x-format captureguy1-18/+18
1999-11-06Add in a gross heuristic that attempts to detect files with the versionguy1-44/+151
1999-11-06Add support for capture files written by programs linked with Alexeyguy1-27/+75
1999-10-05Better handle errors from zlib:guy1-13/+9
1999-09-24Fix it so that it builds with "--disable-zlib".guy1-2/+2
1999-09-23When reading a capture file, we can detect whether it's compressed orguy1-5/+5
1999-09-22This commit contains support for reading capture files compressed usingashokn1-14/+15
1999-08-31Fix, from Bert Driehuis, to the stuff that checks for BSD/OS.guy1-2/+2
1999-08-28Keep in the "wtap" structure the current offset into the file beingguy1-2/+7
1999-08-24Add a new Wiretap encapsulation type WTAP_ENCAP_FDDI_BITSWAPPED, meaningguy1-1/+11
1999-08-22Modify the comments to show how much of a mess the different DLT_ valuesguy1-9/+18
1999-08-22Fix the pcap-encapsulation-to-wiretap-encapsulation mapping table.guy1-2/+11
1999-08-22Get rid of some cruft left in by previous checkins as placeholders.guy1-22/+26
1999-08-22DLT_NULL, from "libpcap", means different things on different platformsguy1-16/+47
1999-08-19Have the per-capture-file-type open routines "wtap_open_offline()" callsguy1-22/+37
1999-08-18"wtap_pcap_encap_to_wtap_encap()" shouldn't return a file type if itguy1-2/+2
1999-08-18Make "wtap_dump()" and "wtap_dump_close()" return error codes, and checkguy1-10/+21
1999-08-18Add to Wiretap the ability to write capture files; for now, it can onlyguy1-26/+128
1999-07-28Patches from Thierry Andry to support Classical IP captures from systemsguy1-2/+9
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-7/+6
1999-01-07I removed the per-file encapsulation type from wiretap, and make all filetypesgram1-1/+2
1998-12-17Added Guy Harris' patch to read Sniffer ATM trace files. Very nice.gram1-2/+2
1998-11-15Add support to wiretap for reading Sun "snoop" capture files.guy1-0/+212