wireshark/ui/qt
Gerald Combs 17a67c3b5c Get the "Decode As" dialog working, albeit with a few warts. It differs
from the GTK flavor in two major ways:

- The "Decode As" and "User Specified Decodes" dialog have been unified.
- You can modify the decode as behavior at any time, not just when you
  have a packet selected.

Revert part of 53498 so that we can move items marked

/*** THE FOLLOWING SHOULD NOT BE USED BY ANY DISSECTORS!!! ***/

from epan/decode_as.h to ui/decode_as_utils.h. 

Move "save" code from decode_as_dlg.c to decode_as_utils.c as well.

In packet-dcerpc.c don't register a table named "ethertype". We might
want to add checks for duplicate table names.

To do:
- Add support for ranges?
- Either add support for DCERPC or make DCERPC use a regular dissector
  table.
- Fix string selectors (i.e. BER).


svn path=/trunk/; revision=53910
2013-12-10 19:23:26 +00:00
..
CMakeLists.txt From Thomas ERSFELD (GSoC13) : Add Capture interface dialog window 2013-11-25 14:15:49 +00:00
Makefile.am When clean remove also *.moc.cpp / *.rrc.ccp and ui_*.h ... 2013-11-29 08:02:19 +00:00
Makefile.common From Thomas ERSFELD (GSoC13) : Add Capture interface dialog window 2013-11-25 14:15:49 +00:00
Makefile_custom.common
QtShark.pro Link with -lcodecs on UN*X as well. Link with -lwsutil after 2013-12-02 21:46:06 +00:00
accordion_frame.cpp
accordion_frame.h
byte_view_tab.cpp Remove hfinfo->bitshift member, add hfinfo_bitshift() to get it. 2013-08-06 20:10:59 +00:00
byte_view_tab.h
byte_view_text.cpp
byte_view_text.h
capture_file_dialog.cpp Add a statistics tree dialog. 2013-11-21 01:28:17 +00:00
capture_file_dialog.h For open dialogs, offer a list of sets of extensions, not of file types; 2013-11-08 01:08:42 +00:00
capture_filter_combo.cpp Compile on Qt < 5.0. 2013-08-08 00:46:19 +00:00
capture_filter_combo.h Add initial capture filter support. 2013-08-08 00:26:57 +00:00
capture_filter_edit.cpp Try to fix Qt compilation when libpcap is disabled. 2013-10-11 21:26:26 +00:00
capture_filter_edit.h Set our connection capture filter in main() similar to the GTK+ version. 2013-08-31 16:53:24 +00:00
capture_filter_syntax_worker.cpp Add initial capture filter support. 2013-08-08 00:26:57 +00:00
capture_filter_syntax_worker.h Add initial capture filter support. 2013-08-08 00:26:57 +00:00
capture_info_dialog.cpp And a few more fixes. Put wrappers in capture_session.h to make it work 2013-05-22 11:53:36 +00:00
capture_info_dialog.h
capture_interface_dialog.cpp
capture_interface_dialog.h
capture_interfaces_dialog.cpp From Thomas ERSFELD (GSoC13) 2013-12-06 10:24:58 +00:00
capture_interfaces_dialog.h Fix warning when launch Qt Port 2013-12-06 10:24:50 +00:00
capture_interfaces_dialog.ui Fix ui/qt/capture_interfaces_dialog.ui: Warning: The name 'layoutWidget' (QWidget) is already in use 2013-12-06 10:24:41 +00:00
capture_preferences_frame.cpp One more HAVE_LIBPCAP. 2013-10-11 21:42:49 +00:00
capture_preferences_frame.h
capture_preferences_frame.ui
color_dialog.cpp
color_dialog.h
color_utils.cpp Add some missing parenthesis. Make sure we set our font in the right place. 2013-10-15 15:22:03 +00:00
color_utils.h Add some missing parenthesis. Make sure we set our font in the right place. 2013-10-15 15:22:03 +00:00
column_preferences_frame.cpp After looking for something in the column-*.h files and 2013-10-18 13:06:05 +00:00
column_preferences_frame.h
column_preferences_frame.ui
decode_as_dialog.cpp Get the "Decode As" dialog working, albeit with a few warts. It differs 2013-12-10 19:23:26 +00:00
decode_as_dialog.h Get the "Decode As" dialog working, albeit with a few warts. It differs 2013-12-10 19:23:26 +00:00
decode_as_dialog.ui Get the "Decode As" dialog working, albeit with a few warts. It differs 2013-12-10 19:23:26 +00:00
display_filter_16.svg
display_filter_combo.cpp Add a statistics tree dialog. 2013-11-21 01:28:17 +00:00
display_filter_combo.h
display_filter_edit.cpp Include <epan/dfilter/dfilter.h> in files that use display filter 2013-12-03 23:08:46 +00:00
display_filter_edit.h Add a statistics tree dialog. 2013-11-21 01:28:17 +00:00
doxygen.cfg.in
elided_label.cpp Add a UAT dialog. Make UAT preferences uat_t * instead of void *. 2013-07-25 23:49:47 +00:00
elided_label.h Add a UAT dialog. Make UAT preferences uat_t * instead of void *. 2013-07-25 23:49:47 +00:00
export_dissection_dialog.cpp Move the epan/filesystem.c routines to wsutil; they're not specific to 2013-11-17 02:55:14 +00:00
export_dissection_dialog.h Move the print modules into epan. 2013-07-12 03:50:50 +00:00
export_object_dialog.cpp Move the epan/filesystem.c routines to wsutil; they're not specific to 2013-11-17 02:55:14 +00:00
export_object_dialog.h
export_object_dialog.ui
file_set_dialog.cpp Add a UAT dialog. Make UAT preferences uat_t * instead of void *. 2013-07-25 23:49:47 +00:00
file_set_dialog.h
file_set_dialog.ui Add a UAT dialog. Make UAT preferences uat_t * instead of void *. 2013-07-25 23:49:47 +00:00
filter_expressions_preferences_frame.cpp Add support for Qt5 (tested with 5.1.1). 2013-08-29 22:15:40 +00:00
filter_expressions_preferences_frame.h
filter_expressions_preferences_frame.ui
follow_stream_dialog.cpp Create the ability to have packet scoped "proto" data. Bug 9470 (https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=9470) 2013-11-23 02:20:13 +00:00
follow_stream_dialog.h Follow dialog data display improvements. 2013-11-18 23:39:47 +00:00
follow_stream_dialog.ui Follow dialog data display improvements. 2013-11-18 23:39:47 +00:00
follow_stream_text.cpp Add packet information and selection to the Follow Stream dialog. 2013-11-14 17:37:40 +00:00
follow_stream_text.h Add packet information and selection to the Follow Stream dialog. 2013-11-14 17:37:40 +00:00
font_color_preferences_frame.cpp Use the valid/invalid/deprecated backround color preferences. 2013-07-17 21:55:38 +00:00
font_color_preferences_frame.h Add filter color preferences to the Qt UI similar to r50203. Fixes bug 2013-07-17 20:58:56 +00:00
font_color_preferences_frame.ui Add filter color preferences to the Qt UI similar to r50203. Fixes bug 2013-07-17 20:58:56 +00:00
gpl-template.txt
i18n.qrc Create a plural-only English translation. Use it to pluralize the Follow 2013-11-14 22:35:10 +00:00
import_text_dialog.cpp The "file types" we have are actually combinations of types and 2013-11-08 09:53:01 +00:00
import_text_dialog.h Add support for Qt5 (tested with 5.1.1). 2013-08-29 22:15:40 +00:00
import_text_dialog.ui Add checkbox for the direction indication to the "Import from Hex Dump" dialog. 2013-04-05 06:43:38 +00:00
interface_tree.cpp Comment debug... 2013-11-25 15:43:16 +00:00
interface_tree.h From Thomas ERSFELD (GSoC13) : Add Capture interface dialog window 2013-11-25 14:15:49 +00:00
label_stack.cpp Add initial capture filter support. 2013-08-08 00:26:57 +00:00
label_stack.h Add initial capture filter support. 2013-08-08 00:26:57 +00:00
layout_preferences_frame.cpp
layout_preferences_frame.h Respect the layout preference (just the horizontal/vertical splitting of the 2013-09-02 16:03:13 +00:00
layout_preferences_frame.ui
main.cpp Initialize the error-reporting routines before scanning for plugins, as 2013-12-05 09:30:22 +00:00
main_status_bar.cpp Move the epan/filesystem.c routines to wsutil; they're not specific to 2013-11-17 02:55:14 +00:00
main_status_bar.h More capture_options -> capture_session changes. 2013-05-22 08:47:17 +00:00
main_welcome.cpp From Thomas ERSFELD (GSoC13) : Add Capture interface dialog window 2013-11-25 14:15:49 +00:00
main_welcome.h From Thomas ERSFELD (GSoC13) : Add Capture interface dialog window 2013-11-25 14:15:49 +00:00
main_welcome.ui Fill in the help links. Make sure they do something when they're clicked. 2013-10-15 00:48:34 +00:00
main_window.cpp No libpcap, no capturing, no capture interfaces. Ifdef the entire 2013-11-25 21:50:58 +00:00
main_window.h No libpcap, no capturing, no capture interfaces. Ifdef the entire 2013-11-25 21:50:58 +00:00
main_window.ui Add an initial "Decode As" dialog. Currently read-only. 2013-11-22 01:07:36 +00:00
main_window_preferences_frame.cpp Add Preference to change Language (in QtShark) 2013-09-09 16:20:45 +00:00
main_window_preferences_frame.h Add Preference to change Language (in QtShark) 2013-09-09 16:20:45 +00:00
main_window_preferences_frame.ui From Dean Lee via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=8597 Qtshark: Chinese Simp translation 2013-09-09 17:49:15 +00:00
main_window_slots.cpp No libpcap, no capturing, no capture interfaces. Ifdef the entire 2013-11-25 21:50:58 +00:00
module_preferences_scroll_area.cpp Add a UAT dialog. Make UAT preferences uat_t * instead of void *. 2013-07-25 23:49:47 +00:00
module_preferences_scroll_area.h Move some more modules into epan. 2013-07-11 23:57:11 +00:00
module_preferences_scroll_area.ui
packet_comment_dialog.cpp
packet_comment_dialog.h
packet_comment_dialog.ui
packet_format_group_box.cpp Add a license header. 2013-04-10 21:20:33 +00:00
packet_format_group_box.h Add a license header. 2013-04-10 21:20:33 +00:00
packet_format_group_box.ui
packet_list.cpp Rmove packet_info argument from packet_list_append(), never used. 2013-11-24 12:49:50 +00:00
packet_list.h Fix packet list selection signaling. 2013-11-22 17:59:15 +00:00
packet_list_model.cpp After looking for something in the column-*.h files and 2013-10-18 13:06:05 +00:00
packet_list_model.h Fix PacketList::goToPacket work correctly. Minor screen graph 2013-09-07 00:33:41 +00:00
packet_list_record.cpp Comment out some unused variables. 2013-08-28 01:38:23 +00:00
packet_list_record.h After looking for something in the column-*.h files and 2013-10-18 13:06:05 +00:00
packet_range_group_box.cpp
packet_range_group_box.h Move some more modules into epan. 2013-07-11 23:57:11 +00:00
packet_range_group_box.ui
preferences_dialog.cpp Do not show uat preferences if not registered for the gui. 2013-12-10 15:29:43 +00:00
preferences_dialog.h From Thomas ERSFELD (GSoC13) : Add Capture interface dialog window 2013-11-25 14:15:49 +00:00
preferences_dialog.ui Get the "Decode As" dialog working, albeit with a few warts. It differs 2013-12-10 19:23:26 +00:00
print_dialog.cpp Fix warning from Windows Buildbot (when build qtshark) .\print_dialog.cpp(41) : warning C4100: 'version_string' : unreferenced formal parameter 2013-07-23 08:56:38 +00:00
print_dialog.h
print_dialog.ui
profile_dialog.cpp Move the epan/filesystem.c routines to wsutil; they're not specific to 2013-11-17 02:55:14 +00:00
profile_dialog.h
profile_dialog.ui Add a UAT dialog. Make UAT preferences uat_t * instead of void *. 2013-07-25 23:49:47 +00:00
progress_bar.cpp Set the progress bar animation behavior to match other parts of the 2013-10-31 00:05:59 +00:00
progress_bar.h Use more consistent naming. 2013-09-03 16:14:38 +00:00
progress_overlay.png
progress_overlay.svg
proto_tree.cpp PacketList and ProtoTree need access to MainWindow at initialization 2013-10-14 16:54:41 +00:00
proto_tree.h New Qt feature: Show related packet list items in the frame number 2013-07-08 16:54:18 +00:00
qcustomplot.cpp - Fix lots of "C:\wireshark\trunk\ui\qt\qcustomplot.cpp(16589) : 2013-12-03 21:49:28 +00:00
qcustomplot.h Add TCP sequence number (Stevens-style) graphs. 2013-08-27 18:13:20 +00:00
qt_ui_utils.cpp More size and position tweaks. 2013-10-28 01:39:20 +00:00
qt_ui_utils.h Add initial support for geometry settings in the main window. 2013-10-30 22:39:52 +00:00
qtshark_de.qm lupdate/lrelease ui/qt/QtShark.pro Sync with last change in Qt Files 2013-05-13 20:23:55 +00:00
qtshark_de.ts lupdate/lrelease ui/qt/QtShark.pro Sync with last change in Qt Files 2013-05-13 20:23:55 +00:00
qtshark_en.qm Create a plural-only English translation. Use it to pluralize the Follow 2013-11-14 22:35:10 +00:00
qtshark_en.ts Create a plural-only English translation. Use it to pluralize the Follow 2013-11-14 22:35:10 +00:00
qtshark_fr.qm lupdate/lrelease ui/qt/QtShark.pro Sync with last change in Qt Files 2013-05-13 20:23:55 +00:00
qtshark_fr.ts lupdate/lrelease ui/qt/QtShark.pro Sync with last change in Qt Files 2013-05-13 20:23:55 +00:00
qtshark_zh_CN.qm From Dean Lee via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=8597 Qtshark: Chinese Simp translation 2013-09-09 17:49:15 +00:00
qtshark_zh_CN.ts Set *.ts files' mime type to be XML; set svn properties on tools/pre-commit. 2013-09-09 21:24:54 +00:00
recent_file_status.cpp Add initial capture filter support. 2013-08-08 00:26:57 +00:00
recent_file_status.h Add initial capture filter support. 2013-08-08 00:26:57 +00:00
related_packet_delegate.cpp Add a note about possible improvements. 2013-07-24 17:05:20 +00:00
related_packet_delegate.h New Qt feature: Show related packet list items in the frame number 2013-07-08 16:54:18 +00:00
search_frame.cpp The porting guide for Qt5 requires that Q_OS_ be used instead 2013-04-24 11:07:25 +00:00
search_frame.h
search_frame.ui
sequence_diagram.cpp From David Ameiss via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=9509 2013-12-08 11:10:04 +00:00
sequence_diagram.h Highlight selected sequence diagram items. 2013-11-12 22:50:26 +00:00
sequence_dialog.cpp Create a plural-only English translation. Use it to pluralize the Follow 2013-11-14 22:35:10 +00:00
sequence_dialog.h Add packet information and selection to the Follow Stream dialog. 2013-11-14 17:37:40 +00:00
sequence_dialog.ui Sequence / flow diagram updates. 2013-11-12 01:08:08 +00:00
simple_dialog_qt.cpp
simple_dialog_qt.h
sparkline_delegate.cpp
sparkline_delegate.h
splash_overlay.cpp Fix the white-rectangle-at-startup artifact with the help of GammaRay[1]. 2013-10-05 22:39:49 +00:00
splash_overlay.h
splash_overlay.ui
stats_tree_dialog.cpp Get the "Decode As" dialog working, albeit with a few warts. It differs 2013-12-10 19:23:26 +00:00
stats_tree_dialog.h From Deon van der Westhuysen via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=9452 2013-12-08 11:09:54 +00:00
stats_tree_dialog.ui From Deon van der Westhuysen via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=9452 2013-12-08 11:09:54 +00:00
summary_dialog.cpp The "file types" we have are actually combinations of types and 2013-11-08 09:53:01 +00:00
summary_dialog.h Add support for Qt5 (tested with 5.1.1). 2013-08-29 22:15:40 +00:00
summary_dialog.ui From Thomas ERSFELD (GSoC13) via remark of Gerald Use QDialogButtonBox for Summary Dialog 2013-07-23 08:56:56 +00:00
syntax_line_edit.cpp Use the valid/invalid/deprecated backround color preferences. 2013-07-17 21:55:38 +00:00
syntax_line_edit.h Add a license header. 2013-04-10 21:20:33 +00:00
tango_colors.h Use the valid/invalid/deprecated backround color preferences. 2013-07-17 21:55:38 +00:00
tcp_stream_dialog.cpp Sequence / flow diagram updates. 2013-11-12 01:08:08 +00:00
tcp_stream_dialog.h Sequence / flow diagram updates. 2013-11-12 01:08:08 +00:00
tcp_stream_dialog.ui Sequence / flow diagram updates. 2013-11-12 01:08:08 +00:00
time_shift_dialog.cpp
time_shift_dialog.h
time_shift_dialog.ui
toolbar_24.svg
uat_dialog.cpp Use PT_TXTMOD_NONE for columns that should not be editable. 2013-12-10 15:33:07 +00:00
uat_dialog.h Add a UAT dialog. Make UAT preferences uat_t * instead of void *. 2013-07-25 23:49:47 +00:00
uat_dialog.ui Add a UAT dialog. Make UAT preferences uat_t * instead of void *. 2013-07-25 23:49:47 +00:00
welcome.qrc
wireshark_application.cpp Get the "Decode As" dialog working, albeit with a few warts. It differs 2013-12-10 19:23:26 +00:00
wireshark_application.h Use prefs_to_capture_opts(); there's no harm in setting 2013-11-26 02:16:07 +00:00