aboutsummaryrefslogtreecommitdiffstats
path: root/wiretap/wtap.h
AgeCommit message (Expand)AuthorFilesLines
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
2000-05-25Support for reading compressed Sniffer files, from Tim Farley, JoergGuy Harris1-16/+23
2000-05-19Add wtap-int.h. Move definitions relevant to the internal workins of wiretapGilbert Ramirez1-209/+9
2000-05-18Remove the "union pseudo_header" from the "frame_data" structure;Guy Harris1-9/+17
2000-05-12Fix minor typo found by Alan Harrison.Guy Harris1-2/+2
2000-05-10Rename the "private" member of a "wtap_dumper" structure to "dump", asGuy Harris1-2/+2
2000-04-15Get rid of the "start" field in the private data for RADCOM, i4btrace,Guy Harris1-8/+2
2000-04-08Declare, in "wtap.h", Richard's new "wtap_read()" function.Guy Harris1-1/+2
2000-03-22In a Network Monitor capture file, get the starting offsets of framesGuy Harris1-2/+3
2000-02-19Use WTAP_ERR_UNSUPPORTED_ENCAP for all attempts to open or read aGuy Harris1-2/+2
2000-01-22Fix files that had Gilbert's old e-mail address or that didn't have myGuy Harris1-2/+2
1999-12-15Handle i4btrace captures if they're from a machine with the oppositeGuy Harris1-1/+12