aboutsummaryrefslogtreecommitdiffstats
path: root/wiretap/libpcap.c
AgeCommit message (Expand)AuthorFilesLines
2002-01-29Support a libpcap link-layer type of 17 as DLT_PFLOG unless DLT_LANE8023Guy Harris1-3/+4
2002-01-29Support for capturing on, and reading captures from, OpenBSD firewallGuy Harris1-1/+13
2001-12-04Support for stopping capture at specified capture file size or captureGuy Harris1-1/+5
2001-11-30Add support for LocalTalk Link Access Protocol.Guy Harris1-2/+4
2001-11-28Support for 802.11+Prism II monitor-mode link-layer headers, fromGuy Harris1-2/+3
2001-11-14Back the previous hack out - the padding is often zero, but it's notGuy Harris1-68/+3
2001-11-14Throw in a hack to try to detect FDDI captures from Digital UNIX'sGuy Harris1-3/+68
2001-11-13Hopefully the last time I have to change my e-mail address.Gilbert Ramirez1-2/+2
2001-11-09Wrap calls to "pcap_datalink()" in a routine that attempts to compensateGuy Harris1-7/+8
2001-11-07Expand on the comments about AIX libpcap.Guy Harris1-6/+10
2001-11-06Add in some heuristics to try to detect AIX libpcap format. (This worksGuy Harris1-2/+63
2001-11-02Support DLT_CISCO_IOS.Gilbert Ramirez1-1/+3
2001-10-25Get rid of signed/unsigned comparison warnings in wiretap.Gilbert Ramirez1-2/+2
2001-10-04Use longs as file offsets, so that on platforms with 64-bit "long" weGuy Harris1-3/+3
2001-08-25The return value from "fwrite()" is a "size_t"; make the variable intoGuy Harris1-8/+8
2001-07-13From Joerg Mayer:Guy Harris1-3/+3
2001-03-15Add a new Wiretap encapsulation type for Cisco HDLC. Map the NetBSDGuy Harris1-8/+14
2001-03-11Handle NetBSD Cisco HDLC as PPP, for now.Guy Harris1-5/+18
2001-03-10Obliging every capture file reader's "open()" routine to seek to theGuy Harris1-3/+1
2000-12-23Add support for the DLT_LINUX_SLL capture type in the current CVSGuy Harris1-1/+7
2000-11-15IEEE 802.11 support, from Johan Jorgensen of Axis Communications AB.Guy Harris1-2/+37
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