Updates and bugfixes of ASTERIX I062
[metze/wireshark/wip.git] / tfshark.c
2019-01-01 Guy HarrisMove some command-line-oriented routines from wsutil...
2018-12-27 Guy HarrisTry to squeeze some bytes out of the frame_data structure.
2018-12-13 Guy HarrisMove more version-info-related stuff to version_info.c.
2018-12-13 Guy HarrisPut the main() and wmain() routines for CLI programs...
2018-10-08 Guy HarrisBring back arg_list_utf_16to8(), but have it just do...
2018-10-07 Guy HarrisUse wsetargv.obj, and wmain() rather than main(), on...
2018-09-09 João Valverdeepan: Add argument to epan_init() to disable plugins
2018-08-29 João Valverdeepan: Remove unnecessary all protocols registration...
2018-05-05 Guy HarrisDon't use dladdr() to get a pathname for the current...
2018-04-16 Andersglib: Get rid of GLIB_CHECK_VERSION as we now require...
2018-02-18 Guy HarrisTFshark requires a file to be specified.
2018-02-18 Guy HarrisDon't start command-line taps until we've opened a...
2018-02-09 Guy HarrisGeneralize wtap_pkthdr into a structure for packet...
2018-02-08 Dario Lombardoreplace SPDX identifier GPL-2.0+ with GPL-2.0-or-later.
2018-01-09 Pascal Quantinwiretap: add a parameter to wtap_init() indicating...
2018-01-08 Dario Lombardoextcap: remove conditional compilation.
2018-01-02 Stig Bjørlykketfshark: Fix arguments to write_pdml_proto_tree
2017-12-14 João ValverdeRefactor plugin registration and loading
2017-12-08 Guy HarrisHave the frame_tvbuff.c routines not use the global...
2017-12-08 Guy HarrisHand the packet provider functions to epan_new().
2017-12-08 Guy HarrisMove the frame_set stuff back into the capture_file...
2017-12-04 Guy HarrisMove the parts of a capture_file used by libwireshark...
2017-12-04 Guy HarrisUse cfile fields for some frame_data pointers.
2017-12-03 Guy HarrisUse cfile.h to define the capture_file type.
2017-12-01 Gerald CombsGet rid of some void pointers.
2017-11-21 João ValverdeMove the protocol registration routines back into libwi...
2017-11-09 Gerald CombsStart using SPDX license identifiers.
2017-11-08 Orgad Shanehtshark/tfshark: Replace global prefs with a boolean
2017-11-07 Orgad Shanehtshark/tfshark: Do not apply console.log.level before...
2017-09-26 João ValverdeRename "ws_version_info.h", also .c
2017-06-12 Michael MannAdd support for color xml attributes in psml and pdml...
2017-06-05 Guy HarrisAllow bigger snapshot lengths for D-Bus captures.
2017-05-26 Peter WuReport syntax errors in UAT prefs parsing
2017-04-24 Uli HeilmeierTFSHARK: Fix clobbing warning for variable success
2017-04-24 Guy HarrisMove UI-only stuff out of libwireshark.
2017-04-23 Guy HarrisRename read{_cap}_file() to process{_cap+_file().
2017-04-23 Guy HarrisJust have read_cap_file()/read_file() return a success...
2017-04-23 Guy HarrisRename some routines to better reflect what they do.
2017-04-17 Guy HarrisRename some routines and structure members.
2017-04-12 Guy HarrisPrime the epan_dissect_t with postdissector wanted...
2017-04-12 Guy HarrisRename routines to clarify what they do.
2017-04-12 Guy HarrisAdd an API to let a postdissector specify fields whose...
2017-04-09 Guy HarrisPull all the "load settings" calls into a epan_load_set...
2017-04-09 Guy HarrisPull the error-reporting code for preference files...
2017-04-09 Guy HarrisPull the code to save enabled/disabled lists into libwi...
2017-04-08 Guy HarrisClean up handling of enabled/disabled protocols/heurist...
2017-04-05 Guy HarrisA bunch of "{Mac} OS X" -> "macOS" changes.
2017-03-12 Alexis La Gouttetfshark: fix this ‘if’ clause does not guard... [-Wmisl...
2017-03-12 Joerg Mayertshark and tfshark require -2 when using -R. Document...
2017-02-27 Dario Lombardoprint_stream: free memory on exit.
2017-02-20 Gerald CombsYell at the user less.
2017-02-14 Dario Lombardowiretap: add cleanup routine.
2017-02-05 Martin KacerPDML: protocol filter incorrectly filters desired subfields
2016-12-24 Michael MannAdd enabled protocol list for dissectors who are disabl...
2016-12-05 Guy HarrisClean up initialization code for programs.
2016-12-04 Guy HarrisHave a routine to do all the work of initializing libwi...
2016-10-31 Guy HarrisHandle -K, -n, -N, and -u in the common dissection...
2016-09-12 Dario Lombardofix some compilation issues without extcap.
2016-09-11 Peter Wuextcap: fix use-after-free for preferences
2016-09-10 Peter WuFix version-string releated memleak for some CLI tools
2016-09-05 Guy HarrisHave scan_plugins() take an argument specify what to...
2016-07-29 Roland Knallextcap: Restore functionality for options
2016-06-29 Martin Kacertshark fields filter added for other outputs
2016-06-24 Dario Lombardotfshark: remove unused variable
2016-06-21 Martin Kacertshark JSON and Elasticsearch output fix
2016-06-19 Michael MannAbility to invoke "Decode As..." as command-line argume...
2016-06-19 Pascal QuantinRevert "tap: change glib functions to wmem."
2016-06-17 Dario Lombardotap: change glib functions to wmem.
2016-04-21 João ValverdeLink version code statically again
2016-04-04 João ValverdeInclude ws_diag_control.h in config.h
2016-04-03 João ValverdeMove zlib version check to wsutil
2015-12-14 João ValverdeMake init_progfile_dir() take a function pointer [...
2015-12-12 João ValverdeRemove -Wwrite-strings compiler flag
2015-12-12 João Valverdetfshark: Declare 'local_wtap_read' static [-Wmissing...
2015-11-07 Guy HarrisClean up includes of unistd.h, fcntl.h, and sys/stat.h.
2015-10-28 Guy HarrisCatch REPORT_DISSECTOR_BUG() calls in dissector registr...
2015-07-14 Michael MannAdd a "heuristic dissectors" tab to the Enable Protocol...
2015-06-29 Michael MannTake all epan_column_info members that always get alloc...
2015-03-10 Gerald CombsChange a lot of http:// URLs to https://.
2015-02-20 Gerald CombsSuppress a bunch of cast-qual warnings.
2015-02-20 Guy HarrisJust have init_progfile_dir() take a void pointer.
2015-01-23 Gerald CombsFix an uninitialized variable warning.
2015-01-18 Guy HarrisClean up ftype-conversion and dfilter error message...
2015-01-01 Guy HarrisDeclare read_keytab_file() in epan/dissectors/packet...
2015-01-01 Guy HarrisCall setlocale() before getting version information.
2014-12-31 Guy HarrisDon't include signal.h unless we need it.
2014-12-31 Guy HarrisWrong function name.
2014-12-31 Guy HarrisDo the full string in get_{compiled,runtime}_version_in...
2014-12-31 Guy HarrisMove the version_info.c stuff to wsutil/ws_version_info.c.
2014-12-28 Dario LombardoRemoved duplicated #include lines
2014-12-27 Guy HarrisDon't use a leading - in getopt_long() option strings.
2014-12-26 Guy HarrisUse getopt_long() for the first pass through the argume...
2014-12-25 Guy HarrisCheck for getopt_long(), not getopt().
2014-12-24 Stephen FisherMove twelve show_version() functions from the varoius...
2014-12-01 Guy HarrisFix compile error.
2014-12-01 Guy HarrisAdd a Buffer to wtap_pkthdr to hold file-type-specific...
2014-11-29 Guy HarrisFix tfshark.c to match changes to epan/print.[ch].
2014-11-22 Guy HarrisGet rid of another global in the print code.
2014-11-22 Guy HarrisPass a capture_file * to write_psml_preamble() in tfsha...
2014-11-17 Guy HarrisAdd tshark -G dissector-tables to dump a list of dissec...
next