A captured length bigger than the actual length makes no sense; clip the
[obnox/wireshark/wip.git] / wiretap / wtap.c
2003-03-04 guyA captured length bigger than the actual length makes...
2003-01-31 guyAdd WTAP_ENCAP_FRELAY_WITH_PHDR for use with Frame...
2003-01-23 guyIn the BSDs, ARCNET packets don't have an offset field...
2003-01-08 guyFrom Chris Waters: support Tazmen Sniffer Protocol...
2003-01-03 guyAdd support for SDLC encapsulation in DOS Sniffer captu...
2003-01-03 guyRename WTAP_ENCAP_ATM_SNIFFER to WTAP_ENCAP_ATM_PDUS...
2002-12-20 guyAdd an item for Wellfleet HDLC.
2002-11-06 guyFrom Solomon Peachy: support for new "wlancap" 802...
2002-10-31 guyDiscard the WTAP_ENCAP_LAPD encapsulation type in favor...
2002-10-22 guyAdd a Wiretap encapsulation type for RFC 2625 IP-over...
2002-08-28 jmayerRemoved trailing whitespaces from .h and .c files using the
2002-08-06 guyFrom Anand V. Narwani: add an entry for the DOCSIS...
2002-07-31 guyFrom Motonori Shindo: support for reading CoSine L2...
2002-07-29 guyFrom Joerg Mayer:
2002-07-16 guyFrom Graeme Hewson:
2002-06-07 guyAdd a new error for attempts to open a pipe or FIFO...
2002-04-08 guyUse WTAP_ENCAP_IEEE_802_11_WITH_RADIO for AiroPeek...
2002-04-08 guyAdd an encapsulation type for "802.11 with radio inform...
2002-03-05 guyMake "wtap_seek_read()" return TRUE on success and...
2002-03-05 guyHave "wtap_seek_read()" return 0 on success and -1...
2002-02-07 guySupport in Wiretap for DLT_HHDLC, from Tomas Kukosa.
2002-01-29 guyUntested support for AiroPeek captures.
2002-01-29 guySupport for capturing on, and reading captures from...
2001-11-30 guyAdd support for LocalTalk Link Access Protocol.
2001-11-28 guySupport for 802.11+Prism II monitor-mode link-layer...
2001-11-13 gramHopefully the last time I have to change my e-mail...
2001-10-04 guyUse longs as file offsets, so that on platforms with...
2001-07-13 guyFrom Joerg Mayer:
2001-07-05 guy"open_cap_file()" in Ethereal and Tethereal don't use...
2001-03-15 guyAdd a new Wiretap encapsulation type for Cisco HDLC...
2001-01-08 guyCode to handle Frame Relay Sniffer captures, from Jeff...
2000-12-23 guyAdd support for the DLT_LINUX_SLL capture type in the...
2000-11-15 guyIEEE 802.11 support, from Johan Jorgensen of Axis Commu...
2000-09-28 gramAdd string representation for WTAP_ENCAP_PPP_WITH_PHDR
2000-09-07 gramChange wtap_read() API so that the data offset is set...
2000-08-19 denielFix buffer overflow on zlib uncompression errors.
2000-06-27 guyAdd routines to Wiretap to allow a client of Wiretap...
2000-05-25 guySupport for reading compressed Sniffer files, from...
2000-05-19 gramAdd wtap-int.h. Move definitions relevant to the intern...
2000-05-19 guy"wtap.h" doesn't need to include "ascend.h" or "toshiba.h".
2000-05-18 guyRemove the "union pseudo_header" from the "frame_data...
2000-05-12 gramIn wiretap, set err to 0 before doing anything inside...
2000-04-08 sharpeSome stuff, like libdencode, needs a wiretap routine...
2000-03-22 guyIn a Network Monitor capture file, get the starting...
2000-01-22 guyFix files that had Gilbert's old e-mail address or...
2000-01-13 guyWe are obliged to define HAVE_UNISTD_H in "config.h...
1999-12-12 guyPut the "." in "V.120".
1999-12-12 gramAdded Bert Driehuis <driehuis@playbeing.org>'s I4B...
1999-12-05 guyProvide a table of descriptive and short (command-line...
1999-12-04 guyAdd some infrastructure for the use of Ethereal, so...
1999-11-26 gramSupport for iptrace 1.0 traces (AIX 3). Thanks to Flori...
1999-11-10 gramMore small memleak fixes.
1999-11-10 gramFixed small memory leak in wiretap (frame_buffer wasn...
1999-11-06 guyAdd in a gross heuristic that attempts to detect files...
1999-10-31 gramAdd a module to wiretap to be able to read trace files...
1999-10-18 guyOlivier Abad's patches to add:
1999-10-06 guyAdd "wtap_file_encap()", to return the encapsulation...
1999-10-05 guyMake "wtap_strerror()" handle zlib errors *correctly*.
1999-10-05 guyBetter handle errors from zlib:
1999-09-24 guyFix it so that it builds with "--disable-zlib".
1999-09-23 ashoknAdds progress bar functionality back for loading files...
1999-09-22 ashoknThis commit contains support for reading capture files...
1999-09-11 guyInclude "ascend.h" to declare "ascend_seek_read()".
1999-09-11 geraldAdded support for Lucent/Ascend packet traces. The...
1999-08-22 guyFix the pcap-encapsulation-to-wiretap-encapsulation...
1999-08-22 guyAdd a "wtap_strerror()" routine, which takes as an...
1999-08-19 guyHave the per-capture-file-type open routines "wtap_open...
1999-08-18 guyAdd to Wiretap the ability to write capture files;...
1999-08-02 guyAdd to "wtap_close()" code to free up data structures...
1999-08-02 guyCheck in Olivier Abad's patch to add dissectors for...
1999-07-28 denielFix the -S option :
1999-07-13 gramAdded support for compiling on win32 with Visual C...
1999-07-07 gramRemoved old #include's.
1999-07-07 gramCreated a new protocol tree implementation and a new...
1999-03-01 gramAdded display filters to wiretap.
1999-02-12 gramChange to wtap.c switch() statement to allow compilatio...
1999-01-08 gramUse g_free instead of free so that I don't have to...
1999-01-07 gramI removed the per-file encapsulation type from wiretap...
1998-11-15 guyAdd support to wiretap for reading Sun "snoop" capture...
1998-11-12 gramI added the LANalzyer file format to wiretap. I cleaned...
1998-11-12 gramA lengthy patch to add the wiretap library. Wiretap...