extcap: check that argument parameter is not null before adding it to command line
[metze/wireshark/wip.git] / tshark.c
2017-08-29 Jim Youngtshark: Add delimiter to both sides of packetlist arrows
2017-08-28 Mikael Kanstrupiface_lists: Access ifaces member by reference
2017-08-22 Ahmad FatoumAdd hardware timestamping support
2017-07-23 Dario Lombardotshark: assert edt before calling print_packet (CID...
2017-07-03 Sake BlokAdd option to use wall-clock intervals
2017-06-22 Daan De MeyerAdd --no-duplicate-keys tshark option.
2017-06-16 Daan De MeyerRefactor JSON output functions
2017-06-12 Michael MannAdd support for color xml attributes in psml and pdml...
2017-06-11 Guy HarrisDon't colorize a line if we have no color filter.
2017-06-11 Dave Goodelltshark: add "--color" option emulating wireshark colors
2017-06-05 Guy HarrisAllow bigger snapshot lengths for D-Bus captures.
2017-05-26 Peter WuReport syntax errors in UAT prefs parsing
2017-05-12 Guy HarrisFix Windows build without pcap.
2017-05-09 Alexis La Gouttetshark: Fix Dead Store (Dead assignement/Dead increment...
2017-05-05 Hessam JalaliAuto reset epan session
2017-04-29 Guy HarrisEliminate some double-frees.
2017-04-24 Guy HarrisMove UI-only stuff out of libwireshark.
2017-04-23 Guy HarrisPrint first-pass read errors at the end.
2017-04-23 Jakub Zawadzkitshark: make success volatile.
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-20 Guy HarrisHave separate routines for open-for-reading and open...
2017-04-20 Guy HarrisMake the command-line and alert-box failure messages...
2017-04-20 Guy HarrisFix a compiler warning.
2017-04-20 Guy HarrisUse the new cfile_XXX_failure_message() routines more...
2017-04-20 Guy HarrisAdd common routines for command-line libwiretap error...
2017-04-18 Guy HarrisHave a common "print a capture file open error message...
2017-04-17 Guy HarrisClean up documentation and help messages for protocol...
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 into {read,save}_filter_list.
2017-04-09 Guy HarrisMove the filter file reading code to libui.
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-28 Martin SehnoutkaReflect new default value of snaplen in man pages.
2017-03-27 Michael MannCheck for return value of WSAStartup on all executables.
2017-03-19 Jim Youngtshark: Optionally delimit packet summary columns...
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-25 Martin Kacerjson2pcap support added
2017-02-20 Gerald CombsYell at the user less.
2017-02-18 Dario Lombardowsutil: remove leaks from filesystem and plugins code.
2017-02-14 Dario Lombardotshark: free capture file filename on exit.
2017-02-14 Dario Lombardowiretap: add cleanup routine.
2017-02-13 Guy HarrisFurther explanation in comments.
2017-02-13 Guy HarrisFix a comment to reflect (and better explain) reality.
2017-02-12 Martin Kacertshark removed empty line in -T ek output
2017-02-10 Dario Lombardofilter_list: add cleanup function and call it on exit.
2017-02-10 Dario LombardoClean columns on exit.
2017-02-09 Jim YoungMake the capture file's interface description filterable
2017-02-05 Martin KacerPDML: protocol filter incorrectly filters desired subfields
2017-02-03 Guy HarrisFix builds without libpcap.
2017-02-02 Dario Lombardocapture_opts: free memory on exit to avoid leak.
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-12-03 Jim Youngtshark: Add -G folders report
2016-12-02 Moshe KaplanEnable exporting objects with tshark
2016-11-14 Pascal Quantintshark: fix activation of heuristic dissectors by comma...
2016-10-31 Guy HarrisHandle -K, -n, -N, and -u in the common dissection...
2016-10-31 Guy HarrisHave the routine that handles dissection options not...
2016-10-30 Guy HarrisHave routines for parsing options that affect dissection.
2016-10-26 Guy HarrisProperly align the text in an error message.
2016-10-08 Dario Lombardocolumn-utils: add space to improve readability.
2016-10-08 Michael MannCombine Decode As and port preferences for tcp.port...
2016-09-27 Pascal Quantintshark.c: fix indentation
2016-09-27 Pascal Quantintshark: register extcap preferences
2016-09-12 Dario Lombardofix some compilation issues without extcap.
2016-09-11 Peter Wuextcap: fix use-after-free for preferences
2016-09-05 Guy HarrisHave scan_plugins() take an argument specify what to...
2016-08-31 Guy HarrisCrashing in proto_initialize_all_prefixes()? Debugging...
2016-08-31 Guy HarrisDebugging printouts, to see why tshark -G crashes on...
2016-07-29 Roland Knallextcap: Restore functionality for options
2016-07-21 Guy HarrisNo need to check for string option values being null.
2016-07-14 Guy HarrisRedo the block options APIs.
2016-06-29 Martin Kacertshark fields filter added for other outputs
2016-06-21 Martin Kacertshark JSON and Elasticsearch output fix
2016-06-21 Yang Luopcap: Add support to "new" Npcap native mode without...
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-06-17 Martin Kacertshark JSON and Elasticsearch output
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-05-22 Michael MannAdd wtap_optionblock_set_option_string_format
2016-05-11 Gerald CombsTShark: Separate columns using UTF-8 arrows.
2016-05-11 Gerald CombsTShark: Add a "-E bom=" option.
2016-05-11 AndersBroman[tshark] Document -U option and create a list of tap...
2016-05-03 AndersBromanImplement Export PDU for tshark
2016-04-21 João ValverdeLink version code statically again
2016-04-13 Gerald CombsWindows: Remove the need for _CRT_NONSTDC_NO_DEPRECATE.
2016-04-04 João ValverdeInclude ws_diag_control.h in config.h
2016-04-04 João ValverdeRemove synchronous DNS name resolution
2016-04-03 João ValverdeMove zlib version check to wsutil
next