aboutsummaryrefslogtreecommitdiffstats
path: root/wiretap/wtap.h
AgeCommit message (Expand)AuthorFilesLines
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
2001-07-05"open_cap_file()" in Ethereal and Tethereal don't use the FILE_T theyGuy Harris1-2/+1
2001-03-15Add a new Wiretap encapsulation type for Cisco HDLC. Map the NetBSDGuy Harris1-2/+3
2001-02-22Etherpeek version 5, 6, and 7 support, from Daniel Thompson.Guy Harris1-2/+9
2001-01-08Code to handle Frame Relay Sniffer captures, from Jeff Foster.Guy Harris1-2/+3
2000-12-23Add support for the DLT_LINUX_SLL capture type in the current CVSGuy Harris1-2/+3
2000-11-15IEEE 802.11 support, from Johan Jorgensen of Axis Communications AB.Guy Harris1-2/+3
2000-09-21Make sure to pass the sent/received direction from pppdump.c inGilbert Ramirez1-7/+9
2000-09-19Add support for reading pppd log files in wiretap.Gilbert Ramirez1-2/+3
2000-09-15Code to read capture files from some version of tcpdump from some sortGuy Harris1-21/+22
2000-09-07Change wtap_read() API so that the data offset is set via a pointer, andGilbert Ramirez1-3/+11
2000-08-11Miscellaneous code cleaningLaurent Deniel1-1/+3
2000-08-08Added wiretap support to read the Cisco Secure Intrusion Detection System IPL...Mike Hall1-2/+3
2000-07-26In the final scene of the horror movie, just when you think the monsterGuy Harris1-20/+21
2000-06-27Add routines to Wiretap to allow a client of Wiretap to get:Guy Harris1-1/+4
2000-06-24Joerg Mayer's changes to add support for NetXRay file format versionGuy Harris1-2/+2