wtap: Make default_filter static
[metze/wireshark/wip.git] / wiretap / file_access.c
2016-06-01 Michael MannAdd data structures necessary to support multiple Name...
2016-06-01 Michael MannAdd data structures necessary to support multiple Secti...
2016-06-01 Michael MannAllow create_tempfile to support a suffix.
2016-06-01 Jeff MorrissRegister a few more file extensions as belonging to...
2016-05-31 Jeff MorrissSuggest that file types should also be registered in...
2016-05-22 Michael MannAdd wtap_optionblock_set_option_string_format
2016-04-28 Jeff MorrissRemind wiretap developers where else they need to regis...
2016-04-22 Jeff MorrissAdd mplog to the list of file extensions understood...
2016-04-18 Martin Kaiserwiretap: add support for the mplog capture file format
2016-04-13 Gerald CombsWindows: Remove the need for _CRT_NONSTDC_NO_DEPRECATE.
2016-04-04 João ValverdeRename "libz" to "zlib"
2016-03-27 Guy HarrisTreat Gammu DCT3 trace files as having magic numbers.
2016-02-23 Michael MannMaking wiretap option blocks more generic.
2016-01-29 Guy HarrisNo need for a routine to return a GSList of extensions...
2015-12-31 Guy HarrisDon't cast away constness.
2015-11-25 Guy HarrisCheck whether create_tempfile() fails.
2015-11-12 Guy HarrisPlug file descriptor leak.
2015-11-12 Guy HarrisAdd wtap_dump_open_tempfile routines, to write to a...
2015-11-11 Guy HarrisPut wtap_dump_open() right before wtap_dump_open_ng().
2015-11-10 Guy HarrisCall wtap_dump_open_check() in wtap_dump_init_dumper().
2015-11-10 Guy HarrisSkip only the actual file descriptor close when writing...
2015-11-10 Guy HarrisTreat "-" as "standard input" in the CLI, not in libwir...
2015-11-09 Guy HarrisCall the dumper routine to finish write a file the...
2015-11-08 Guy HarrisUse ws_{read,write,fdopen,close}.
2015-11-07 Guy HarrisClean up includes of unistd.h, fcntl.h, and sys/stat.h.
2015-08-21 Hadriel KaplanFix memory leaks of dumper SHB and IDB infos
2015-08-19 Hadriel KaplanPcap: wtap does not set interface timestamp precision...
2015-08-11 Guy HarrisSort dump_open_table_base[] in the right order.
2015-08-10 Pascal Quantineditcap: fix -T <encapsulation type> option when output...
2015-08-06 Hadriel KaplanPcapng: support Name Resolution Block options
2015-08-04 Luke MewburnRename nettrace3gpp324423 to 3gpp32423
2015-07-27 Luke Mewburnnettrace3gpp324423: fix name consistency
2015-06-25 Pascal Quantineditcap: keep timestamp resolution when converting...
2015-05-06 Gerald CombsWildPackets → Savvius.
2015-04-30 AndersBromanAdd the abillity to read 3GPP trace records with format...
2015-04-13 anilkumar911Support for new netscaler 3.5 trace format.
2015-02-22 Guy HarrisUse file extensions even more as a heuristic.
2015-02-17 Dario LombardoAdded JSON native file support.
2015-01-03 Martin MathiesonRemove unnecessary includes from wiretap folder
2015-01-02 Bill MeierAdd "Editor modelines"; Adjust whitespace as needed.
2014-12-18 Guy HarrisMake sure err_info is always set, and print it iff...
2014-12-18 Guy HarrisHandle "I can't map this for that file format" better.
2014-12-17 Guy HarrisRename WTAP_ERR_UNSUPPORTED_FILE_TYPE to WTAP_ERR_UNWRI...
2014-11-30 Guy HarrisChange some names to make them the same in multiple...
2014-10-25 Guy HarrisGet rid of a trailing blank.
2014-10-25 Guy HarrisUpdate a comment.
2014-10-14 Guy HarrisInitial version of support for Colasoft Capsa files.
2014-10-10 Guy HarrisUse names more like the other names in open_info.
2014-10-09 Guy HarrisUse an enum for the open-routine return value, as per...
2014-10-07 Guy HarrisNo need for WTAP_ERR_CANT_READ.
2014-09-28 Guy HarrisMake the time stamp resolution per-packet.
2014-09-22 Guy HarrisMake style more consistent.
2014-09-22 Guy HarrisConsistently use tab indentation.
2014-09-22 Michal LabedzkiTry to fix some buildbot warnings
2014-09-22 Jeff MorrissFix up formatting (bring function names over to column 0).
2014-08-18 Guy HarrisIf we don't find a NetScaler signature, don't report...
2014-08-06 Michał OryniczAdd support for android logcat text files
2014-08-02 Guy HarrisRename buffer_ routines to ws_buffer_ to avoid name...
2014-07-25 Peter WuReplace lseek/fstat by ws_lseek64/ws_fstat64
2014-07-15 Guy HarrisOnly one buffer.c, please.
2014-06-16 AndersBromanExplicitly declare/cast 'unsigned <variable>' as 'unsig...
2014-06-04 Michal LabedzkiGuarantee that open routines are initialized
2014-05-17 Peter Wuwiretap: fix regression, missing initialization
2014-05-17 Peter Wuwiretap: remove unused code, drop number_of_interfaces
2014-05-09 Guy HarrisRevert "Refactor Wiretap"
2014-05-09 Michael MannRefactor Wiretap
2014-05-08 Michael MannPopulate heuristic extension list during initialization...
2014-03-20 Martin Kaiseruse the WTAP_TYPE_AUTO define to make things clearer
2014-03-20 Martin Kaiserthe entries for file types with magic numbers are
2014-03-20 Martin Kaiseruse the correct end index when we loop over the open_in...
2014-03-19 Hadriel KaplanFix lua file testsuite not working and weak heuristic...
2014-03-19 Michal LabedzkiWiretap: Add support for Android Logcat
2014-03-19 Michael MannAdd capture file reader/writer support for Lua so scrip...
2014-03-16 Guy HarrisSupport to version 3.0 of netscaler packet wire format.
2014-03-05 Hadriel KaplanAdd command-line arg for input file format for tshark...
2014-03-04 Alexis La GoutteRemove all $Id$ from top of file
2014-02-25 Bill MeierRemove trailing whitespace
2014-02-25 Michal LabedzkiWireshark: Add option to choose format type of capture...
2014-01-10 Anders BromanMake internal functions static
2013-12-30 Guy HarrisFor file formats that don't have magic numbers, so...
2013-12-13 Guy HarrisAnd another one.
2013-12-13 Guy HarrisAdd some more file types misidentified as VWR files.
2013-12-13 Guy HarrisThe IxVeriWave heuristic now gets more false positives...
2013-11-08 Bill Meier(Trivial) whitespace cleanup (mostly trailing whitespace).
2013-11-08 Guy HarrisThe "file types" we have are actually combinations...
2013-11-08 Guy HarrisFor open dialogs, offer a list of sets of extensions...
2013-10-28 Bill MeierRevert SVN #52914;
2013-10-28 Bill MeierFrom Shekhar Chandra: support for version 3.0 of netsca...
2013-10-18 Bill MeierRevert SVN #52665.
2013-10-18 Bill MeierFrom Shekhar Chandra: support for version 3.0 of netsca...
2013-09-22 Anders BromanGet rid of struct addrinfo, use the hastables for name...
2013-08-27 Guy HarrisMake sure we initialize the array of file type extensio...
2013-08-27 Guy HarrisHave a separate list of extension sets to use in the...
2013-08-23 Guy HarrisFor the Windows Open dialog for capture files, get...
2013-08-22 Guy HarrisFrom Stephen Donnelly <stephen.donnelly@emulex.com>:
2013-08-22 Guy HarrisBack out the previous change, so I can check it in...
2013-08-22 Guy HarrisCopy over r51462 from trunk:
2013-08-22 Guy HarrisWhat was I thinking? ".caz" is used for compressed...
2013-07-28 Evan HuusFrom Linas Vepstas via https://bugs.wireshark.org/bugzi...
2013-07-28 Guy HarrisIf a core Wireshark developer repeatedly can't remember...
next