aboutsummaryrefslogtreecommitdiffstats
path: root/wiretap/wtap.c
Commit message (Expand)AuthorAgeFilesLines
* From Joerg Mayer:Guy Harris2001-07-131-3/+3
* "open_cap_file()" in Ethereal and Tethereal don't use the FILE_T theyGuy Harris2001-07-051-7/+1
* Add a new Wiretap encapsulation type for Cisco HDLC. Map the NetBSDGuy Harris2001-03-151-1/+4
* Code to handle Frame Relay Sniffer captures, from Jeff Foster.Guy Harris2001-01-081-1/+4
* Add support for the DLT_LINUX_SLL capture type in the current CVSGuy Harris2000-12-231-1/+3
* IEEE 802.11 support, from Johan Jorgensen of Axis Communications AB.Guy Harris2000-11-151-1/+4
* Add string representation for WTAP_ENCAP_PPP_WITH_PHDRGilbert Ramirez2000-09-281-1/+5
* Change wtap_read() API so that the data offset is set via a pointer, andGilbert Ramirez2000-09-071-26/+43
* Fix buffer overflow on zlib uncompression errors.Laurent Deniel2000-08-191-2/+2
* Add routines to Wiretap to allow a client of Wiretap to get:Guy Harris2000-06-271-3/+18
* Support for reading compressed Sniffer files, from Tim Farley, JoergGuy Harris2000-05-251-3/+13
* Add wtap-int.h. Move definitions relevant to the internal workins of wiretapGilbert Ramirez2000-05-191-3/+3
* "wtap.h" doesn't need to include "ascend.h" or "toshiba.h".Guy Harris2000-05-191-3/+1
* Remove the "union pseudo_header" from the "frame_data" structure;Guy Harris2000-05-181-19/+26
* In wiretap, set err to 0 before doing anything inside wtap_loop().Gilbert Ramirez2000-05-121-1/+4
* Some stuff, like libdencode, needs a wiretap routine that allowsRichard Sharpe2000-04-081-1/+6
* In a Network Monitor capture file, get the starting offsets of framesGuy Harris2000-03-221-45/+3
* Fix files that had Gilbert's old e-mail address or that didn't have myGuy Harris2000-01-221-2/+2
* We are obliged to define HAVE_UNISTD_H in "config.h"; to avoid theGuy Harris2000-01-131-2/+2
* Put the "." in "V.120".Guy Harris1999-12-121-2/+2
* Added Bert Driehuis <driehuis@playbeing.org>'s I4B wiretap moduleGilbert Ramirez1999-12-121-2/+5
* Provide a table of descriptive and short (command-line) names forGuy Harris1999-12-051-1/+86
* Add some infrastructure for the use of Ethereal, so it can make a listGuy Harris1999-12-041-61/+1
* Support for iptrace 1.0 traces (AIX 3). Thanks to Florian LohoffGilbert Ramirez1999-11-261-3/+6
* More small memleak fixes.Gilbert Ramirez1999-11-101-2/+4
* Fixed small memory leak in wiretap (frame_buffer wasn't being freed),Gilbert Ramirez1999-11-101-1/+6
* Add in a gross heuristic that attempts to detect files with the versionGuy Harris1999-11-061-1/+5
* Add a module to wiretap to be able to read trace files from Toshiba'sGilbert Ramirez1999-10-311-6/+13
* Olivier Abad's patches to add:Guy Harris1999-10-181-1/+8
* Add "wtap_file_encap()", to return the encapsulation of packets in theGuy Harris1999-10-061-1/+6
* Make "wtap_strerror()" handle zlib errors *correctly*.Guy Harris1999-10-051-10/+10
* Better handle errors from zlib:Guy Harris1999-10-051-2/+10
* Fix it so that it builds with "--disable-zlib".Guy Harris1999-09-241-2/+2
* Adds progress bar functionality back for loading files (it was changed toAshok Narayanan1999-09-231-1/+6
* This commit contains support for reading capture files compressed usingAshok Narayanan1999-09-221-2/+4
* Include "ascend.h" to declare "ascend_seek_read()".Guy Harris1999-09-111-8/+10
* Added support for Lucent/Ascend packet traces. The MAX and Pipeline routerGerald Combs1999-09-111-1/+19
* Fix the pcap-encapsulation-to-wiretap-encapsulation mapping table.Guy Harris1999-08-221-1/+2
* Add a "wtap_strerror()" routine, which takes as an argument an errorGuy Harris1999-08-221-1/+36
* Have the per-capture-file-type open routines "wtap_open_offline()" callsGuy Harris1999-08-191-4/+10
* Add to Wiretap the ability to write capture files; for now, it can onlyGuy Harris1999-08-181-7/+19
* Add to "wtap_close()" code to free up data structures allocated forGuy Harris1999-08-021-1/+9
* Check in Olivier Abad's patch to add dissectors for LAP-B and X.25, andGuy Harris1999-08-021-2/+37
* Fix the -S option :Laurent Deniel1999-07-281-2/+3
* Added support for compiling on win32 with Visual C and 'nmake'. It compiles,Gilbert Ramirez1999-07-131-2/+4
* Removed old #include's.Gilbert Ramirez1999-07-071-3/+1
* Created a new protocol tree implementation and a new display filterGilbert Ramirez1999-07-071-29/+3
* Added display filters to wiretap.Gilbert Ramirez1999-03-011-6/+36
* Change to wtap.c switch() statement to allow compilation under IBM's C compiler.Gilbert Ramirez1999-02-121-3/+3
* Use g_free instead of free so that I don't have to include <stdlib.h>Gilbert Ramirez1999-01-081-4/+4