Add in some heuristics to try to detect AIX libpcap format. (This works
[obnox/wireshark/wip.git] / wiretap / file.c
2001-11-06 guyAdd in some heuristics to try to detect AIX libpcap...
2001-10-28 guyInclude <unistd.h>, if we have it, to declare "unlink()".
2001-10-19 guyDBS Etherwatch wiretap module, from Marc Milgram.
2001-10-18 guyVMS TCPIPtrace wiretap module, from Marc Milgram.
2001-10-16 guyDon't create a Wiretap dump file unless we're at least...
2001-10-04 guyUse longs as file offsets, so that on platforms with...
2001-07-13 guyFrom Joerg Mayer:
2001-03-10 guyObliging every capture file reader's "open()" routine...
2001-03-09 guyClose the random stream, not just the sequential stream...
2001-02-22 guyEtherpeek version 5, 6, and 7 support, from Daniel...
2001-01-25 guyFinish up support for writing NetMon 2.x capture files.
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-08-11 denielMiscellaneous code cleaning
2000-08-08 mhallAdded wiretap support to read the Cisco Secure Intrusio...
2000-07-31 guyAdd a comment explaining why we're defining S_ISDIR...
2000-07-31 guyIt appears that, at least with Visual C++ 6.0, the...
2000-07-26 guyIn the final scene of the horror movie, just when you...
2000-07-20 guyIn Tethereal:
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-10 guyRename the "private" member of a "wtap_dumper" structur...
2000-03-22 guyIn a Network Monitor capture file, get the starting...
2000-02-03 guyChange from Ed Meaney - write capture files in binary...
2000-01-24 gramAdded the O_BINARY flag to open() for win32.
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...
2000-01-10 gramSome initial changes for win32 support, but not all.
1999-12-15 guyOne field in the NetXRay header appears to be the numbe...
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-12 guyAdd short names (for "editcap" command lines and the...
1999-12-11 guyProvide different file types for "modified" and Red...
1999-12-05 guyExpand on the description of "libpcap" and "snoop"...
1999-12-04 guyOops! First check if the short name in the "dump_open_...
1999-12-04 guyGive those capture file formats we can write a "short...
1999-12-04 guyFix some names.
1999-12-04 guyMore infrastructure changes for Ethereal - make
1999-12-04 guyAdd some infrastructure for the use of Ethereal, so...
1999-12-04 guyNull out the "pointer to private data" member of a...
1999-12-04 guyAdd support to Wiretap for writing Network Monitor...
1999-12-04 guyAdd support to Wiretap for writing "snoop"-format captu...
1999-11-10 gramFixed small memory leak in wiretap (frame_buffer wasn...
1999-10-31 guyThe answer to the question "why pass err to open_routin...
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-05 guyBetter handle errors from zlib:
1999-09-24 guyFix it so that it builds with "--disable-zlib".
1999-09-23 guyWhen reading a capture file, we can detect whether...
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 geraldAdded support for Lucent/Ascend packet traces. The...
1999-08-28 guyKeep in the "wtap" structure the current offset into...
1999-08-22 guyGet rid of some cruft left in by previous checkins...
1999-08-19 guyHave the per-capture-file-type open routines "wtap_open...
1999-08-18 guyIn "wtap_dump_close()", don't shove the return value...
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-13 gramAdded support for compiling on win32 with Visual C...
1999-07-07 gramCreated a new protocol tree implementation and a new...
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-02 gramAdded the iptrace (AIX's packet-capture tool) file...
1998-11-15 guyAdd support to wiretap for reading Sun "snoop" capture...
1998-11-12 gramMore patches from Guy, cleaning up warnings when using...
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...