Miscellaneous code cleaning
[obnox/wireshark/wip.git] / wiretap / wtap.h
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:
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-13 geraldAdded support for Lucent/Ascend "wdd" output.
1999-09-11 geraldAdded Guy's patch to use the pseudo header facility...
1999-09-11 geraldAdded support for Lucent/Ascend packet traces. The...
1999-08-28 guyKeep in the "wtap" structure the current offset into...
1999-08-24 guyAdd a new Wiretap encapsulation type WTAP_ENCAP_FDDI_BI...
1999-08-22 guyFix the pcap-encapsulation-to-wiretap-encapsulation...
1999-08-22 guyAdd a "wtap_strerror()" routine, which takes as an...
1999-08-22 guyGet rid of some cruft left in by previous checkins...
1999-08-22 guyDLT_NULL, from "libpcap", means different things on...
1999-08-20 guyAdd support for reading Full Frontal ATM from an ATM...
1999-08-20 gramMade LanAlyzer smarter about reading trace files, there...
1999-08-19 guyHave the per-capture-file-type open routines "wtap_open...
1999-08-18 guy"wtap_pcap_encap_to_wtap_encap()" shouldn't return...
1999-08-18 guyMake "wtap_dump()" and "wtap_dump_close()" return error...
1999-08-18 guyAdd to Wiretap the ability to write capture files;...
1999-08-15 guyHave "wtap_open_offline()" return, on failure, an indic...
1999-08-02 guyCheck in Olivier Abad's patch to add dissectors for...
1999-07-28 guyPatches from Thierry Andry to support Classical IP...
1999-07-13 gramAdded support for compiling on win32 with Visual C...
1999-07-07 gramCreated a new protocol tree implementation and a new...
1999-05-12 guyAdd support for Network Monitor 2.0 files, thanks to...
1999-03-28 gramJun-ichiro's IPv6 patch is merged in with ethereal...
1999-03-22 guyAdd support for file format version 2.001 (used by...
1999-03-01 guyIt turns out that the first of the unknown fields in...
1999-03-01 gramAdded display filters to wiretap.
1999-02-20 guyAdd support for Cinco Networks NetXRay - which is,...
1999-01-21 gramI changed the wtap_open_offline() function so that...
1999-01-17 guyAdd suppport for Microsoft Network Monitor Ethernet...
1999-01-07 gramI removed the per-file encapsulation type from wiretap...
1999-01-02 gramAdded the iptrace (AIX's packet-capture tool) file...
1998-12-17 gramAdded Guy Harris' patch to read Sniffer ATM trace files...
1998-12-13 gramAdded Guy's patch to calculate date of Sniffer packet...
1998-11-23 gramAdded time-stamp decoding to LANalyzer decodes, made...
1998-11-15 guyAdd support to wiretap for reading Sun "snoop" capture...
1998-11-13 gramThe Sniffer-reading code in wiretap now decodes the...
1998-11-13 gramNow that I know where to find the file format of Sniffe...
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...