aboutsummaryrefslogtreecommitdiffstats
path: root/wiretap/wtap.c
AgeCommit message (Expand)AuthorFilesLines
2002-11-06From Solomon Peachy: support for new "wlancap" 802.11 extra-informationGuy Harris1-1/+5
2002-10-31Discard the WTAP_ENCAP_LAPD encapsulation type in favor of aGuy Harris1-8/+5
2002-10-22Add a Wiretap encapsulation type for RFC 2625 IP-over-Fibre Channel, andGuy Harris1-1/+4
2002-08-28Removed trailing whitespaces from .h and .c files using theJörg Mayer1-5/+5
2002-08-06From Anand V. Narwani: add an entry for the DOCSIS encapsulation to theGuy Harris1-1/+4
2002-07-31From Motonori Shindo: support for reading CoSine L2 debug output.Guy Harris1-1/+4
2002-07-29From Joerg Mayer:Guy Harris1-2/+2
2002-07-16From Graeme Hewson:Guy Harris1-3/+4
2002-06-07Add a new error for attempts to open a pipe or FIFO for random access.Guy Harris1-1/+2
2002-04-08Use WTAP_ENCAP_IEEE_802_11_WITH_RADIO for AiroPeek files, rather thanGuy Harris1-4/+1
2002-04-08Add an encapsulation type for "802.11 with radio information"; that typeGuy Harris1-1/+4
2002-03-05Make "wtap_seek_read()" return TRUE on success and FALSE on error, likeGuy Harris1-2/+2
2002-03-05Have "wtap_seek_read()" return 0 on success and -1 on failure, and takeGuy Harris1-4/+6
2002-02-07Support in Wiretap for DLT_HHDLC, from Tomas Kukosa.Guy Harris1-1/+4
2002-01-29Untested support for AiroPeek captures.Guy Harris1-1/+4
2002-01-29Support for capturing on, and reading captures from, OpenBSD firewallGuy Harris1-1/+4
2001-11-30Add support for LocalTalk Link Access Protocol.Guy Harris1-2/+5
2001-11-28Support for 802.11+Prism II monitor-mode link-layer headers, fromGuy Harris1-1/+7
2001-11-13Hopefully the last time I have to change my e-mail address.Gilbert Ramirez1-2/+2
2001-10-04Use longs as file offsets, so that on platforms with 64-bit "long" weGuy Harris1-4/+5
2001-07-13From Joerg Mayer:Guy Harris1-3/+3
2001-07-05"open_cap_file()" in Ethereal and Tethereal don't use the FILE_T theyGuy Harris1-7/+1
2001-03-15Add a new Wiretap encapsulation type for Cisco HDLC. Map the NetBSDGuy Harris1-1/+4
2001-01-08Code to handle Frame Relay Sniffer captures, from Jeff Foster.Guy Harris1-1/+4
2000-12-23Add support for the DLT_LINUX_SLL capture type in the current CVSGuy Harris1-1/+3
2000-11-15IEEE 802.11 support, from Johan Jorgensen of Axis Communications AB.Guy Harris1-1/+4
2000-09-28Add string representation for WTAP_ENCAP_PPP_WITH_PHDRGilbert Ramirez1-1/+5
2000-09-07Change wtap_read() API so that the data offset is set via a pointer, andGilbert Ramirez1-26/+43
2000-08-19Fix buffer overflow on zlib uncompression errors.Laurent Deniel1-2/+2
2000-06-27Add routines to Wiretap to allow a client of Wiretap to get:Guy Harris1-3/+18
2000-05-25Support for reading compressed Sniffer files, from Tim Farley, JoergGuy Harris1-3/+13
2000-05-19Add wtap-int.h. Move definitions relevant to the internal workins of wiretapGilbert Ramirez1-3/+3
2000-05-19"wtap.h" doesn't need to include "ascend.h" or "toshiba.h".Guy Harris1-3/+1
2000-05-18Remove the "union pseudo_header" from the "frame_data" structure;Guy Harris1-19/+26
2000-05-12In wiretap, set err to 0 before doing anything inside wtap_loop().Gilbert Ramirez1-1/+4
2000-04-08Some stuff, like libdencode, needs a wiretap routine that allowsRichard Sharpe1-1/+6
2000-03-22In a Network Monitor capture file, get the starting offsets of framesGuy Harris1-45/+3
2000-01-22Fix files that had Gilbert's old e-mail address or that didn't have myGuy Harris1-2/+2
2000-01-13We are obliged to define HAVE_UNISTD_H in "config.h"; to avoid theGuy Harris1-2/+2
1999-12-12Put the "." in "V.120".Guy Harris1-2/+2
1999-12-12Added Bert Driehuis <driehuis@playbeing.org>'s I4B wiretap moduleGilbert Ramirez1-2/+5
1999-12-05Provide a table of descriptive and short (command-line) names forGuy Harris1-1/+86
1999-12-04Add some infrastructure for the use of Ethereal, so it can make a listGuy Harris1-61/+1
1999-11-26Support for iptrace 1.0 traces (AIX 3). Thanks to Florian LohoffGilbert Ramirez1-3/+6
1999-11-10More small memleak fixes.Gilbert Ramirez1-2/+4
1999-11-10Fixed small memory leak in wiretap (frame_buffer wasn't being freed),Gilbert Ramirez1-1/+6
1999-11-06Add in a gross heuristic that attempts to detect files with the versionGuy Harris1-1/+5
1999-10-31Add a module to wiretap to be able to read trace files from Toshiba'sGilbert Ramirez1-6/+13
1999-10-18Olivier Abad's patches to add:Guy Harris1-1/+8
1999-10-06Add "wtap_file_encap()", to return the encapsulation of packets in theGuy Harris1-1/+6