wireshark/ui
Stig Bjørlykke 6b7da34b4b Qt: Check display filter when changing profile
The Display Filter Macros may have changed and if a macro is currently
used in the display filter then cf_redissect_packets() will bail
out in an assert if trying to apply an invalid filter.

Change-Id: I842016360672d76d190454ce80ccc7604f2075b3
Reviewed-on: https://code.wireshark.org/review/12388
Petri-Dish: Stig Bjørlykke <stig@bjorlykke.org>
Tested-by: Petri Dish Buildbot <buildbot-no-reply@wireshark.org>
Reviewed-by: Anders Broman <a.broman58@gmail.com>
2015-12-03 04:54:50 +00:00
..
cli Make address_to_display() use proper (non-)constness 2015-11-29 00:25:11 +00:00
gtk Fix address hashing broken in g4f39c60 2015-12-03 02:00:18 +00:00
qt Qt: Check display filter when changing profile 2015-12-03 04:54:50 +00:00
win32 Misc minor issues caught by cppcheck 2015-11-17 04:18:37 +00:00
CMakeLists.txt CMakeList.txt (ui/gtk/qt) fix indent and modelines 2015-11-17 22:50:31 +00:00
Makefile.am
Makefile.common LTE RLC graphs - initial version 2015-10-11 21:59:45 +00:00
Makefile.nmake
alert_box.c
alert_box.h
capture.c Clean up includes of unistd.h, fcntl.h, and sys/stat.h. 2015-11-07 21:52:23 +00:00
capture.h
capture_globals.h
capture_ui_utils.c Qt: Use uniform interface display name 2015-12-02 09:57:35 +00:00
capture_ui_utils.h Qt: Use uniform interface display name 2015-12-02 09:57:35 +00:00
console.c
console.h
decode_as_utils.c
decode_as_utils.h
doxygen.cfg.in
export_object.c Clean up includes of unistd.h, fcntl.h, and sys/stat.h. 2015-11-07 21:52:23 +00:00
export_object.h
export_object_dicom.c
export_object_http.c
export_object_smb.c
export_object_tftp.c
file_dialog.h
filters.c Clean up includes of unistd.h, fcntl.h, and sys/stat.h. 2015-11-07 21:52:23 +00:00
filters.h
follow.c
follow.h Qt: add ability to save raw output to follow window 2015-10-16 06:23:52 +00:00
help_url.c Qt: Initial RTP playback. 2015-10-02 18:26:05 +00:00
help_url.h Qt: Initial RTP playback. 2015-10-02 18:26:05 +00:00
iface_lists.c ui: Update interfaces when when changing profile. 2015-12-02 11:33:24 +00:00
iface_lists.h ui: Update interfaces when when changing profile. 2015-12-02 11:33:24 +00:00
io_graph_item.c
io_graph_item.h
language.c Misc minor issues caught by cppcheck 2015-11-17 04:18:37 +00:00
language.h
last_open_dir.h
main_statusbar.h
mcast_stream.c Fix crash in UDP Multicast Streams dialog 2015-11-27 21:15:11 +00:00
mcast_stream.h Fix crash in UDP Multicast Streams dialog 2015-11-27 21:15:11 +00:00
packet_list_utils.c
packet_list_utils.h
persfilepath_opt.c
persfilepath_opt.h
preference_utils.c
preference_utils.h
profile.c
profile.h
progress_dlg.h
proto_hier_stats.c
proto_hier_stats.h
recent.c Fix various memleaks 2015-10-04 15:45:02 +00:00
recent.h Fix various memleaks 2015-10-04 15:45:02 +00:00
recent_utils.h
rtp_media.c Start moving RTP decoding routines to the ui directory. 2015-09-19 15:02:16 +00:00
rtp_media.h Split RTP player tapping, decoding, and plotting. 2015-10-21 17:52:15 +00:00
rtp_stream.c Clean up includes of unistd.h, fcntl.h, and sys/stat.h. 2015-11-07 21:52:23 +00:00
rtp_stream.h Disable RTP player debug logs that were presumably left activated by mistake 2015-11-01 17:19:42 +00:00
service_response_time.c
service_response_time.h
simple_dialog.h
software_update.c
software_update.h
ssl_key_export.c
ssl_key_export.h
tap-iax2-analysis.c Move IAX2 analysis to the ui directory. 2015-09-03 21:48:48 +00:00
tap-iax2-analysis.h Add the IAX2 Analysis dialog. 2015-09-09 21:57:08 +00:00
tap-rlc-graph.c LTE dialogs: tidy up some loose ends 2015-10-20 20:02:44 +00:00
tap-rlc-graph.h LTE dialogs: tidy up some loose ends 2015-10-20 20:02:44 +00:00
tap-rtp-analysis.h Move IAX2 analysis to the ui directory. 2015-09-03 21:48:48 +00:00
tap-rtp-common.c Make address_to_display() use proper (non-)constness 2015-11-29 00:25:11 +00:00
tap-rtp-common.h
tap-sctp-analysis.c Use address functions instead of ADDRESS macros in ui. 2015-10-22 11:46:12 +00:00
tap-sctp-analysis.h SCTP I-DATA support 2015-10-05 17:38:08 +00:00
tap-sequence-analysis.c Make address_to_display() use proper (non-)constness 2015-11-29 00:25:11 +00:00
tap-sequence-analysis.h Only store frame number and not a pointer to frame_data structure in seq_analysis_item_t 2015-10-26 23:57:51 +00:00
tap-tcp-stream.c Use address functions instead of ADDRESS macros in ui. 2015-10-22 11:46:12 +00:00
tap-tcp-stream.h
tap_export_pdu.c Add wtap_dump_open_tempfile routines, to write to a temporary file. 2015-11-12 00:59:40 +00:00
tap_export_pdu.h
text_import.c Clean up includes of unistd.h, fcntl.h, and sys/stat.h. 2015-11-07 21:52:23 +00:00
text_import.h
text_import_scanner.h
text_import_scanner.l Don't include io.h in Flex scanners - they're not interactive. 2015-11-06 01:14:31 +00:00
time_shift.c
time_shift.h
traffic_table_ui.c Make address_to_display() use proper (non-)constness 2015-11-29 00:25:11 +00:00
traffic_table_ui.h
ui_util.h
util.c
util.h
voip_calls.c VoIP: fix a null dereference when trying to retrieve the time of a T.38 tapped packet 2015-11-24 17:09:35 +00:00
voip_calls.h Fix warnings introduced by "Qt: Initial RTP playback" 2015-10-05 03:21:46 +00:00