aboutsummaryrefslogtreecommitdiffstats
path: root/wiretap/libpcap.c
AgeCommit message (Expand)AuthorFilesLines
2004-01-25Have the Wiretap open, read, and seek-and-read routines return, inGuy Harris1-40/+44
2004-01-24Fix all fixable warningsJörg Mayer1-2/+2
2004-01-05 removed some MSVC warnings (level 3)Ulf Lamping1-2/+2
2003-12-21removed some MSVC warnings (moved pcap.h before glib.h)Ulf Lamping1-2/+5
2003-12-21libpcap.c:1777: warning: implicit declaration of function htonsJörg Mayer1-2/+2
2003-12-18Add support for a link-layer type value of 143 as DOCSIS in libpcapGuy Harris1-1/+3
2003-12-18From Jan Kiszka: IrDA support.Guy Harris1-6/+130
2003-12-03From Jeff Morriss: add support for libpcap MTP2 and MTP3 captures.Guy Harris1-1/+4
2003-10-24Move the version number checking for libpcap files, to see whether toGuy Harris1-21/+54
2003-10-24The capture tools for DGUX has swapped the included/original packet lengths o...Ronnie Sahlberg1-1/+10
2003-10-01Have a pseudo-header for Ethernet packets, giving the size of the FCS -Guy Harris1-3/+23
2003-09-04Put in a note telling people how to add a new libpcap encapsulationGuy Harris1-1/+47
2003-05-15From Can Erkin Acar: OpenBSD is now using tcpdump.org-assigned DLT_Guy Harris1-2/+2
2003-03-25AIX's BPF, and thus its tcpdump, appears to use 24 as the link-layerGuy Harris1-4/+17
2003-03-08WTAP_ENCAP_ENC was, in fact, intended for use for DLT_ENC, so justGuy Harris1-3/+3
2003-03-07From Markus Friedl:Gerald Combs1-2/+2
2003-01-31Add WTAP_ENCAP_FRELAY_WITH_PHDR for use with Frame Relay capture filesGuy Harris1-9/+26
2003-01-23In the BSDs, ARCNET packets don't have an offset field between theGuy Harris1-1/+2
2003-01-10The Sniffer file formats include a file to identify raw cells; exportGuy Harris1-1/+2
2003-01-09It appears that a channel number of 0 means DTE->DCE, and a channelGuy Harris1-3/+3
2003-01-08From Chris Waters: support Tazmen Sniffer Protocol and DLT_TZSP capturesGuy Harris1-1/+2
2003-01-03Rename WTAP_ENCAP_ATM_SNIFFER to WTAP_ENCAP_ATM_PDUS, as it's not justGuy Harris1-9/+9
2002-12-11Add support for the new DLT_ value of 127, for the AVS WLAN header.Guy Harris1-2/+3
2002-11-27The "pd" argument to "wtap_process_pcap_packet()" is a const pointer;Guy Harris1-2/+2
2002-11-16AIX's tcpdump has the same annoying habit as AIX's iptrace of putting 3Guy Harris1-1/+24
2002-10-22Add a Wiretap encapsulation type for RFC 2625 IP-over-Fibre Channel, andGuy Harris1-1/+2
2002-08-28Removed trailing whitespaces from .h and .c files using theJörg Mayer1-4/+4
2002-08-07Properly set the LANE traffic type.Guy Harris1-2/+30
2002-07-29From Joerg Mayer:Guy Harris1-9/+13
2002-07-16From Graeme Hewson:Guy Harris1-2/+2
2002-06-13Move the entries to map between platform-dependent libpcap link-layerGuy Harris1-117/+125
2002-06-10Add #define HAVE_PCAP_H 1 to config.h.win32.Gilbert Ramirez1-12/+13
2002-06-07Add a Wiretap routine to process packets captured via libpcap, possiblyGuy Harris1-23/+87
2002-06-07Graeme Hewson noted that zlib has a bug wherein "gzseek()" doesn't setGuy Harris1-19/+9
2002-06-07BSD/OS Frame Relay packets just begin with the Frame Relay header, soGuy Harris1-17/+4
2002-06-06Use "phtons()", not "htons()", just as we use "pntohs()" rather thanGuy Harris1-2/+2
2002-06-06Support the Solaris+SunATM libpcap capture file type (not yet checkedGuy Harris1-14/+241
2002-03-09Sigh. Tcpdump cannot handle capture files with a snapshot length of 0,Guy Harris1-2/+14
2002-03-07Fix a comment.Guy Harris1-3/+3
2002-03-07Fix a typo - IFT_ISO88025 is 9, not 8.Guy Harris1-2/+2
2002-03-04Check for errors in seeks, "tell"s, and "stat()"s/"fstat()"s.Guy Harris1-9/+38
2002-03-02From Joerg Mayer: get rid of "-Wno-unused" flag in some configureGuy Harris1-3/+5
2002-02-27From Joerg Mayer: remove unused variables and declarations ofGuy Harris1-3/+3
2002-02-07Support in Wiretap for DLT_HHDLC, from Tomas Kukosa.Guy Harris1-1/+2
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