Make FT_STRINGZ items work as apply/prepare as filter menu items
[obnox/wireshark/wip.git] / wiretap / file_access.c
2006-11-05 ulflchange all file offsets from long to gint64 so we can...
2006-06-23 ulfladd file extension information (filter "*.pcap;*.cap...
2006-06-06 geraldEthereal -> Wireshark
2006-05-22 sahlbergethereal->wireshark updates
2006-05-08 galBasic Encoding Rules (BER) encoded file reading. Not...
2006-04-14 etxrabFrom Martin Mathieson:
2006-02-17 ulfleven if we don't want to close stdout on wtap_dump_clos...
2006-01-06 ulflcode cleanup: use "-" for all places, where stdin/stdou...
2006-01-05 ulflWin32: set stdout to binary mode in wtap_dump_fdopen...
2005-11-25 etxrabFrom Martin Warnes:
2005-11-07 guyIf we're using libz, make file_open() construct the...
2005-11-06 ulflreplace *a lot* of file related calls by their GLib...
2005-09-14 ulfladded compression support for capture file output....
2005-08-30 ulflAdd support for slightly modified libpcap file format...
2005-08-24 ulflEVERYTHING IN THE BUILDBOT IS GOING TO BE RED!!! Sorry!
2005-06-17 lego- Write rf5 files (I don't think tektronix software...
2005-06-10 legoInitial checkin of the 32 bit tektronix k12 binary...
2005-03-01 guyThe DBS Etherwatch file handler does look for a magic...
2005-01-28 guyFrom Yoshihiro Oyama: support "-" as a file name, refer...
2004-10-11 guyFrom Mark C. Brown: add support for writing nettl files.
2004-07-18 guySet the svn:eol-style property on all text files to...
2004-06-30 guyOn at least some platforms, a #define of O_BINARY is...
2004-06-29 ulfldefine of O_BINARY not needed, if fcntl.h is included
2004-04-28 guyFrom Joe Marcus Clarke: force the standard output to...
2004-02-11 guyFrom Rolf Fiedler: support for reading EyeSDN USB S0...
2004-02-06 guyV9 format appears to be used by some versions of EtherP...
2004-01-25 guyHave the Wiretap open, read, and seek-and-read routines...
2003-12-02 guyFrom Martijn Schipper: support for reading AiroPeek...
2003-12-01 sharpeIt's RedHat, not Red Hat.
2003-11-06 guyFrom Scott Emberley: support for writing Network Instru...
2003-10-31 guyFrom Scott Emberley: support for reading Network Instru...
2003-10-30 guyFrom Marcel Holtmann: support for reading Linux Bluez...
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-08-23 guyUse "file_access.c", not "file_io.c", as the latter...