aboutsummaryrefslogtreecommitdiffstats
path: root/wiretap/libpcap.c
AgeCommit message (Expand)AuthorFilesLines
2003-01-31Add WTAP_ENCAP_FRELAY_WITH_PHDR for use with Frame Relay capture filesguy1-9/+26
2003-01-23In the BSDs, ARCNET packets don't have an offset field between theguy1-1/+2
2003-01-10The Sniffer file formats include a file to identify raw cells; exportguy1-1/+2
2003-01-09It appears that a channel number of 0 means DTE->DCE, and a channelguy1-3/+3
2003-01-08From Chris Waters: support Tazmen Sniffer Protocol and DLT_TZSP capturesguy1-1/+2
2003-01-03Rename WTAP_ENCAP_ATM_SNIFFER to WTAP_ENCAP_ATM_PDUS, as it's not justguy1-9/+9
2002-12-11Add support for the new DLT_ value of 127, for the AVS WLAN header.guy1-2/+3
2002-11-27The "pd" argument to "wtap_process_pcap_packet()" is a const pointer;guy1-2/+2
2002-11-16AIX's tcpdump has the same annoying habit as AIX's iptrace of putting 3guy1-1/+24
2002-10-22Add a Wiretap encapsulation type for RFC 2625 IP-over-Fibre Channel, andguy1-1/+2
2002-08-28Removed trailing whitespaces from .h and .c files using thejmayer1-4/+4
2002-08-07Properly set the LANE traffic type.guy1-2/+30
2002-07-29From Joerg Mayer:guy1-9/+13
2002-07-16From Graeme Hewson:guy1-2/+2
2002-06-13Move the entries to map between platform-dependent libpcap link-layerguy1-117/+125
2002-06-10Add #define HAVE_PCAP_H 1 to config.h.win32.gram1-12/+13
2002-06-07Add a Wiretap routine to process packets captured via libpcap, possiblyguy1-23/+87
2002-06-07Graeme Hewson noted that zlib has a bug wherein "gzseek()" doesn't setguy1-19/+9
2002-06-07BSD/OS Frame Relay packets just begin with the Frame Relay header, soguy1-17/+4
2002-06-06Use "phtons()", not "htons()", just as we use "pntohs()" rather thanguy1-2/+2
2002-06-06Support the Solaris+SunATM libpcap capture file type (not yet checkedguy1-14/+241
2002-03-09Sigh. Tcpdump cannot handle capture files with a snapshot length of 0,guy1-2/+14
2002-03-07Fix a comment.guy1-3/+3
2002-03-07Fix a typo - IFT_ISO88025 is 9, not 8.guy1-2/+2
2002-03-04Check for errors in seeks, "tell"s, and "stat()"s/"fstat()"s.guy1-9/+38
2002-03-02From Joerg Mayer: get rid of "-Wno-unused" flag in some configureguy1-3/+5
2002-02-27From Joerg Mayer: remove unused variables and declarations ofguy1-3/+3
2002-02-07Support in Wiretap for DLT_HHDLC, from Tomas Kukosa.guy1-1/+2
2002-01-29Support a libpcap link-layer type of 17 as DLT_PFLOG unless DLT_LANE8023guy1-3/+4
2002-01-29Support for capturing on, and reading captures from, OpenBSD firewallguy1-1/+13
2001-12-04Support for stopping capture at specified capture file size or captureguy1-1/+5
2001-11-30Add support for LocalTalk Link Access Protocol.guy1-2/+4
2001-11-28Support for 802.11+Prism II monitor-mode link-layer headers, fromguy1-2/+3
2001-11-14Back the previous hack out - the padding is often zero, but it's notguy1-68/+3
2001-11-14Throw in a hack to try to detect FDDI captures from Digital UNIX'sguy1-3/+68
2001-11-13Hopefully the last time I have to change my e-mail address.gram1-2/+2
2001-11-09Wrap calls to "pcap_datalink()" in a routine that attempts to compensateguy1-7/+8
2001-11-07Expand on the comments about AIX libpcap.guy1-6/+10
2001-11-06Add in some heuristics to try to detect AIX libpcap format. (This worksguy1-2/+63
2001-11-02Support DLT_CISCO_IOS.gram1-1/+3
2001-10-25Get rid of signed/unsigned comparison warnings in wiretap.gram1-2/+2
2001-10-04Use longs as file offsets, so that on platforms with 64-bit "long" weguy1-3/+3
2001-08-25The return value from "fwrite()" is a "size_t"; make the variable intoguy1-8/+8
2001-07-13From Joerg Mayer:guy1-3/+3
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