Have a pseudo-header for Ethernet packets, giving the size of the FCS -
[obnox/wireshark/wip.git] / wiretap / wtap.h
2003-10-01 guyHave a pseudo-header for Ethernet packets, giving the...
2003-08-26 guyFrom Jesper Peterson: support for Endace ERF file format.
2003-07-29 guyFrom Thierry Martin: support for reading files from...
2003-06-25 guyGCC 3.3 noticed that checking whether the length of...
2003-05-15 guyFrom Can Erkin Acar: OpenBSD is now using tcpdump.org...
2003-03-08 guyWTAP_ENCAP_ENC was, in fact, intended for use for DLT_E...
2003-03-07 geraldFrom Markus Friedl:
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-10 guyThe Sniffer file formats include a file to identify...
2003-01-09 guyIt appears that a channel number of 0 means DTE->DCE...
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 sharpeThis adds the beginning of support for Wellfleet HDLC...
2002-12-05 guySigh. We really *do* have to check whether a capture...
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-16 guyUpdates from Motonori Shindo.
2002-07-31 jmayerAdd conditional include of winsock2.h again, so compila...
2002-07-31 guyFrom Motonori Shindo: support for reading CoSine L2...
2002-07-29 guyFrom Joerg Mayer:
2002-07-16 guyFrom Graeme Hewson:
2002-07-12 guyFrom Anand V. Narwani:
2002-06-23 guyWinPcap 2.3's <pcap.h> includes <packet32.h>, and WinPc...
2002-06-07 guyAdd a Wiretap routine to process packets captured via...
2002-06-07 guyAdd a new error for attempts to open a pipe or FIFO...
2002-05-28 guyAdd support for old NetXRay format.
2002-04-30 guyReplace the "ngsniffer_atm" with an "atm" pseudo-header...
2002-04-09 guyMove the definition of the FROM_DCE bit in the "flags...
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-02-01 guyUpdate a comment.
2002-01-29 guyUntested support for AiroPeek captures.
2002-01-29 guySupport for capturing on, and reading captures from...
2002-01-23 guyGet rid of "m"/"M" and other Macintosh references in...
2002-01-18 guyIn the EtherPeek file reader, keep the capture start...
2001-12-04 guySupport for reading Visual Networks traffic capture...
2001-12-04 guyMake the bytes-written information from Wiretap a long...
2001-12-04 guySupport for stopping capture at specified capture file...
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-11-06 guyAdd in some heuristics to try to detect AIX libpcap...
2001-11-02 gramSupport DLT_CISCO_IOS.
2001-10-19 guyDBS Etherwatch wiretap module, from Marc Milgram.
2001-10-18 guyVMS TCPIPtrace wiretap module, from Marc Milgram.
2001-10-04 guyUse longs as file offsets, so that on platforms with...
2001-09-23 guyUpdate the URL for ATM-on-Linux.
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-02-22 guyEtherpeek version 5, 6, and 7 support, from Daniel...
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-21 gramMake sure to pass the sent/received direction from...
2000-09-19 gramAdd support for reading pppd log files in wiretap.
2000-09-15 guyCode to read capture files from some version of tcpdump...
2000-09-07 gramChange wtap_read() API so that the data offset is set...
2000-08-11 denielMiscellaneous code cleaning
2000-08-08 mhallAdded wiretap support to read the Cisco Secure Intrusio...
2000-07-26 guyIn the final scene of the horror movie, just when you...
2000-06-27 guyAdd routines to Wiretap to allow a client of Wiretap...
2000-06-24 guyJoerg Mayer's changes to add support for NetXRay file...
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-18 guyRemove the "union pseudo_header" from the "frame_data...
2000-05-12 guyFix minor typo found by Alan Harrison.
2000-05-10 guyRename the "private" member of a "wtap_dumper" structur...
2000-04-15 guyGet rid of the "start" field in the private data for...
2000-04-08 guyDeclare, in "wtap.h", Richard's new "wtap_read()" function.
2000-03-22 guyIn a Network Monitor capture file, get the starting...
2000-02-19 guyUse WTAP_ERR_UNSUPPORTED_ENCAP for all attempts to...
2000-01-22 guyFix files that had Gilbert's old e-mail address or...
1999-12-15 guyHandle i4btrace captures if they're from a machine...
1999-12-15 guyOne field in the NetXRay header appears to be the numbe...
1999-12-14 nneulmore work on netxray, still not sniffer compatible...
1999-12-14 nneulAdded support for writing netxray version 1.1 dumps.
1999-12-12 gramAdded Bert Driehuis <driehuis@playbeing.org>'s I4B...
1999-12-11 guyPut in a private data structure hanging off the "wtap_d...
1999-12-11 guyProvide different file types for "modified" and Red...
1999-12-05 guyProvide a table of descriptive and short (command-line...
1999-12-04 guyGive those capture file formats we can write a "short...
1999-12-04 guyMore infrastructure changes for Ethereal - make
1999-12-04 guyAdd some infrastructure for the use of Ethereal, so...
1999-12-04 guyAdd support to Wiretap for writing Network Monitor...
1999-11-26 gramSupport for iptrace 1.0 traces (AIX 3). Thanks to Flori...
1999-11-11 gramAdd LAPD support.
1999-11-06 guyAdd in a gross heuristic that attempts to detect files...
1999-11-06 guyAdd support for capture files written by programs linke...
1999-10-31 gramAdd a module to wiretap to be able to read trace files...
1999-10-19 guyA fix, from Olivier, to the previous patch.
1999-10-18 guyOlivier Abad's patches to add:
1999-10-06 guyAdd "wtap_file_encap()", to return the encapsulation...
1999-10-05 guyBetter handle errors from zlib:
next