aboutsummaryrefslogtreecommitdiffstats
path: root/wiretap/wtap.h
AgeCommit message (Expand)AuthorFilesLines
2003-01-31Add WTAP_ENCAP_FRELAY_WITH_PHDR for use with Frame Relay capture filesguy1-14/+15
2003-01-23In the BSDs, ARCNET packets don't have an offset field between theguy1-28/+29
2003-01-10The Sniffer file formats include a file to identify raw cells; exportguy1-1/+7
2003-01-09It appears that a channel number of 0 means DTE->DCE, and a channelguy1-2/+2
2003-01-08From Chris Waters: support Tazmen Sniffer Protocol and DLT_TZSP capturesguy1-2/+3
2003-01-03Add support for SDLC encapsulation in DOS Sniffer captures; thatguy1-3/+4
2003-01-03Rename WTAP_ENCAP_ATM_SNIFFER to WTAP_ENCAP_ATM_PDUS, as it's not justguy1-22/+23
2002-12-20This adds the beginning of support for Wellfleet HDLC to ngsniffer.c assharpe1-2/+3
2002-12-05Sigh. We really *do* have to check whether a capture is a snoop orguy1-23/+24
2002-11-06From Solomon Peachy: support for new "wlancap" 802.11 extra-informationguy1-2/+3
2002-10-31Discard the WTAP_ENCAP_LAPD encapsulation type in favor of aguy1-5/+13
2002-10-22Add a Wiretap encapsulation type for RFC 2625 IP-over-Fibre Channel, andguy1-2/+3
2002-08-28Removed trailing whitespaces from .h and .c files using thejmayer1-4/+4
2002-08-16Updates from Motonori Shindo.guy1-11/+7
2002-07-31Add conditional include of winsock2.h again, so compilation with MSVC++jmayer1-1/+5
2002-07-31From Motonori Shindo: support for reading CoSine L2 debug output.guy1-3/+38
2002-07-29From Joerg Mayer:guy1-20/+12
2002-07-16From Graeme Hewson:guy1-13/+15
2002-07-12From Anand V. Narwani:guy1-2/+3
2002-06-23WinPcap 2.3's <pcap.h> includes <packet32.h>, and WinPcap 2.3'sguy1-3/+3
2002-06-07Add a Wiretap routine to process packets captured via libpcap, possiblyguy1-4/+1
2002-06-07Add a new error for attempts to open a pipe or FIFO for random access.guy1-16/+18
2002-05-28Add support for old NetXRay format.guy1-17/+18
2002-04-30Replace the "ngsniffer_atm" with an "atm" pseudo-header, which isn'tguy1-64/+76
2002-04-09Move the definition of the FROM_DCE bit in the "flags" field of aguy1-3/+3
2002-04-08Use WTAP_ENCAP_IEEE_802_11_WITH_RADIO for AiroPeek files, rather thanguy1-4/+3
2002-04-08Add an encapsulation type for "802.11 with radio information"; that typeguy1-11/+20
2002-03-05Make "wtap_seek_read()" return TRUE on success and FALSE on error, likeguy1-3/+3
2002-03-05Have "wtap_seek_read()" return 0 on success and -1 on failure, and takeguy1-3/+3
2002-02-07Support in Wiretap for DLT_HHDLC, from Tomas Kukosa.guy1-2/+3
2002-02-01Update a comment.guy1-4/+7
2002-01-29Untested support for AiroPeek captures.guy1-2/+3
2002-01-29Support for capturing on, and reading captures from, OpenBSD firewallguy1-2/+3
2002-01-23Get rid of "m"/"M" and other Macintosh references in names - it appearsguy1-3/+3
2002-01-18In the EtherPeek file reader, keep the capture start time in a privateguy1-7/+17
2001-12-04Support for reading Visual Networks traffic capture files, from Tomguy1-2/+3
2001-12-04Make the bytes-written information from Wiretap a long, as we allowguy1-2/+3
2001-12-04Support for stopping capture at specified capture file size or captureguy1-1/+2
2001-11-30Add support for LocalTalk Link Access Protocol.guy1-3/+4
2001-11-28Support for 802.11+Prism II monitor-mode link-layer headers, fromguy1-2/+3
2001-11-13Hopefully the last time I have to change my e-mail address.gram1-2/+2
2001-11-06Add in some heuristics to try to detect AIX libpcap format. (This worksguy1-24/+25
2001-11-02Support DLT_CISCO_IOS.gram1-2/+3
2001-10-19DBS Etherwatch wiretap module, from Marc Milgram.guy1-2/+3
2001-10-18VMS TCPIPtrace wiretap module, from Marc Milgram.guy1-2/+3
2001-10-04Use longs as file offsets, so that on platforms with 64-bit "long" weguy1-5/+5
2001-09-23Update the URL for ATM-on-Linux.guy1-2/+2
2001-07-05"open_cap_file()" in Ethereal and Tethereal don't use the FILE_T theyguy1-2/+1
2001-03-15Add a new Wiretap encapsulation type for Cisco HDLC. Map the NetBSDguy1-2/+3
2001-02-22Etherpeek version 5, 6, and 7 support, from Daniel Thompson.guy1-2/+9