Wireshark-commits: [Wireshark-commits] master c00420e: Move utf8_entities.h to wsutil
From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Mon, 5 Oct 2015 14:35:01 +0000 (UTC)
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=c00420efa258af2599d8ddf773257b0326a1682f Submitter: Michael Mann (mmann78@xxxxxxxxxxxx) Changed: branch: master Repository: wireshark Commits: c00420e by João Valverde (joao.valverde@xxxxxxxxxxxxxxxxxx): Move utf8_entities.h to wsutil Change-Id: I6298b3de5f0a1cb988014ff16082eaf8c2a3c3c0 Reviewed-on: https://code.wireshark.org/review/10786 Petri-Dish: Alexis La Goutte <alexis.lagoutte@xxxxxxxxx> Tested-by: Petri Dish Buildbot <buildbot-no-reply@xxxxxxxxxxxxx> Reviewed-by: Michael Mann <mmann78@xxxxxxxxxxxx> Actions performed: from 9b83b09 Don't count packets twice for average using avg_stat_node_add_value_notick. adds c00420e Move utf8_entities.h to wsutil Summary of changes: epan/dissectors/packet-bthci_cmd.c | 4 +--- epan/dissectors/packet-bthci_evt.c | 4 +--- epan/dissectors/packet-sctp.c | 6 +----- epan/dissectors/packet-tcp.c | 8 ++------ epan/dissectors/packet-udp.c | 8 ++------ ui/Makefile.common | 1 - ui/gtk/conversations_table.c | 2 +- ui/gtk/decode_as_dlg.c | 2 +- ui/gtk/expert_comp_table.c | 2 +- ui/gtk/follow_ssl.c | 2 +- ui/gtk/follow_tcp.c | 2 +- ui/gtk/follow_udp.c | 2 +- ui/gtk/hostlist_table.c | 2 +- ui/gtk/iax2_analysis.c | 2 +- ui/gtk/main_menubar.c | 2 +- ui/gtk/main_statusbar.c | 2 +- ui/gtk/main_welcome.c | 2 +- ui/gtk/proto_hier_stats_dlg.c | 2 +- ui/gtk/response_time_delay_table.c | 2 +- ui/gtk/rtp_analysis.c | 2 +- ui/gtk/service_response_time_table.c | 2 +- ui/gtk/simple_stattable.c | 2 +- ui/gtk/stock_icons.c | 2 +- ui/gtk/tcp_graph.c | 2 +- ui/gtk/wlan_stat_dlg.c | 2 +- ui/qt/about_dialog.cpp | 2 +- ui/qt/capture_filter_edit.cpp | 2 +- ui/qt/capture_interfaces_dialog.cpp | 2 +- ui/qt/coloring_rules_dialog.cpp | 2 +- ui/qt/decode_as_dialog.cpp | 2 +- ui/qt/display_filter_edit.cpp | 4 ++-- ui/qt/display_filter_expression_dialog.cpp | 2 +- ui/qt/export_object_dialog.cpp | 2 +- ui/qt/extcap_argument_file.cpp | 2 +- ui/qt/extcap_options_dialog.cpp | 2 +- ui/qt/filter_action.h | 2 +- ui/qt/follow_stream_dialog.cpp | 2 +- ui/qt/iax2_analysis_dialog.cpp | 2 +- ui/qt/interface_tree.cpp | 2 +- ui/qt/io_graph_dialog.cpp | 2 +- ui/qt/lbm_uimflow_dialog.cpp | 2 +- ui/qt/main_status_bar.cpp | 2 +- ui/qt/manage_interfaces_dialog.cpp | 2 +- ui/qt/module_preferences_scroll_area.cpp | 2 +- ui/qt/packet_dialog.cpp | 2 +- ui/qt/packet_list.cpp | 2 +- ui/qt/print_dialog.cpp | 2 +- ui/qt/protocol_hierarchy_dialog.cpp | 2 +- ui/qt/protocol_preferences_menu.cpp | 2 +- ui/qt/rtp_analysis_dialog.cpp | 2 +- ui/qt/rtp_player_dialog.cpp | 2 +- ui/qt/rtp_stream_dialog.cpp | 2 +- ui/qt/sctp_graph_dialog.cpp | 2 +- ui/qt/sequence_dialog.cpp | 2 +- ui/qt/simple_dialog.cpp | 2 +- ui/qt/splash_overlay.cpp | 2 +- ui/qt/tap_parameter_dialog.cpp | 2 +- ui/qt/tcp_stream_dialog.cpp | 2 +- ui/qt/voip_calls_dialog.cpp | 2 +- ui/qt/wireless_frame.cpp | 2 +- ui/qt/wireshark_application.cpp | 2 +- ui/traffic_table_ui.c | 2 +- wsutil/Makefile.common | 1 + {ui => wsutil}/utf8_entities.h | 3 +++ 64 files changed, 68 insertions(+), 81 deletions(-) rename {ui => wsutil}/utf8_entities.h (96%)
- Prev by Date: [Wireshark-commits] master 9b83b09: Don't count packets twice for average using avg_stat_node_add_value_notick.
- Next by Date: [Wireshark-commits] master 0eeeab7: H225, H245 over IPv6
- Previous by thread: [Wireshark-commits] master 9b83b09: Don't count packets twice for average using avg_stat_node_add_value_notick.
- Next by thread: [Wireshark-commits] master 0eeeab7: H225, H245 over IPv6
- Index(es):