wireshark/ui/cli
Moshe Kaplan 20c57cb298 Enable exporting objects with tshark
A new "--export-object <protocol>,<destdir>" option is added to tshark.

This required refactoring Export Object behavior in all GUIs to give the
export object handling to the dissector, rather than the ui layer.
Included in the refactoring was fixing some serious memory leaks in Qt
Export Object dialog, crash due to memory scope issues in GTK Export
Object dialog, and addition sorting column feature in Qt dialog (set
up by creating a widget to manage the items that were previously
leaking memory)

Bug: 9319
Ping-Bug: 13174
Change-Id: I515d7662fa1f150f672b1476716f347ec27deb9b
Reviewed-on: https://code.wireshark.org/review/18927
Tested-by: Petri Dish Buildbot <buildbot-no-reply@wireshark.org>
Reviewed-by: Peter Wu <peter@lekensteyn.nl>
Tested-by: Michael Mann <mmann78@netscape.net>
Reviewed-by: Michael Mann <mmann78@netscape.net>
2016-12-02 16:07:35 +00:00
..
.editorconfig Add EditorConfig settings for most C files 2016-03-08 10:46:35 +00:00
Makefile.am Enable exporting objects with tshark 2016-12-02 16:07:35 +00:00
tap-camelsrt.c Revert "tap: change glib functions to wmem." 2016-06-19 10:47:10 +00:00
tap-comparestat.c CLI/GTK: Fix compare_stat checksum to include IPv4 offset again 2016-07-26 17:57:07 +00:00
tap-diameter-avp.c cli: use ws_strtou function. 2016-09-15 21:38:43 +00:00
tap-endpoints.c Revert "tap: change glib functions to wmem." 2016-06-19 10:47:10 +00:00
tap-expert.c Revert "tap: change glib functions to wmem." 2016-06-19 10:47:10 +00:00
tap-exportobject.c Enable exporting objects with tshark 2016-12-02 16:07:35 +00:00
tap-exportobject.h Enable exporting objects with tshark 2016-12-02 16:07:35 +00:00
tap-follow.c tcp: Fix Follow TCP tap data and when its tapped. 2016-11-10 20:48:18 +00:00
tap-funnel.c Lua: Added reload_lua_plugins 2016-01-11 07:43:36 +00:00
tap-gsm_astat.c Revert "tap: change glib functions to wmem." 2016-06-19 10:47:10 +00:00
tap-hosts.c Revert "tap: change glib functions to wmem." 2016-06-19 10:47:10 +00:00
tap-httpstat.c Revert "tap: change glib functions to wmem." 2016-06-19 10:47:10 +00:00
tap-icmpstat.c Revert "tap: change glib functions to wmem." 2016-06-19 10:47:10 +00:00
tap-icmpv6stat.c Revert "tap: change glib functions to wmem." 2016-06-19 10:47:10 +00:00
tap-iostat.c More checks for localtime() and gmtime() returning NULL. 2016-10-22 02:27:32 +00:00
tap-iousers.c More checks for localtime() and gmtime() returning NULL. 2016-10-22 02:27:32 +00:00
tap-macltestat.c Revert "tap: change glib functions to wmem." 2016-06-19 10:47:10 +00:00
tap-protocolinfo.c Revert "tap: change glib functions to wmem." 2016-06-19 10:47:10 +00:00
tap-protohierstat.c Revert "tap: change glib functions to wmem." 2016-06-19 10:47:10 +00:00
tap-rlcltestat.c Revert "tap: change glib functions to wmem." 2016-06-19 10:47:10 +00:00
tap-rpcprogs.c Revert "tap: change glib functions to wmem." 2016-06-19 10:47:10 +00:00
tap-rtd.c Revert "tap: change glib functions to wmem." 2016-06-19 10:47:10 +00:00
tap-rtp.c Revert "tap: change glib functions to wmem." 2016-06-19 10:47:10 +00:00
tap-rtspstat.c Revert "tap: change glib functions to wmem." 2016-06-19 10:47:10 +00:00
tap-sctpchunkstat.c Revert "tap: change glib functions to wmem." 2016-06-19 10:47:10 +00:00
tap-simple_stattable.c Revert "tap: change glib functions to wmem." 2016-06-19 10:47:10 +00:00
tap-sipstat.c Revert "tap: change glib functions to wmem." 2016-06-19 10:47:10 +00:00
tap-smbsids.c Revert "tap: change glib functions to wmem." 2016-06-19 10:47:10 +00:00
tap-srt.c Revert "tap: change glib functions to wmem." 2016-06-19 10:47:10 +00:00
tap-stats_tree.c Revert "tap: change glib functions to wmem." 2016-06-19 10:47:10 +00:00
tap-sv.c Revert "tap: change glib functions to wmem." 2016-06-19 10:47:10 +00:00
tap-wspstat.c Revert "tap: change glib functions to wmem." 2016-06-19 10:47:10 +00:00
tshark-tap.h