aboutsummaryrefslogtreecommitdiffstats
path: root/wiretap/wtap.h
AgeCommit message (Expand)AuthorFilesLines
2003-05-15From Can Erkin Acar: OpenBSD is now using tcpdump.org-assigned DLT_Guy Harris1-3/+4
2003-03-08WTAP_ENCAP_ENC was, in fact, intended for use for DLT_ENC, so justGuy Harris1-2/+2
2003-03-07From Markus Friedl:Gerald Combs1-2/+3
2003-01-31Add WTAP_ENCAP_FRELAY_WITH_PHDR for use with Frame Relay capture filesGuy Harris1-14/+15
2003-01-23In the BSDs, ARCNET packets don't have an offset field between theGuy Harris1-28/+29
2003-01-10The Sniffer file formats include a file to identify raw cells; exportGuy Harris1-1/+7
2003-01-09It appears that a channel number of 0 means DTE->DCE, and a channelGuy Harris1-2/+2
2003-01-08From Chris Waters: support Tazmen Sniffer Protocol and DLT_TZSP capturesGuy Harris1-2/+3
2003-01-03Add support for SDLC encapsulation in DOS Sniffer captures; thatGuy Harris1-3/+4
2003-01-03Rename WTAP_ENCAP_ATM_SNIFFER to WTAP_ENCAP_ATM_PDUS, as it's not justGuy Harris1-22/+23
2002-12-20This adds the beginning of support for Wellfleet HDLC to ngsniffer.c asRichard Sharpe1-2/+3
2002-12-05Sigh. We really *do* have to check whether a capture is a snoop orGuy Harris1-23/+24
2002-11-06From Solomon Peachy: support for new "wlancap" 802.11 extra-informationGuy Harris1-2/+3
2002-10-31Discard the WTAP_ENCAP_LAPD encapsulation type in favor of aGuy Harris1-5/+13
2002-10-22Add a Wiretap encapsulation type for RFC 2625 IP-over-Fibre Channel, andGuy Harris1-2/+3
2002-08-28Removed trailing whitespaces from .h and .c files using theJörg Mayer1-4/+4
2002-08-16Updates from Motonori Shindo.Guy Harris1-11/+7
2002-07-31Add conditional include of winsock2.h again, so compilation with MSVC++Jörg Mayer1-1/+5
2002-07-31From Motonori Shindo: support for reading CoSine L2 debug output.Guy Harris1-3/+38
2002-07-29From Joerg Mayer:Guy Harris1-20/+12
2002-07-16From Graeme Hewson:Guy Harris1-13/+15
2002-07-12From Anand V. Narwani:Guy Harris1-2/+3
2002-06-23WinPcap 2.3's <pcap.h> includes <packet32.h>, and WinPcap 2.3'sGuy Harris1-3/+3
2002-06-07Add a Wiretap routine to process packets captured via libpcap, possiblyGuy Harris1-4/+1
2002-06-07Add a new error for attempts to open a pipe or FIFO for random access.Guy Harris1-16/+18
2002-05-28Add support for old NetXRay format.Guy Harris1-17/+18
2002-04-30Replace the "ngsniffer_atm" with an "atm" pseudo-header, which isn'tGuy Harris1-64/+76
2002-04-09Move the definition of the FROM_DCE bit in the "flags" field of aGuy Harris1-3/+3
2002-04-08Use WTAP_ENCAP_IEEE_802_11_WITH_RADIO for AiroPeek files, rather thanGuy Harris1-4/+3
2002-04-08Add an encapsulation type for "802.11 with radio information"; that typeGuy Harris1-11/+20
2002-03-05Make "wtap_seek_read()" return TRUE on success and FALSE on error, likeGuy Harris1-3/+3
2002-03-05Have "wtap_seek_read()" return 0 on success and -1 on failure, and takeGuy Harris1-3/+3
2002-02-07Support in Wiretap for DLT_HHDLC, from Tomas Kukosa.Guy Harris1-2/+3
2002-02-01Update a comment.Guy Harris1-4/+7
2002-01-29Untested support for AiroPeek captures.Guy Harris1-2/+3
2002-01-29Support for capturing on, and reading captures from, OpenBSD firewallGuy Harris1-2/+3
2002-01-23Get rid of "m"/"M" and other Macintosh references in names - it appearsGuy Harris1-3/+3
2002-01-18In the EtherPeek file reader, keep the capture start time in a privateGuy Harris1-7/+17
2001-12-04Support for reading Visual Networks traffic capture files, from TomGuy Harris1-2/+3
2001-12-04Make the bytes-written information from Wiretap a long, as we allowGuy Harris1-2/+3
2001-12-04Support for stopping capture at specified capture file size or captureGuy Harris1-1/+2
2001-11-30Add support for LocalTalk Link Access Protocol.Guy Harris1-3/+4
2001-11-28Support for 802.11+Prism II monitor-mode link-layer headers, fromGuy Harris1-2/+3
2001-11-13Hopefully the last time I have to change my e-mail address.Gilbert Ramirez1-2/+2
2001-11-06Add in some heuristics to try to detect AIX libpcap format. (This worksGuy Harris1-24/+25
2001-11-02Support DLT_CISCO_IOS.Gilbert Ramirez1-2/+3
2001-10-19DBS Etherwatch wiretap module, from Marc Milgram.Guy Harris1-2/+3
2001-10-18VMS TCPIPtrace wiretap module, from Marc Milgram.Guy Harris1-2/+3
2001-10-04Use longs as file offsets, so that on platforms with 64-bit "long" weGuy Harris1-5/+5
2001-09-23Update the URL for ATM-on-Linux.Guy Harris1-2/+2