aboutsummaryrefslogtreecommitdiffstats
path: root/wiretap/wtap.c
AgeCommit message (Expand)AuthorFilesLines
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
1999-10-05Make "wtap_strerror()" handle zlib errors *correctly*.Guy Harris1-10/+10
1999-10-05Better handle errors from zlib:Guy Harris1-2/+10
1999-09-24Fix it so that it builds with "--disable-zlib".Guy Harris1-2/+2
1999-09-23Adds progress bar functionality back for loading files (it was changed toAshok Narayanan1-1/+6
1999-09-22This commit contains support for reading capture files compressed usingAshok Narayanan1-2/+4
1999-09-11Include "ascend.h" to declare "ascend_seek_read()".Guy Harris1-8/+10
1999-09-11Added support for Lucent/Ascend packet traces. The MAX and Pipeline routerGerald Combs1-1/+19
1999-08-22Fix the pcap-encapsulation-to-wiretap-encapsulation mapping table.Guy Harris1-1/+2
1999-08-22Add a "wtap_strerror()" routine, which takes as an argument an errorGuy Harris1-1/+36
1999-08-19Have the per-capture-file-type open routines "wtap_open_offline()" callsGuy Harris1-4/+10
1999-08-18Add to Wiretap the ability to write capture files; for now, it can onlyGuy Harris1-7/+19
1999-08-02Add to "wtap_close()" code to free up data structures allocated forGuy Harris1-1/+9
1999-08-02Check in Olivier Abad's patch to add dissectors for LAP-B and X.25, andGuy Harris1-2/+37
1999-07-28Fix the -S option :Laurent Deniel1-2/+3
1999-07-13Added support for compiling on win32 with Visual C and 'nmake'. It compiles,Gilbert Ramirez1-2/+4
1999-07-07Removed old #include's.Gilbert Ramirez1-3/+1