smb-direct fragmentation
[metze/wireshark/wip.git] / wiretap / file_access.c
2014-01-10 etxrabMake internal functions static
2013-12-30 guyFor file formats that don't have magic numbers, so...
2013-12-13 guyAnd another one.
2013-12-13 guyAdd some more file types misidentified as VWR files.
2013-12-13 guyThe IxVeriWave heuristic now gets more false positives...
2013-11-08 wmeier(Trivial) whitespace cleanup (mostly trailing whitespace).
2013-11-08 guyThe "file types" we have are actually combinations...
2013-11-08 guyFor open dialogs, offer a list of sets of extensions...
2013-10-28 wmeierRevert SVN #52914;
2013-10-28 wmeierFrom Shekhar Chandra: support for version 3.0 of netsca...
2013-10-18 wmeierRevert SVN #52665.
2013-10-18 wmeierFrom Shekhar Chandra: support for version 3.0 of netsca...
2013-09-22 etxrabGet rid of struct addrinfo, use the hastables for name...
2013-08-27 guyMake sure we initialize the array of file type extensio...
2013-08-27 guyHave a separate list of extension sets to use in the...
2013-08-23 guyFor the Windows Open dialog for capture files, get...
2013-08-22 guyFrom Stephen Donnelly <stephen.donnelly@emulex.com>:
2013-08-22 guyBack out the previous change, so I can check it in...
2013-08-22 guyCopy over r51462 from trunk:
2013-08-22 guyWhat was I thinking? ".caz" is used for compressed...
2013-07-28 eapacheFrom Linas Vepstas via https://bugs.wireshark.org/bugzi...
2013-07-28 guyIf a core Wireshark developer repeatedly can't remember...
2013-05-16 pascalFrom Weston Schmidt via https://bugs.wireshark.org...
2013-04-04 guyFrom Anthony Coddington: don't check for MPEG-2 Transpo...
2013-04-01 guyIn the Lua dumper code, don't bother checking whether...
2013-04-01 guyAdd a wtap_dump_can_write() routine that indicates...
2013-04-01 guyDefine a collection of bits for different types of...
2013-03-30 martinkwiretap support for the CAM Inspector file format
2013-03-25 eapacheWiretap file open routines should not free wth->priv...
2013-03-17 etxrabFrom beroset:
2013-02-28 rbalintRevert "Fix MSVC build errors related to symbol visibility"
2013-02-28 rbalintFix MSVC build errors related to symbol visibility
2012-12-26 guyOn I/O errors when opening a file, use wtap_close(...
2012-10-16 darkjamesAdd wtap_pseudo_header union to wtap_pkthdr structure.
2012-10-12 geraldUse seasonal allocation for name resolution. This effec...
2012-09-20 morrissWe always HAVE_CONFIG_H so don't bother checking whethe...
2012-08-06 etxrabCreate (fake)interface information when loading a libpc...
2012-07-20 guyAdd a routine that, given a set of packet encapsulation...
2012-07-11 guyAARGH. There are two lumps of (almost-)identical code...
2012-07-10 guySet the time units per second correctly if, in wtap_dum...
2012-07-09 guyThe names "etherpeek" and "airopeek" are a bit misleadi...
2012-06-28 darkjamesUpdate Free Software Foundation address.
2012-06-17 guyForgot to use wtap_dump_can_write_encaps()'s final...
2012-06-17 guyExport a wtap_dump_can_write_encaps() routine from...
2012-06-17 guyHave wtap_get_savable_file_types() take an array of...
2012-06-01 guyTShark doesn't need wtap_fdreopen(), as it doesn't...
2012-06-01 guyMove wtap_fdreopen() to file_access.c for now, as it...
2012-06-01 guySigh. There appears to be no way to get Windows to...
2012-05-23 guyIn Windows, in the Save As and Export Selected Packets...
2012-05-04 guyfile_seek() used to be a wrapper around fseek() or...
2012-04-29 guyAdd ".dmp" as a suffix for pcap files of various flavor...
2012-04-26 guyPut pcapng_open() right after libpcap_open(); pcap...
2012-04-25 etxrabHandle wtap_dump_fdopen() as wtap_dump_open() eg call
2012-04-20 martinmPatch for https://bugs.wireshark.org/bugzilla/show_bug...
2012-04-18 guyIf we see a 5View time-stamped header with a bad key...
2012-03-14 morrissDon't free idb_inf in wtap_dump_open_ng(): free it...
2012-03-13 etxrabAdd data structure to hold information from ISB:s
2012-03-07 etxrabFrom Martin Kaiser: correct sorting for wiretap's file...
2012-03-04 etxrabif_filter isn't a string per se,The first byte of the...
2012-03-02 guyThe additional_file_extensions member of struct file_ty...
2012-03-02 etxrabFrom Weston Schmidt: Add mpeg-ts capture file format...
2012-02-21 tuexenUse wtap_dump_open_ng() in tshark.
2012-02-21 tuexenWhen saving a file and the are no IDBs, create a defaul...
2012-02-21 tuexenDon't dereference idb_inf in wtap_dump_open_ng() when
2012-02-20 etxrabFrom Jose Pedro Oliveira fix a typo
2012-02-20 etxrabHandle reading and writing of multiple IDB:s, write...
2012-02-15 etxrabMake it possible to get inforamtion from the read SHB...
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...
next