From Harald Welte:
[obnox/wireshark/wip.git] / wiretap / file_access.c
2012-01-24 guyAdd a routine to Wiretap that takes a file type value...
2012-01-23 guyIn the table of capture file types, have:
2012-01-23 guyHave wtap_file_extension_default_string() return the...
2012-01-23 guyAdd default extension names for all file types for...
2012-01-21 guyReplace wtap_file_extensions_string() with a routine...
2012-01-21 guy"*.*" as a pattern for a given file type is pointless...
2012-01-21 guyGet rid of an unused file type. If somebody wants...
2012-01-14 guyNetMon 1.x format does *not* support per-packet encapsu...
2012-01-14 guyGet rid of unused WTAP_FILE_WTAP file type.
2011-10-26 guyInitial support for .aps files from Aethra Telecommunic...
2011-10-12 wmeierFrom Robert Bullen: Fix for: Two minor bugs in Wiretap...
2011-09-01 guyUse guint8 rather than guchar for raw octets and pointe...
2011-08-31 stigFrom Andrew Kampjes via bug 6260:
2011-06-17 geraldMake pcap-ng the default. Add a compile-time option...
2011-06-10 darkjamesFix capinfo: ** ERROR **: Unknown capture file type 61
2011-06-09 darkjames- Replace jpeg_jfif decoder, with more generic mime_fil...
2011-05-09 guyGet rid of the fd member of a wth structure; the FILE_T...
2011-05-09 guyIf a gzipped file's name ends in .caz, don't check...
2011-05-03 guyFrom Tom Brezinski - fix for bug 5869:
2011-04-21 guyIn a dump_open routine, you don't need to seek to the...
2011-04-20 guySigh. The "data" element of a GArray is, alas, a ...
2011-04-14 guyCheck for _setmode() failing, Just In Case. Squelches...
2011-04-12 guyFrom Jakub Zawadzki: speed up random access to gzipped...
2011-04-12 guy"This file format can't be written to a pipe" and ...
2011-04-11 guyDon't use the zlib I/O routines for writing compressed...
2011-04-10 guyTo fill in a ws_statb64, you must use ws_fstat64.
2011-04-10 guyRename ws_stat to ws_stat64, and make it take a pointer...
2011-04-08 guyJust make the fh member of a wtap_dumper_t a void ...
2011-04-08 guyFrom Jakub Zawadzki:
2011-04-06 guyFrom Jakub Zawadzki:
2011-03-24 geraldAdd initial pcapng name resolution record support....
2011-02-16 geraldFix errors found by the Visual C++ analyzer.
2011-01-31 martinmReturn a string (even though abort is called first...
2011-01-30 wmeierFix various instances of "unreachable code".
2010-10-20 wmeierFix a typo in a comment
2010-10-20 wmeierFrom Hadriel Kaplan: IPFIX file format support.
2010-06-06 guyRename wtap_dump_file_write_all() to wtap_dump_file_wri...
2010-06-05 guyFrom Rolf Fiedler: support for writing EyeSDN trace...
2010-02-28 stigAdded svn:ignore targets.
2010-02-27 guyConstify.
2010-02-23 guySquelch some compiler warnings (some of which indicate...
2009-12-23 guyThe maker of *Peek is WildPackets, InterCap and all...
2009-10-17 stigFrom Marton Nemeth:
2009-06-15 jmayerRename all of the ascend files:
2009-06-01 stigFrom Ravi Kondamuru via bug 3457:
2009-05-24 stigFrom Fred Fierling (bug 3486):
2009-05-22 geraldFrom Kovarththanan Rajaratnam via bug 2680:
2009-04-23 stigAdded PacketLogger to dump_open_table_base to be able...
2009-03-09 geraldP64 fixes.
2009-02-16 sfisherAdd support for reading Apple's Bluetooth PacketLogger...
2009-01-07 jakeFrom Duncan Salerno:
2009-01-04 wmeierFix some indentation
2008-11-27 stigAdded support for open TNEF files directly.
2008-09-15 jakeFix for bug 2875:
2008-05-22 morrissMove the file utility functions from wiretap to libwsut...
2008-02-03 stigFrom Shane Kearns (bug 2237):
2008-01-13 ulfladd very experimental support for pcapng "PCAP Next...
2007-11-26 sfisherAdd writing support for the CommView file format.
2007-11-24 sfisherInitial checkin of support to read TamoSoft's CommView...
2007-08-17 sake(bugs.wireshark.org/bugzilla/show_bug.cgi?id=1717)
2007-06-08 guyFrom Stephen Donnelly of Endace:
2007-06-06 legoActually implement wtap_register_file_type() and have...
2007-05-05 ulflfix win32 build by using wtap_get_num_file_types()...
2007-05-04 legoAdd a plugin interface to wiretap.
2007-05-02 legoadd support for the text export format of textronix...
2007-03-22 sahlbergFrom Shaun Jackman
2006-11-29 etxrabFroim Rene Pilz:
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...
next