aboutsummaryrefslogtreecommitdiffstats
path: root/wiretap/libpcap.c
AgeCommit message (Expand)AuthorFilesLines
2000-09-21Make sure to pass the sent/received direction from pppdump.c inGilbert Ramirez1-2/+2
2000-09-17Close the handle for the SNMP library after we're done with it - sharedGuy Harris1-7/+11
2000-09-15Code to read capture files from some version of tcpdump from some sortGuy Harris1-87/+282
2000-09-12Add support for NetBSD DLT_PPP_SERIAL, which has the value 50, and whichGuy Harris1-1/+55
2000-09-07Change wtap_read() API so that the data offset is set via a pointer, andGilbert Ramirez1-13/+9
2000-08-25Redo the way we map between libpcap encapsulation type codes and WiretapGuy Harris1-87/+221
2000-07-30Support for capturing packet data from a pipe (a FIFO, or standard input).Olivier Abad1-63/+1
2000-07-26In the final scene of the horror movie, just when you think the monsterGuy Harris1-103/+153
2000-05-19Add wtap-int.h. Move definitions relevant to the internal workins of wiretapGilbert Ramirez1-4/+4
2000-05-18Remove the "union pseudo_header" from the "frame_data" structure;Guy Harris1-3/+4
2000-03-22In a Network Monitor capture file, get the starting offsets of framesGuy Harris1-1/+9
2000-02-19Use WTAP_ERR_UNSUPPORTED_ENCAP for all attempts to open or read aGuy Harris1-2/+2
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
2000-01-09Add to some comments notes on the meaning of DLT types 15 and 16 onGuy Harris1-3/+15
1999-12-15Handle i4btrace captures if they're from a machine with the oppositeGuy Harris1-11/+1
1999-12-11Provide different file types for "modified" and Red Hat 6.1 "libpcap"Guy Harris1-12/+71
1999-12-04Fix some names.Guy Harris1-2/+2
1999-12-04Add some infrastructure for the use of Ethereal, so it can make a listGuy Harris1-40/+34
1999-12-04Add support to Wiretap for writing Network Monitor 1.x-format captureGuy Harris1-18/+18
1999-11-06Add in a gross heuristic that attempts to detect files with the versionGuy Harris1-44/+151
1999-11-06Add support for capture files written by programs linked with AlexeyGuy Harris1-27/+75
1999-10-05Better handle errors from zlib:Guy Harris1-13/+9
1999-09-24Fix it so that it builds with "--disable-zlib".Guy Harris1-2/+2
1999-09-23When reading a capture file, we can detect whether it's compressed orGuy Harris1-5/+5
1999-09-22This commit contains support for reading capture files compressed usingAshok Narayanan1-14/+15
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