Initial support for .aps files from Aethra Telecommunications' PC108
[metze/wireshark/wip.git] / wiretap / file_access.c
2011-10-26 Guy HarrisInitial support for .aps files from Aethra Telecommunic...
2011-10-12 Bill MeierFrom Robert Bullen: Fix for: Two minor bugs in Wiretap...
2011-09-01 Guy HarrisUse guint8 rather than guchar for raw octets and pointe...
2011-08-31 Stig BjørlykkeFrom Andrew Kampjes via bug 6260:
2011-06-17 Gerald CombsMake pcap-ng the default. Add a compile-time option...
2011-06-10 Jakub ZawadzkiFix capinfo: ** ERROR **: Unknown capture file type 61
2011-06-09 Jakub Zawadzki- Replace jpeg_jfif decoder, with more generic mime_fil...
2011-05-09 Guy HarrisGet rid of the fd member of a wth structure; the FILE_T...
2011-05-09 Guy HarrisIf a gzipped file's name ends in .caz, don't check...
2011-05-03 Guy HarrisFrom Tom Brezinski - fix for bug 5869:
2011-04-21 Guy HarrisIn a dump_open routine, you don't need to seek to the...
2011-04-20 Guy HarrisSigh. The "data" element of a GArray is, alas, a ...
2011-04-14 Guy HarrisCheck for _setmode() failing, Just In Case. Squelches...
2011-04-12 Guy HarrisFrom Jakub Zawadzki: speed up random access to gzipped...
2011-04-12 Guy Harris"This file format can't be written to a pipe" and ...
2011-04-11 Guy HarrisDon't use the zlib I/O routines for writing compressed...
2011-04-10 Guy HarrisTo fill in a ws_statb64, you must use ws_fstat64.
2011-04-10 Guy HarrisRename ws_stat to ws_stat64, and make it take a pointer...
2011-04-08 Guy HarrisJust make the fh member of a wtap_dumper_t a void ...
2011-04-08 Guy HarrisFrom Jakub Zawadzki:
2011-04-06 Guy HarrisFrom Jakub Zawadzki:
2011-03-24 Gerald CombsAdd initial pcapng name resolution record support....
2011-02-16 Gerald CombsFix errors found by the Visual C++ analyzer.
2011-01-31 Martin MathiesonReturn a string (even though abort is called first...
2011-01-30 Bill MeierFix various instances of "unreachable code".
2010-10-20 Bill MeierFix a typo in a comment
2010-10-20 Bill MeierFrom Hadriel Kaplan: IPFIX file format support.
2010-06-06 Guy HarrisRename wtap_dump_file_write_all() to wtap_dump_file_wri...
2010-06-05 Guy HarrisFrom Rolf Fiedler: support for writing EyeSDN trace...
2010-02-27 Guy HarrisFix some types, to squelch compiler warnings (this...
2010-02-26 Guy HarrisMove the definitions of all the private data structures...
2010-02-23 Guy HarrisSquelch some compiler warnings (some of which indicate...
2009-12-23 Guy HarrisThe maker of *Peek is WildPackets, InterCap and all...
2009-10-17 Stig BjørlykkeFrom Marton Nemeth:
2009-06-15 Jörg MayerRename all of the ascend files:
2009-06-01 Stig BjørlykkeFrom Ravi Kondamuru via bug 3457:
2009-05-24 Stig BjørlykkeFrom Fred Fierling (bug 3486):
2009-05-22 Gerald CombsFrom Kovarththanan Rajaratnam via bug 2680:
2009-04-23 Stig BjørlykkeAdded PacketLogger to dump_open_table_base to be able...
2009-03-09 Gerald CombsP64 fixes.
2009-02-16 Stephen FisherAdd support for reading Apple's Bluetooth PacketLogger...
2009-01-07 Jaap KeuterFrom Duncan Salerno:
2009-01-04 Bill MeierFix some indentation
2008-11-27 Stig BjørlykkeAdded support for open TNEF files directly.
2008-09-15 Jaap KeuterFix for bug 2875:
2008-05-22 Jeff MorrissMove the file utility functions from wiretap to libwsut...
2008-02-03 Stig BjørlykkeFrom Shane Kearns (bug 2237):
2008-01-13 Ulf Lampingadd very experimental support for pcapng "PCAP Next...
2007-11-26 Stephen FisherAdd writing support for the CommView file format.
2007-11-24 Stephen FisherInitial checkin of support to read TamoSoft's CommView...
2007-08-17 Sake Blok(bugs.wireshark.org/bugzilla/show_bug.cgi?id=1717)
2007-06-08 Guy HarrisFrom Stephen Donnelly of Endace:
2007-06-06 Luis OntanonActually implement wtap_register_file_type() and have...
2007-05-05 Ulf Lampingfix win32 build by using wtap_get_num_file_types()...
2007-05-04 Luis OntanonAdd a plugin interface to wiretap.
2007-05-02 Luis Ontanonadd support for the text export format of textronix...
2007-03-22 Ronnie SahlbergFrom Shaun Jackman
2006-11-29 Anders BromanFroim Rene Pilz:
2006-11-05 Ulf Lampingchange all file offsets from long to gint64 so we can...
2006-06-23 Ulf Lampingadd file extension information (filter "*.pcap;*.cap...
2006-06-06 Gerald CombsEthereal -> Wireshark
2006-05-22 Ronnie Sahlbergethereal->wireshark updates
2006-05-08 Graeme LuntBasic Encoding Rules (BER) encoded file reading. Not...
2006-04-14 Anders BromanFrom Martin Mathieson:
2006-02-17 Ulf Lampingeven if we don't want to close stdout on wtap_dump_clos...
2006-01-06 Ulf Lampingcode cleanup: use "-" for all places, where stdin/stdou...
2006-01-05 Ulf LampingWin32: set stdout to binary mode in wtap_dump_fdopen...
2005-11-25 Anders BromanFrom Martin Warnes:
2005-11-07 Guy HarrisIf we're using libz, make file_open() construct the...
2005-11-06 Ulf Lampingreplace *a lot* of file related calls by their GLib...
2005-09-14 Ulf Lampingadded compression support for capture file output....
2005-08-30 Ulf LampingAdd support for slightly modified libpcap file format...
2005-08-24 Ulf LampingEVERYTHING IN THE BUILDBOT IS GOING TO BE RED!!! Sorry!
2005-06-17 Luis Ontanon- Write rf5 files (I don't think tektronix software...
2005-06-10 Luis OntanonInitial checkin of the 32 bit tektronix k12 binary...
2005-03-01 Guy HarrisThe DBS Etherwatch file handler does look for a magic...
2005-01-28 Guy HarrisFrom Yoshihiro Oyama: support "-" as a file name, refer...
2004-10-11 Guy HarrisFrom Mark C. Brown: add support for writing nettl files.
2004-07-18 Guy HarrisSet the svn:eol-style property on all text files to...
2004-06-30 Guy HarrisOn at least some platforms, a #define of O_BINARY is...
2004-06-29 Ulf Lampingdefine of O_BINARY not needed, if fcntl.h is included
2004-04-28 Guy HarrisFrom Joe Marcus Clarke: force the standard output to...
2004-02-11 Guy HarrisFrom Rolf Fiedler: support for reading EyeSDN USB S0...
2004-02-06 Guy HarrisV9 format appears to be used by some versions of EtherP...
2004-01-25 Guy HarrisHave the Wiretap open, read, and seek-and-read routines...
2003-12-02 Guy HarrisFrom Martijn Schipper: support for reading AiroPeek...
2003-12-01 Richard SharpeIt's RedHat, not Red Hat.
2003-11-06 Guy HarrisFrom Scott Emberley: support for writing Network Instru...
2003-10-31 Guy HarrisFrom Scott Emberley: support for reading Network Instru...
2003-10-30 Guy HarrisFrom Marcel Holtmann: support for reading Linux Bluez...
2003-10-01 Guy HarrisHave a pseudo-header for Ethernet packets, giving the...
2003-08-26 Guy HarrisFrom Jesper Peterson: support for Endace ERF file format.
2003-08-23 Guy HarrisUse "file_access.c", not "file_io.c", as the latter...