aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGerald Combs <gerald@wireshark.org>2021-04-19 13:58:59 -0700
committerWireshark GitLab Utility <gerald+gitlab-utility@wireshark.org>2021-04-20 07:43:39 +0000
commit9222bd77cdf808956e85bf53c6d07db1e075582f (patch)
treed28af95d3bc19aa393b452e8e7afd91cf8c3b5e3
parent9bb2af76d9a7174eba821b7ae1f24d3fd24fba89 (diff)
Remove unneeded modelines in ui.
Remove the editor modeline blocks from the source files in ui that use 4 space indentation by running perl -i -p0e 's{ \n+ /[ *\n]+ editor \s+ modelines .* shiftwidth= .* \*/ \s+ } {\n}gsix' $( ag -l shiftwidth=4 $( ag -g '\.(c|cpp|h|m|mm)') ) This gives us one source of indentation truth for these files, and it *shouldn't* affect anyone since - These files match the default in our top-level .editorconfig. - The one notable editor that's likely to be used on these files and *doesn't* support EditorConfig (Qt Creator) defaults to 4 space indentation.
-rw-r--r--ui/alert_box.c13
-rw-r--r--ui/alert_box.h13
-rw-r--r--ui/all_files_wildcard.h13
-rw-r--r--ui/capture.c13
-rw-r--r--ui/capture.h13
-rw-r--r--ui/capture_globals.h13
-rw-r--r--ui/capture_info.h13
-rw-r--r--ui/capture_ui_utils.c13
-rw-r--r--ui/capture_ui_utils.h13
-rw-r--r--ui/cli/tap-expert.c13
-rw-r--r--ui/cli/tap-exportobject.c13
-rw-r--r--ui/cli/tap-funnel.c13
-rw-r--r--ui/cli/tap-gsm_astat.c13
-rw-r--r--ui/cli/tap-icmpstat.c13
-rw-r--r--ui/cli/tap-icmpv6stat.c13
-rw-r--r--ui/cli/tap-iostat.c13
-rw-r--r--ui/cli/tap-macltestat.c13
-rw-r--r--ui/cli/tap-rlcltestat.c13
-rw-r--r--ui/cli/tap-rtp.c13
-rw-r--r--ui/clopts_common.c13
-rw-r--r--ui/cmdarg_err.c13
-rw-r--r--ui/commandline.c13
-rw-r--r--ui/commandline.h13
-rw-r--r--ui/console.c13
-rw-r--r--ui/console.h13
-rw-r--r--ui/decode_as_utils.c13
-rw-r--r--ui/decode_as_utils.h13
-rw-r--r--ui/dissect_opts.c13
-rw-r--r--ui/dissect_opts.h13
-rw-r--r--ui/exit_codes.h13
-rw-r--r--ui/export_object_ui.c13
-rw-r--r--ui/export_object_ui.h13
-rw-r--r--ui/export_pdu_ui_utils.c13
-rw-r--r--ui/failure_message.h13
-rw-r--r--ui/file_dialog.c13
-rw-r--r--ui/file_dialog.h13
-rw-r--r--ui/filter_files.c13
-rw-r--r--ui/filter_files.h13
-rw-r--r--ui/firewall_rules.c13
-rw-r--r--ui/help_url.c13
-rw-r--r--ui/help_url.h13
-rw-r--r--ui/iface_lists.c13
-rw-r--r--ui/iface_lists.h13
-rw-r--r--ui/iface_toolbar.c13
-rw-r--r--ui/iface_toolbar.h13
-rw-r--r--ui/io_graph_item.c13
-rw-r--r--ui/io_graph_item.h13
-rw-r--r--ui/language.c13
-rw-r--r--ui/language.h13
-rw-r--r--ui/last_open_dir.h13
-rw-r--r--ui/macosx/cocoa_bridge.h13
-rw-r--r--ui/macosx/cocoa_bridge.mm13
-rw-r--r--ui/macosx/sparkle_bridge.h13
-rw-r--r--ui/macosx/sparkle_bridge.m13
-rw-r--r--ui/main_statusbar.h13
-rw-r--r--ui/mcast_stream.c13
-rw-r--r--ui/mcast_stream.h13
-rw-r--r--ui/packet_list_utils.c13
-rw-r--r--ui/packet_list_utils.h13
-rw-r--r--ui/packet_range.c13
-rw-r--r--ui/persfilepath_opt.c13
-rw-r--r--ui/persfilepath_opt.h13
-rw-r--r--ui/preference_utils.c13
-rw-r--r--ui/preference_utils.h13
-rw-r--r--ui/profile.c13
-rw-r--r--ui/profile.h13
-rw-r--r--ui/progress_dlg.h13
-rw-r--r--ui/proto_hier_stats.c13
-rw-r--r--ui/proto_hier_stats.h13
-rw-r--r--ui/qt/widgets/rtp_audio_graph.cpp14
-rw-r--r--ui/qt/widgets/rtp_audio_graph.h13
-rw-r--r--ui/recent.c13
-rw-r--r--ui/recent.h13
-rw-r--r--ui/recent_utils.h13
-rw-r--r--ui/rtp_media.c13
-rw-r--r--ui/rtp_media.h13
-rw-r--r--ui/rtp_stream.c13
-rw-r--r--ui/rtp_stream.h13
-rw-r--r--ui/rtp_stream_id.c14
-rw-r--r--ui/rtp_stream_id.h13
-rw-r--r--ui/service_response_time.c13
-rw-r--r--ui/simple_dialog.h13
-rw-r--r--ui/software_update.c13
-rw-r--r--ui/software_update.h13
-rw-r--r--ui/ssl_key_export.c13
-rw-r--r--ui/ssl_key_export.h13
-rw-r--r--ui/summary.c13
-rw-r--r--ui/summary.h13
-rw-r--r--ui/tap-iax2-analysis.c13
-rw-r--r--ui/tap-iax2-analysis.h13
-rw-r--r--ui/tap-rtp-analysis.c13
-rw-r--r--ui/tap-rtp-analysis.h13
-rw-r--r--ui/tap-rtp-common.c14
-rw-r--r--ui/tap-rtp-common.h13
-rw-r--r--ui/tap-sctp-analysis.c13
-rw-r--r--ui/tap-sctp-analysis.h13
-rw-r--r--ui/tap-tcp-stream.c14
-rw-r--r--ui/tap-tcp-stream.h13
-rw-r--r--ui/tap_export_pdu.c14
-rw-r--r--ui/tap_export_pdu.h13
-rw-r--r--ui/taps.h13
-rw-r--r--ui/text_import.c13
-rw-r--r--ui/text_import.h13
-rw-r--r--ui/text_import_regex.c13
-rw-r--r--ui/text_import_regex.h13
-rw-r--r--ui/text_import_scanner.h13
-rw-r--r--ui/time_shift.c13
-rw-r--r--ui/time_shift.h13
-rw-r--r--ui/traffic_table_ui.c13
-rw-r--r--ui/traffic_table_ui.h13
-rw-r--r--ui/util.c13
-rw-r--r--ui/util.h13
-rw-r--r--ui/voip_calls.c13
-rw-r--r--ui/voip_calls.h13
-rw-r--r--ui/win32/console_win32.c13
-rw-r--r--ui/win32/console_win32.h13
-rw-r--r--ui/win32/file_dlg_win32.c13
-rw-r--r--ui/ws_ui_util.h13
118 files changed, 0 insertions, 1539 deletions
diff --git a/ui/alert_box.c b/ui/alert_box.c
index 6f02d25d24..0089e7105a 100644
--- a/ui/alert_box.c
+++ b/ui/alert_box.c
@@ -595,16 +595,3 @@ write_failure_alert_box(const char *filename, int err)
file_write_error_message(err), display_basename);
g_free(display_basename);
}
-
-/*
- * Editor modelines
- *
- * Local Variables:
- * c-basic-offset: 4
- * tab-width: 8
- * indent-tabs-mode: nil
- * End:
- *
- * ex: set shiftwidth=4 tabstop=8 expandtab:
- * :indentSize=4:tabSize=8:noTabs=true:
- */
diff --git a/ui/alert_box.h b/ui/alert_box.h
index 23fe1434f4..78212b2f8e 100644
--- a/ui/alert_box.h
+++ b/ui/alert_box.h
@@ -127,16 +127,3 @@ extern void write_failure_alert_box(const char *filename, int err);
#endif /* __cplusplus */
#endif /* __ALERT_BOX_H__ */
-
-/*
- * Editor modelines
- *
- * Local Variables:
- * c-basic-offset: 4
- * tab-width: 8
- * indent-tabs-mode: nil
- * End:
- *
- * ex: set shiftwidth=4 tabstop=8 expandtab:
- * :indentSize=4:tabSize=8:noTabs=true:
- */
diff --git a/ui/all_files_wildcard.h b/ui/all_files_wildcard.h
index 49d760fc85..9c947baf4b 100644
--- a/ui/all_files_wildcard.h
+++ b/ui/all_files_wildcard.h
@@ -27,16 +27,3 @@
#endif
#endif /* __ALL_FILES_WILDCARD_H__ */
-
-/*
- * Editor modelines
- *
- * Local Variables:
- * c-basic-offset: 4
- * tab-width: 8
- * indent-tabs-mode: nil
- * End:
- *
- * ex: set shiftwidth=4 tabstop=8 expandtab:
- * :indentSize=4:tabSize=8:noTabs=true:
- */
diff --git a/ui/capture.c b/ui/capture.c
index 0410550e08..8fcf3d4123 100644
--- a/ui/capture.c
+++ b/ui/capture.c
@@ -927,16 +927,3 @@ capture_input_init(capture_session *cap_session, capture_file *cf)
capture_input_cfilter_error, capture_input_closed);
}
#endif /* HAVE_LIBPCAP */
-
-/*
- * Editor modelines - https://www.wireshark.org/tools/modelines.html
- *
- * Local Variables:
- * c-basic-offset: 4
- * tab-width: 8
- * indent-tabs-mode: nil
- * End:
- *
- * ex: set shiftwidth=4 tabstop=8 expandtab:
- * :indentSize=4:tabSize=8:noTabs=true:
- */
diff --git a/ui/capture.h b/ui/capture.h
index 2f6c55f40e..6589dfc8e7 100644
--- a/ui/capture.h
+++ b/ui/capture.h
@@ -102,16 +102,3 @@ void capture_stat_stop(if_stat_cache_t *sc);
#endif /* __cplusplus */
#endif /* capture.h */
-
-/*
- * Editor modelines - https://www.wireshark.org/tools/modelines.html
- *
- * Local Variables:
- * c-basic-offset: 4
- * tab-width: 8
- * indent-tabs-mode: nil
- * End:
- *
- * vi: set shiftwidth=4 tabstop=8 expandtab:
- * :indentSize=4:tabSize=8:noTabs=true:
- */
diff --git a/ui/capture_globals.h b/ui/capture_globals.h
index 73383a9885..06b063091a 100644
--- a/ui/capture_globals.h
+++ b/ui/capture_globals.h
@@ -24,16 +24,3 @@ extern capture_options global_capture_opts;
#endif /* __cplusplus */
#endif /* __CAPTURE_GLOBALS_H__ */
-
-/*
- * Editor modelines
- *
- * Local Variables:
- * c-basic-offset: 4
- * tab-width: 8
- * indent-tabs-mode: nil
- * End:
- *
- * ex: set shiftwidth=4 tabstop=8 expandtab:
- * :indentSize=4:tabSize=8:noTabs=true:
- */
diff --git a/ui/capture_info.h b/ui/capture_info.h
index ea11895ded..6e8438d9e2 100644
--- a/ui/capture_info.h
+++ b/ui/capture_info.h
@@ -58,16 +58,3 @@ capture_info *cinfo);
#endif /* __cplusplus */
#endif /* ui/capture_info.h */
-
-/*
- * Editor modelines - https://www.wireshark.org/tools/modelines.html
- *
- * Local variables:
- * c-basic-offset: 4
- * tab-width: 8
- * indent-tabs-mode: nil
- * End:
- *
- * vi: set shiftwidth=4 tabstop=8 expandtab:
- * :indentSize=4:tabSize=8:noTabs=true:
- */
diff --git a/ui/capture_ui_utils.c b/ui/capture_ui_utils.c
index 6e2d0dbe92..00d0e5133b 100644
--- a/ui/capture_ui_utils.c
+++ b/ui/capture_ui_utils.c
@@ -574,16 +574,3 @@ get_iface_list_string(capture_options *capture_opts, guint32 style)
return iface_list_string;
}
#endif /* HAVE_LIBPCAP */
-
-/*
- * Editor modelines - https://www.wireshark.org/tools/modelines.html
- *
- * Local Variables:
- * c-basic-offset: 4
- * tab-width: 8
- * indent-tabs-mode: nil
- * End:
- *
- * ex: set shiftwidth=4 tabstop=8 expandtab:
- * :indentSize=4:tabSize=8:noTabs=true:
- */
diff --git a/ui/capture_ui_utils.h b/ui/capture_ui_utils.h
index 42042d389a..f58fecca5c 100644
--- a/ui/capture_ui_utils.h
+++ b/ui/capture_ui_utils.h
@@ -161,16 +161,3 @@ extern GString *get_iface_list_string(capture_options *capture_opts, guint32 sty
#endif /* __cplusplus */
#endif /* __CAPTURE_UI_UTILS_H__ */
-
-/*
- * Editor modelines - https://www.wireshark.org/tools/modelines.html
- *
- * Local Variables:
- * c-basic-offset: 4
- * tab-width: 8
- * indent-tabs-mode: nil
- * End:
- *
- * vi: set shiftwidth=4 tabstop=8 expandtab:
- * :indentSize=4:tabSize=8:noTabs=true:
- */
diff --git a/ui/cli/tap-expert.c b/ui/cli/tap-expert.c
index 277a37cefb..03c4aa744c 100644
--- a/ui/cli/tap-expert.c
+++ b/ui/cli/tap-expert.c
@@ -284,16 +284,3 @@ register_tap_listener_expert_info(void)
{
register_stat_tap_ui(&expert_stat_ui, NULL);
}
-
-/*
- * Editor modelines - https://www.wireshark.org/tools/modelines.html
- *
- * Local variables:
- * c-basic-offset: 4
- * tab-width: 8
- * indent-tabs-mode: nil
- * End:
- *
- * vi: set shiftwidth=4 tabstop=8 expandtab:
- * :indentSize=4:tabSize=8:noTabs=true:
- */
diff --git a/ui/cli/tap-exportobject.c b/ui/cli/tap-exportobject.c
index 73d5b2c794..402e602f79 100644
--- a/ui/cli/tap-exportobject.c
+++ b/ui/cli/tap-exportobject.c
@@ -188,16 +188,3 @@ void start_exportobjects(void)
if (eo_opts != NULL)
g_hash_table_foreach(eo_opts, exportobject_handler, NULL);
}
-
-/*
- * Editor modelines - https://www.wireshark.org/tools/modelines.html
- *
- * Local variables:
- * c-basic-offset: 4
- * tab-width: 8
- * indent-tabs-mode: nil
- * End:
- *
- * vi: set shiftwidth=4 tabstop=8 expandtab:
- * :indentSize=4:tabSize=8:noTabs=true:
- */
diff --git a/ui/cli/tap-funnel.c b/ui/cli/tap-funnel.c
index d628a64543..3dd61f5907 100644
--- a/ui/cli/tap-funnel.c
+++ b/ui/cli/tap-funnel.c
@@ -192,16 +192,3 @@ register_tap_listener_funnel(void)
funnel_register_all_menus(register_menu_cb);
#endif
}
-
-/*
- * Editor modelines - https://www.wireshark.org/tools/modelines.html
- *
- * Local variables:
- * c-basic-offset: 4
- * tab-width: 8
- * indent-tabs-mode: nil
- * End:
- *
- * vi: set shiftwidth=4 tabstop=8 expandtab:
- * :indentSize=4:tabSize=8:noTabs=true:
- */
diff --git a/ui/cli/tap-gsm_astat.c b/ui/cli/tap-gsm_astat.c
index 34be1c7af4..2bff4199b7 100644
--- a/ui/cli/tap-gsm_astat.c
+++ b/ui/cli/tap-gsm_astat.c
@@ -343,16 +343,3 @@ register_tap_listener_gsm_astat(void)
{
register_stat_tap_ui(&gsm_a_stat_ui, NULL);
}
-
-/*
- * Editor modelines - https://www.wireshark.org/tools/modelines.html
- *
- * Local variables:
- * c-basic-offset: 4
- * tab-width: 8
- * indent-tabs-mode: nil
- * End:
- *
- * vi: set shiftwidth=4 tabstop=8 expandtab:
- * :indentSize=4:tabSize=8:noTabs=true:
- */
diff --git a/ui/cli/tap-icmpstat.c b/ui/cli/tap-icmpstat.c
index b15b6e09e1..4020c4d37b 100644
--- a/ui/cli/tap-icmpstat.c
+++ b/ui/cli/tap-icmpstat.c
@@ -313,16 +313,3 @@ register_tap_listener_icmpstat(void)
{
register_stat_tap_ui(&icmpstat_ui, NULL);
}
-
-/*
- * Editor modelines - https://www.wireshark.org/tools/modelines.html
- *
- * Local variables:
- * c-basic-offset: 4
- * tab-width: 8
- * indent-tabs-mode: nil
- * End:
- *
- * vi: set shiftwidth=4 tabstop=8 expandtab:
- * :indentSize=4:tabSize=8:noTabs=true:
- */
diff --git a/ui/cli/tap-icmpv6stat.c b/ui/cli/tap-icmpv6stat.c
index 0920e4b71e..6bd126b11b 100644
--- a/ui/cli/tap-icmpv6stat.c
+++ b/ui/cli/tap-icmpv6stat.c
@@ -313,16 +313,3 @@ register_tap_listener_icmpv6stat(void)
{
register_stat_tap_ui(&icmpv6stat_ui, NULL);
}
-
-/*
- * Editor modelines - https://www.wireshark.org/tools/modelines.html
- *
- * Local variables:
- * c-basic-offset: 4
- * tab-width: 8
- * indent-tabs-mode: nil
- * End:
- *
- * vi: set shiftwidth=4 tabstop=8 expandtab:
- * :indentSize=4:tabSize=8:noTabs=true:
- */
diff --git a/ui/cli/tap-iostat.c b/ui/cli/tap-iostat.c
index 6640a59a09..9cc9c3484e 100644
--- a/ui/cli/tap-iostat.c
+++ b/ui/cli/tap-iostat.c
@@ -1538,16 +1538,3 @@ register_tap_listener_iostat(void)
{
register_stat_tap_ui(&iostat_ui, NULL);
}
-
-/*
- * Editor modelines - https://www.wireshark.org/tools/modelines.html
- *
- * Local variables:
- * c-basic-offset: 4
- * tab-width: 8
- * indent-tabs-mode: nil
- * End:
- *
- * vi: set shiftwidth=4 tabstop=8 expandtab:
- * :indentSize=4:tabSize=8:noTabs=true:
- */
diff --git a/ui/cli/tap-macltestat.c b/ui/cli/tap-macltestat.c
index 13b2ad66d1..26380261c8 100644
--- a/ui/cli/tap-macltestat.c
+++ b/ui/cli/tap-macltestat.c
@@ -549,16 +549,3 @@ register_tap_listener_mac_lte_stat(void)
{
register_stat_tap_ui(&mac_lte_stat_ui, NULL);
}
-
-/*
- * Editor modelines - https://www.wireshark.org/tools/modelines.html
- *
- * Local variables:
- * c-basic-offset: 4
- * tab-width: 8
- * indent-tabs-mode: nil
- * End:
- *
- * vi: set shiftwidth=4 tabstop=8 expandtab:
- * :indentSize=4:tabSize=8:noTabs=true:
- */
diff --git a/ui/cli/tap-rlcltestat.c b/ui/cli/tap-rlcltestat.c
index 93fb36dc66..06bf65d5f9 100644
--- a/ui/cli/tap-rlcltestat.c
+++ b/ui/cli/tap-rlcltestat.c
@@ -404,16 +404,3 @@ register_tap_listener_rlc_lte_stat(void)
{
register_stat_tap_ui(&rlc_lte_stat_ui, NULL);
}
-
-/*
- * Editor modelines - https://www.wireshark.org/tools/modelines.html
- *
- * Local variables:
- * c-basic-offset: 4
- * tab-width: 8
- * indent-tabs-mode: nil
- * End:
- *
- * vi: set shiftwidth=4 tabstop=8 expandtab:
- * :indentSize=4:tabSize=8:noTabs=true:
- */
diff --git a/ui/cli/tap-rtp.c b/ui/cli/tap-rtp.c
index 75a8bf961c..6291c15766 100644
--- a/ui/cli/tap-rtp.c
+++ b/ui/cli/tap-rtp.c
@@ -121,16 +121,3 @@ register_tap_listener_rtpstreams(void)
{
register_stat_tap_ui(&rtpstreams_stat_ui, NULL);
}
-
-/*
- * Editor modelines - https://www.wireshark.org/tools/modelines.html
- *
- * Local variables:
- * c-basic-offset: 4
- * tab-width: 8
- * indent-tabs-mode: nil
- * End:
- *
- * vi: set shiftwidth=4 tabstop=8 expandtab:
- * :indentSize=4:tabSize=8:noTabs=true:
- */
diff --git a/ui/clopts_common.c b/ui/clopts_common.c
index 4e19ae4462..bf84e07653 100644
--- a/ui/clopts_common.c
+++ b/ui/clopts_common.c
@@ -106,16 +106,3 @@ get_positive_double(const char *string, const char *name)
return number;
}
-
-/*
- * Editor modelines - https://www.wireshark.org/tools/modelines.html
- *
- * Local Variables:
- * c-basic-offset: 4
- * tab-width: 8
- * indent-tabs-mode: nil
- * End:
- *
- * ex: set shiftwidth=4 tabstop=8 expandtab:
- * :indentSize=4:tabSize=8:noTabs=true:
- */
diff --git a/ui/cmdarg_err.c b/ui/cmdarg_err.c
index 1f9fc97c2b..85a4d8d45c 100644
--- a/ui/cmdarg_err.c
+++ b/ui/cmdarg_err.c
@@ -57,16 +57,3 @@ cmdarg_err_cont(const char *fmt, ...)
print_err_cont(fmt, ap);
va_end(ap);
}
-
-/*
- * Editor modelines - https://www.wireshark.org/tools/modelines.html
- *
- * Local variables:
- * c-basic-offset: 4
- * tab-width: 8
- * indent-tabs-mode: nil
- * End:
- *
- * vi: set shiftwidth=4 tabstop=8 expandtab:
- * :indentSize=4:tabSize=8:noTabs=true:
- */
diff --git a/ui/commandline.c b/ui/commandline.c
index 3e6179e4f5..e4b9d4f74d 100644
--- a/ui/commandline.c
+++ b/ui/commandline.c
@@ -690,16 +690,3 @@ void commandline_other_options(int argc, char *argv[], gboolean opt_reset)
}
#endif
}
-
-/*
- * Editor modelines
- *
- * Local Variables:
- * c-basic-offset: 4
- * tab-width: 8
- * indent-tabs-mode: nil
- * End:
- *
- * ex: set shiftwidth=4 tabstop=8 expandtab:
- * :indentSize=4:tabSize=8:noTabs=true:
- */
diff --git a/ui/commandline.h b/ui/commandline.h
index a93d6d6bca..de1ba65528 100644
--- a/ui/commandline.h
+++ b/ui/commandline.h
@@ -48,16 +48,3 @@ extern commandline_param_info_t global_commandline_info;
#endif /* __cplusplus */
#endif /* __COMMANDLINE_H__ */
-
-/*
- * Editor modelines
- *
- * Local Variables:
- * c-basic-offset: 4
- * tab-width: 8
- * indent-tabs-mode: nil
- * End:
- *
- * ex: set shiftwidth=4 tabstop=8 expandtab:
- * :indentSize=4:tabSize=8:noTabs=true:
- */
diff --git a/ui/console.c b/ui/console.c
index fc911f3854..71cd3b8ebf 100644
--- a/ui/console.c
+++ b/ui/console.c
@@ -142,16 +142,3 @@ void set_console_log_handler(void)
#endif
}
-
-/*
- * Editor modelines
- *
- * Local Variables:
- * c-basic-offset: 4
- * tab-width: 8
- * indent-tabs-mode: nil
- * End:
- *
- * ex: set shiftwidth=4 tabstop=8 expandtab:
- * :indentSize=4:tabSize=8:noTabs=true:
- */
diff --git a/ui/console.h b/ui/console.h
index 5d5518d3da..1506fa0936 100644
--- a/ui/console.h
+++ b/ui/console.h
@@ -30,16 +30,3 @@ void set_console_log_handler(void);
#endif /* __cplusplus */
#endif /* __CONSOLE_H__ */
-
-/*
- * Editor modelines
- *
- * Local Variables:
- * c-basic-offset: 4
- * tab-width: 8
- * indent-tabs-mode: nil
- * End:
- *
- * ex: set shiftwidth=4 tabstop=8 expandtab:
- * :indentSize=4:tabSize=8:noTabs=true:
- */
diff --git a/ui/decode_as_utils.c b/ui/decode_as_utils.c
index e32599ef73..b3a1ddc823 100644
--- a/ui/decode_as_utils.c
+++ b/ui/decode_as_utils.c
@@ -487,16 +487,3 @@ gboolean decode_as_command_option(const gchar *cl_param)
g_free(decoded_param); /* "Decode As" rule has been successfully added */
return TRUE;
}
-
-/*
- * Editor modelines
- *
- * Local Variables:
- * c-basic-offset: 4
- * tab-width: 8
- * indent-tabs-mode: nil
- * End:
- *
- * ex: set shiftwidth=4 tabstop=8 expandtab:
- * :indentSize=4:tabSize=8:noTabs=true:
- */
diff --git a/ui/decode_as_utils.h b/ui/decode_as_utils.h
index 3cfed955af..2bc25b5cce 100644
--- a/ui/decode_as_utils.h
+++ b/ui/decode_as_utils.h
@@ -35,16 +35,3 @@ gboolean decode_as_command_option(const gchar *cl_param);
#endif /* __cplusplus */
#endif /* __DECODE_AS_UTILS_H__ */
-
-/*
- * Editor modelines - https://www.wireshark.org/tools/modelines.html
- *
- * Local variables:
- * c-basic-offset: 4
- * tab-width: 8
- * indent-tabs-mode: nil
- * End:
- *
- * vi: set shiftwidth=4 tabstop=8 expandtab:
- * :indentSize=4:tabSize=8:noTabs=true:
- */
diff --git a/ui/dissect_opts.c b/ui/dissect_opts.c
index 5354cb453c..2f6a75f4af 100644
--- a/ui/dissect_opts.c
+++ b/ui/dissect_opts.c
@@ -193,16 +193,3 @@ setup_enabled_and_disabled_protocols(void)
}
return success;
}
-
-/*
- * Editor modelines - https://www.wireshark.org/tools/modelines.html
- *
- * Local variables:
- * c-basic-offset: 4
- * tab-width: 8
- * indent-tabs-mode: nil
- * End:
- *
- * vi: set shiftwidth=4 tabstop=8 expandtab:
- * :indentSize=4:tabSize=8:noTabs=true:
- */
diff --git a/ui/dissect_opts.h b/ui/dissect_opts.h
index 4133799b61..8a1c6a64de 100644
--- a/ui/dissect_opts.h
+++ b/ui/dissect_opts.h
@@ -83,16 +83,3 @@ setup_enabled_and_disabled_protocols(void);
#endif /* __cplusplus */
#endif /* dissect_opts.h */
-
-/*
- * Editor modelines - https://www.wireshark.org/tools/modelines.html
- *
- * Local variables:
- * c-basic-offset: 4
- * tab-width: 8
- * indent-tabs-mode: nil
- * End:
- *
- * vi: set shiftwidth=4 tabstop=8 expandtab:
- * :indentSize=4:tabSize=8:noTabs=true:
- */
diff --git a/ui/exit_codes.h b/ui/exit_codes.h
index 5d211200ea..955225a5d3 100644
--- a/ui/exit_codes.h
+++ b/ui/exit_codes.h
@@ -23,16 +23,3 @@
#define OPEN_ERROR 2
#endif /* __EXIT_CODES_H__ */
-
-/*
- * Editor modelines - https://www.wireshark.org/tools/modelines.html
- *
- * Local Variables:
- * c-basic-offset: 4
- * tab-width: 8
- * indent-tabs-mode: nil
- * End:
- *
- * vi: set shiftwidth=4 tabstop=8 expandtab:
- * :indentSize=4:tabSize=8:noTabs=true:
- */
diff --git a/ui/export_object_ui.c b/ui/export_object_ui.c
index 750e432db9..0bd00e4536 100644
--- a/ui/export_object_ui.c
+++ b/ui/export_object_ui.c
@@ -80,16 +80,3 @@ eo_save_entry(const gchar *save_as_filename, export_object_entry_t *entry)
if (ws_close(to_fd) < 0)
report_write_failure(save_as_filename, errno);
}
-
-/*
- * Editor modelines
- *
- * Local Variables:
- * c-basic-offset: 4
- * tab-width: 8
- * indent-tabs-mode: nil
- * End:
- *
- * ex: set shiftwidth=4 tabstop=8 expandtab:
- * :indentSize=4:tabSize=8:noTabs=true:
- */
diff --git a/ui/export_object_ui.h b/ui/export_object_ui.h
index 714cb870c5..7ee2b76599 100644
--- a/ui/export_object_ui.h
+++ b/ui/export_object_ui.h
@@ -27,16 +27,3 @@ void eo_save_entry(const gchar *save_as_filename, export_object_entry_t *entry);
#endif /* __cplusplus */
#endif /* __EXPORT_OBJECT_UI_H__ */
-
-/*
- * Editor modelines
- *
- * Local Variables:
- * c-basic-offset: 4
- * tab-width: 8
- * indent-tabs-mode: nil
- * End:
- *
- * ex: set shiftwidth=4 tabstop=8 expandtab:
- * :indentSize=4:tabSize=8:noTabs=true:
- */
diff --git a/ui/export_pdu_ui_utils.c b/ui/export_pdu_ui_utils.c
index 2cd710c5b5..7246b57f66 100644
--- a/ui/export_pdu_ui_utils.c
+++ b/ui/export_pdu_ui_utils.c
@@ -108,16 +108,3 @@ do_export_pdu(const char *filter, const gchar *tap_name)
g_free(capfile_name);
}
-
-/*
- * Editor modelines
- *
- * Local Variables:
- * c-basic-offset: 4
- * tab-width: 8
- * indent-tabs-mode: nil
- * End:
- *
- * ex: set shiftwidth=4 tabstop=8 expandtab:
- * :indentSize=4:tabSize=8:noTabs=true:
- */
diff --git a/ui/failure_message.h b/ui/failure_message.h
index 70971f9e4b..34c79e1e76 100644
--- a/ui/failure_message.h
+++ b/ui/failure_message.h
@@ -126,16 +126,3 @@ extern void cfile_close_failure_message(const char *filename, int err,
#endif /* __cplusplus */
#endif /* __FAILURE_MESSAGE_H__ */
-
-/*
- * Editor modelines
- *
- * Local Variables:
- * c-basic-offset: 4
- * tab-width: 8
- * indent-tabs-mode: nil
- * End:
- *
- * ex: set shiftwidth=4 tabstop=8 expandtab:
- * :indentSize=4:tabSize=8:noTabs=true:
- */
diff --git a/ui/file_dialog.c b/ui/file_dialog.c
index d41ebb9c15..eb0fd9602c 100644
--- a/ui/file_dialog.c
+++ b/ui/file_dialog.c
@@ -100,16 +100,3 @@ get_stats_for_preview(wtap *wth, ws_file_preview_stats *stats,
}
return timed_out ? PREVIEW_TIMED_OUT : PREVIEW_SUCCEEDED;
}
-
-/*
- * Editor modelines
- *
- * Local Variables:
- * c-basic-offset: 4
- * tab-width: 8
- * indent-tabs-mode: nil
- * End:
- *
- * ex: set shiftwidth=4 tabstop=8 expandtab:
- * :indentSize=4:tabSize=8:noTabs=true:
- */
diff --git a/ui/file_dialog.h b/ui/file_dialog.h
index 1d9926df7e..b62dffca84 100644
--- a/ui/file_dialog.h
+++ b/ui/file_dialog.h
@@ -55,16 +55,3 @@ get_stats_for_preview(wtap *wth, ws_file_preview_stats *stats,
#endif /* __cplusplus */
#endif /* __FILE_DIALOG_H__ */
-
-/*
- * Editor modelines
- *
- * Local Variables:
- * c-basic-offset: 4
- * tab-width: 8
- * indent-tabs-mode: nil
- * End:
- *
- * ex: set shiftwidth=4 tabstop=8 expandtab:
- * :indentSize=4:tabSize=8:noTabs=true:
- */
diff --git a/ui/filter_files.c b/ui/filter_files.c
index 840cc981db..1609f011fb 100644
--- a/ui/filter_files.c
+++ b/ui/filter_files.c
@@ -562,16 +562,3 @@ save_filter_list(filter_list_type_t list_type)
g_free(ff_path_new);
g_free(ff_path);
}
-
-/*
- * Editor modelines - https://www.wireshark.org/tools/modelines.html
- *
- * Local Variables:
- * c-basic-offset: 4
- * tab-width: 8
- * indent-tabs-mode: nil
- * End:
- *
- * ex: set shiftwidth=4 tabstop=8 expandtab:
- * :indentSize=4:tabSize=8:noTabs=true:
- */
diff --git a/ui/filter_files.h b/ui/filter_files.h
index d08d93f639..aba633ccbb 100644
--- a/ui/filter_files.h
+++ b/ui/filter_files.h
@@ -87,16 +87,3 @@ void free_filter_lists(void);
#endif /* __cplusplus */
#endif /* __UI_FILTERS_H__ */
-
-/*
- * Editor modelines - https://www.wireshark.org/tools/modelines.html
- *
- * Local Variables:
- * c-basic-offset: 4
- * tab-width: 8
- * indent-tabs-mode: nil
- * End:
- *
- * ex: set shiftwidth=4 tabstop=8 expandtab:
- * :indentSize=4:tabSize=8:noTabs=true:
- */
diff --git a/ui/firewall_rules.c b/ui/firewall_rules.c
index 2d75e68838..3ddc31b5af 100644
--- a/ui/firewall_rules.c
+++ b/ui/firewall_rules.c
@@ -280,16 +280,3 @@ static void sf_netsh_ipv4_port_new(GString *rtxt, gchar *addr, guint32 port, por
g_string_append_printf(rtxt, "add rule name=\"Wireshark\" dir=in action=%s protocol=%s localport=%u remoteip=%s",
NETSH_RULE_NEW(deny), RT_TCP_UDP(ptype), port, addr);
}
-
-/*
- * Editor modelines - https://www.wireshark.org/tools/modelines.html
- *
- * Local variables:
- * c-basic-offset: 4
- * tab-width: 8
- * indent-tabs-mode: nil
- * End:
- *
- * vi: set shiftwidth=4 tabstop=8 expandtab:
- * :indentSize=4:tabSize=8:noTabs=true:
- */
diff --git a/ui/help_url.c b/ui/help_url.c
index a8134186ac..0f4a8140e5 100644
--- a/ui/help_url.c
+++ b/ui/help_url.c
@@ -325,16 +325,3 @@ topic_action_url(topic_action_e action)
return url;
}
-
-/*
- * Editor modelines
- *
- * Local Variables:
- * c-basic-offset: 4
- * tab-width: 8
- * indent-tabs-mode: nil
- * End:
- *
- * ex: set shiftwidth=4 tabstop=8 expandtab:
- * :indentSize=4:tabSize=8:noTabs=true:
- */
diff --git a/ui/help_url.h b/ui/help_url.h
index 72323331bc..71725c1486 100644
--- a/ui/help_url.h
+++ b/ui/help_url.h
@@ -142,16 +142,3 @@ void topic_action(topic_action_e topic);
#endif /* __cplusplus */
#endif /* __HELP_URL_H__ */
-
-/*
- * Editor modelines
- *
- * Local Variables:
- * c-basic-offset: 4
- * tab-width: 8
- * indent-tabs-mode: nil
- * End:
- *
- * ex: set shiftwidth=4 tabstop=8 expandtab:
- * :indentSize=4:tabSize=8:noTabs=true:
- */
diff --git a/ui/iface_lists.c b/ui/iface_lists.c
index 3294e53334..26610bc38e 100644
--- a/ui/iface_lists.c
+++ b/ui/iface_lists.c
@@ -500,16 +500,3 @@ update_local_interfaces(void)
}
}
#endif /* HAVE_LIBPCAP */
-
-/*
- * Editor modelines
- *
- * Local Variables:
- * c-basic-offset: 4
- * tab-width: 8
- * indent-tabs-mode: nil
- * End:
- *
- * ex: set shiftwidth=4 tabstop=8 expandtab:
- * :indentSize=4:tabSize=8:noTabs=true:
- */
diff --git a/ui/iface_lists.h b/ui/iface_lists.h
index 04ff96d76f..ac1676988c 100644
--- a/ui/iface_lists.h
+++ b/ui/iface_lists.h
@@ -45,16 +45,3 @@ extern void update_local_interfaces(void);
#endif /* __cplusplus */
#endif /* __IFACE_LISTS_H__ */
-
-/*
- * Editor modelines
- *
- * Local Variables:
- * c-basic-offset: 4
- * tab-width: 8
- * indent-tabs-mode: nil
- * End:
- *
- * ex: set shiftwidth=4 tabstop=8 expandtab:
- * :indentSize=4:tabSize=8:noTabs=true:
- */
diff --git a/ui/iface_toolbar.c b/ui/iface_toolbar.c
index 1eb1563c04..95424da9e4 100644
--- a/ui/iface_toolbar.c
+++ b/ui/iface_toolbar.c
@@ -41,16 +41,3 @@ void iface_toolbar_register_cb(iface_toolbar_add_cb_t add_cb, iface_toolbar_remo
iface_toolbar_add_cb = add_cb;
iface_toolbar_remove_cb = remove_cb;
}
-
-/*
- * Editor modelines
- *
- * Local Variables:
- * c-basic-offset: 4
- * tab-width: 8
- * indent-tabs-mode: nil
- * End:
- *
- * ex: set shiftwidth=4 tabstop=8 expandtab:
- * :indentSize=4:tabSize=8:noTabs=true:
- */
diff --git a/ui/iface_toolbar.h b/ui/iface_toolbar.h
index b71f83284c..3fd2613c70 100644
--- a/ui/iface_toolbar.h
+++ b/ui/iface_toolbar.h
@@ -78,16 +78,3 @@ void iface_toolbar_register_cb(iface_toolbar_add_cb_t, iface_toolbar_remove_cb_t
#endif /* __cplusplus */
#endif /* __IFACE_TOOLBAR_H__ */
-
-/*
- * Editor modelines
- *
- * Local Variables:
- * c-basic-offset: 4
- * tab-width: 8
- * indent-tabs-mode: nil
- * End:
- *
- * ex: set shiftwidth=4 tabstop=8 expandtab:
- * :indentSize=4:tabSize=8:noTabs=true:
- */
diff --git a/ui/io_graph_item.c b/ui/io_graph_item.c
index a075127ed1..e479d4ff4f 100644
--- a/ui/io_graph_item.c
+++ b/ui/io_graph_item.c
@@ -262,16 +262,3 @@ double get_io_graph_item(const io_graph_item_t *items_, io_graph_item_unit_t val
}
return value;
}
-
-/*
- * Editor modelines
- *
- * Local Variables:
- * c-basic-offset: 4
- * tab-width: 8
- * indent-tabs-mode: nil
- * End:
- *
- * ex: set shiftwidth=4 tabstop=8 expandtab:
- * :indentSize=4:tabSize=8:noTabs=true:
- */
diff --git a/ui/io_graph_item.h b/ui/io_graph_item.h
index eca10950b0..f34b8a7ea3 100644
--- a/ui/io_graph_item.h
+++ b/ui/io_graph_item.h
@@ -400,16 +400,3 @@ update_io_graph_item(io_graph_item_t *items, int idx, packet_info *pinfo, epan_d
#endif /* __cplusplus */
#endif /* __IO_GRAPH_ITEM_H__ */
-
-/*
- * Editor modelines
- *
- * Local Variables:
- * c-basic-offset: 4
- * tab-width: 8
- * indent-tabs-mode: nil
- * End:
- *
- * ex: set shiftwidth=4 tabstop=8 expandtab:
- * :indentSize=4:tabSize=8:noTabs=true:
- */
diff --git a/ui/language.c b/ui/language.c
index bcdb46dd17..a76fcdb714 100644
--- a/ui/language.c
+++ b/ui/language.c
@@ -117,16 +117,3 @@ write_language_prefs(void)
return TRUE;
}
-
-/*
- * Editor modelines - https://www.wireshark.org/tools/modelines.html
- *
- * Local variables:
- * c-basic-offset: 4
- * tab-width: 8
- * indent-tabs-mode: nil
- * End:
- *
- * vi: set shiftwidth=4 tabstop=8 expandtab:
- * :indentSize=4:tabSize=8:noTabs=true:
- */
diff --git a/ui/language.h b/ui/language.h
index 62e844e3c2..9f9af977cf 100644
--- a/ui/language.h
+++ b/ui/language.h
@@ -28,16 +28,3 @@ extern int write_language_prefs(void);
#endif /* __cplusplus */
#endif /* language.h */
-
-/*
- * Editor modelines - https://www.wireshark.org/tools/modelines.html
- *
- * Local variables:
- * c-basic-offset: 4
- * tab-width: 8
- * indent-tabs-mode: nil
- * End:
- *
- * vi: set shiftwidth=4 tabstop=8 expandtab:
- * :indentSize=4:tabSize=8:noTabs=true:
- */
diff --git a/ui/last_open_dir.h b/ui/last_open_dir.h
index d1a4acb12d..c8e9ad8a88 100644
--- a/ui/last_open_dir.h
+++ b/ui/last_open_dir.h
@@ -27,16 +27,3 @@ extern char *get_last_open_dir(void);
#endif /* __cplusplus */
#endif /* __UI_LAST_OPEN_DIR_H__ */
-
-/*
- * Editor modelines
- *
- * Local Variables:
- * c-basic-offset: 4
- * tab-width: 8
- * indent-tabs-mode: nil
- * End:
- *
- * ex: set shiftwidth=4 tabstop=8 expandtab:
- * :indentSize=4:tabSize=8:noTabs=true:
- */
diff --git a/ui/macosx/cocoa_bridge.h b/ui/macosx/cocoa_bridge.h
index e164922c60..f18c840781 100644
--- a/ui/macosx/cocoa_bridge.h
+++ b/ui/macosx/cocoa_bridge.h
@@ -24,16 +24,3 @@ public:
};
#endif // COCOABRIDGE_H
-
-/*
- * Editor modelines
- *
- * Local Variables:
- * c-basic-offset: 4
- * tab-width: 8
- * indent-tabs-mode: nil
- * End:
- *
- * ex: set shiftwidth=4 tabstop=8 expandtab:
- * :indentSize=4:tabSize=8:noTabs=true:
- */
diff --git a/ui/macosx/cocoa_bridge.mm b/ui/macosx/cocoa_bridge.mm
index 0848b29d85..909bf2236e 100644
--- a/ui/macosx/cocoa_bridge.mm
+++ b/ui/macosx/cocoa_bridge.mm
@@ -33,16 +33,3 @@ void CocoaBridge::cleanOSGeneratedMenuItems()
[[NSUserDefaults standardUserDefaults] setBool:YES forKey:@"NSDisabledDictationMenuItem"];
[[NSUserDefaults standardUserDefaults] setBool:NO forKey:@"NSDisabledCharacterPaletteMenuItem"];
}
-
-/*
- * Editor modelines
- *
- * Local Variables:
- * c-basic-offset: 4
- * tab-width: 8
- * indent-tabs-mode: nil
- * End:
- *
- * ex: set shiftwidth=4 tabstop=8 expandtab:
- * :indentSize=4:tabSize=8:noTabs=true:
- */
diff --git a/ui/macosx/sparkle_bridge.h b/ui/macosx/sparkle_bridge.h
index fdf9324173..7b278cd750 100644
--- a/ui/macosx/sparkle_bridge.h
+++ b/ui/macosx/sparkle_bridge.h
@@ -25,16 +25,3 @@ void sparkle_software_update_check(void);
void sparkle_software_update_cleanup(void);
#endif // SPARKLE_BRIDGE_H
-
-/*
- * Editor modelines
- *
- * Local Variables:
- * c-basic-offset: 4
- * tab-width: 8
- * indent-tabs-mode: nil
- * End:
- *
- * ex: set shiftwidth=4 tabstop=8 expandtab:
- * :indentSize=4:tabSize=8:noTabs=true:
- */
diff --git a/ui/macosx/sparkle_bridge.m b/ui/macosx/sparkle_bridge.m
index a00e70021b..0fe59c03e7 100644
--- a/ui/macosx/sparkle_bridge.m
+++ b/ui/macosx/sparkle_bridge.m
@@ -47,16 +47,3 @@ void sparkle_software_update_cleanup()
postNotificationName:@"NSApplicationWillTerminateNotification"
object:nil];
}
-
-/*
- * Editor modelines
- *
- * Local Variables:
- * c-basic-offset: 4
- * tab-width: 8
- * indent-tabs-mode: nil
- * End:
- *
- * ex: set shiftwidth=4 tabstop=8 expandtab:
- * :indentSize=4:tabSize=8:noTabs=true:
- */
diff --git a/ui/main_statusbar.h b/ui/main_statusbar.h
index f4119c36ea..b39f1d0f75 100644
--- a/ui/main_statusbar.h
+++ b/ui/main_statusbar.h
@@ -60,16 +60,3 @@ void statusbar_push_temporary_msg(const gchar *msg_format, ...)
#endif /* __cplusplus */
#endif /* __MAIN_STATUSBAR_H__ */
-
-/*
- * Editor modelines
- *
- * Local Variables:
- * c-basic-offset: 4
- * tab-width: 8
- * indent-tabs-mode: nil
- * End:
- *
- * ex: set shiftwidth=4 tabstop=8 expandtab:
- * :indentSize=4:tabSize=8:noTabs=true:
- */
diff --git a/ui/mcast_stream.c b/ui/mcast_stream.c
index 74a704b630..0c7e2a9f04 100644
--- a/ui/mcast_stream.c
+++ b/ui/mcast_stream.c
@@ -446,16 +446,3 @@ slidingwindow(mcast_stream_info_t *strinfo, packet_info *pinfo)
strinfo->element.count++;
}
-
-/*
- * Editor modelines - https://www.wireshark.org/tools/modelines.html
- *
- * Local variables:
- * c-basic-offset: 4
- * tab-width: 8
- * indent-tabs-mode: nil
- * End:
- *
- * vi: set shiftwidth=4 tabstop=8 expandtab:
- * :indentSize=4:tabSize=8:noTabs=true:
- */
diff --git a/ui/mcast_stream.h b/ui/mcast_stream.h
index a36ea0b46b..60315ed4fc 100644
--- a/ui/mcast_stream.h
+++ b/ui/mcast_stream.h
@@ -126,16 +126,3 @@ void mcaststream_scan(mcaststream_tapinfo_t *tapinfo, capture_file *cap_file);
#endif /* __cplusplus */
#endif /* __MCAST_STREAM_H__ */
-
-/*
- * Editor modelines - https://www.wireshark.org/tools/modelines.html
- *
- * Local variables:
- * c-basic-offset: 4
- * tab-width: 8
- * indent-tabs-mode: nil
- * End:
- *
- * vi: set shiftwidth=4 tabstop=8 expandtab:
- * :indentSize=4:tabSize=8:noTabs=true:
- */
diff --git a/ui/packet_list_utils.c b/ui/packet_list_utils.c
index 1f781712e5..f4d818d05f 100644
--- a/ui/packet_list_utils.c
+++ b/ui/packet_list_utils.c
@@ -107,16 +107,3 @@ resolve_column (gint col, capture_file *cf)
return resolve;
}
-
-/*
- * Editor modelines
- *
- * Local Variables:
- * c-basic-offset: 4
- * tab-width: 8
- * indent-tabs-mode: nil
- * End:
- *
- * ex: set shiftwidth=4 tabstop=8 expandtab:
- * :indentSize=4:tabSize=8:noTabs=true:
- */
diff --git a/ui/packet_list_utils.h b/ui/packet_list_utils.h
index 9100088718..62281e2255 100644
--- a/ui/packet_list_utils.h
+++ b/ui/packet_list_utils.h
@@ -41,16 +41,3 @@ gboolean resolve_column (gint col, capture_file *cf);
#endif /* __cplusplus */
#endif /* __PACKET_LIST_UTILS_H__ */
-
-/*
- * Editor modelines
- *
- * Local Variables:
- * c-basic-offset: 4
- * tab-width: 8
- * indent-tabs-mode: nil
- * End:
- *
- * ex: set shiftwidth=4 tabstop=8 expandtab:
- * :indentSize=4:tabSize=8:noTabs=true:
- */
diff --git a/ui/packet_range.c b/ui/packet_range.c
index 3ad148651a..ff62215271 100644
--- a/ui/packet_range.c
+++ b/ui/packet_range.c
@@ -406,16 +406,3 @@ void packet_range_convert_selection_str(packet_range_t *range, const char *es)
/* calculate new user specified packet range counts */
packet_range_calc_selection(range);
}
-
-/*
- * Editor modelines - https://www.wireshark.org/tools/modelines.html
- *
- * Local variables:
- * c-basic-offset: 4
- * tab-width: 8
- * indent-tabs-mode: nil
- * End:
- *
- * vi: set shiftwidth=4 tabstop=8 expandtab:
- * :indentSize=4:tabSize=8:noTabs=true:
- */
diff --git a/ui/persfilepath_opt.c b/ui/persfilepath_opt.c
index b05dddec15..feaeb74b58 100644
--- a/ui/persfilepath_opt.c
+++ b/ui/persfilepath_opt.c
@@ -77,16 +77,3 @@ persfilepath_opt(int opt _U_, const char *optstr)
*colonp = ':'; /* put the colon back */
return TRUE;
}
-
-/*
- * Editor modelines - https://www.wireshark.org/tools/modelines.html
- *
- * Local variables:
- * c-basic-offset: 4
- * tab-width: 8
- * indent-tabs-mode: nil
- * End:
- *
- * vi: set shiftwidth=4 tabstop=8 expandtab:
- * :indentSize=4:tabSize=8:noTabs=true:
- */
diff --git a/ui/persfilepath_opt.h b/ui/persfilepath_opt.h
index f398483c9d..e1e324042a 100644
--- a/ui/persfilepath_opt.h
+++ b/ui/persfilepath_opt.h
@@ -28,16 +28,3 @@ extern gboolean persfilepath_opt(int opt, const char *optstr);
#endif /* __cplusplus */
#endif /* PERSFILEPATH_OPT_H */
-
-/*
- * Editor modelines - https://www.wireshark.org/tools/modelines.html
- *
- * Local variables:
- * c-basic-offset: 4
- * tab-width: 8
- * indent-tabs-mode: nil
- * End:
- *
- * vi: set shiftwidth=4 tabstop=8 expandtab:
- * :indentSize=4:tabSize=8:noTabs=true:
- */
diff --git a/ui/preference_utils.c b/ui/preference_utils.c
index 86fafc6452..4f83e9e959 100644
--- a/ui/preference_utils.c
+++ b/ui/preference_utils.c
@@ -259,16 +259,3 @@ void save_migrated_uat(const char *uat_name, gboolean *old_pref)
prefs_main_write();
}
}
-
-/*
- * Editor modelines - https://www.wireshark.org/tools/modelines.html
- *
- * Local Variables:
- * c-basic-offset: 4
- * tab-width: 8
- * indent-tabs-mode: nil
- * End:
- *
- * ex: set shiftwidth=4 tabstop=8 expandtab:
- * :indentSize=4:tabSize=8:noTabs=true:
- */
diff --git a/ui/preference_utils.h b/ui/preference_utils.h
index 04e3bc7d85..5d52221d82 100644
--- a/ui/preference_utils.h
+++ b/ui/preference_utils.h
@@ -101,16 +101,3 @@ void save_migrated_uat(const char *uat_name, gboolean *old_pref);
#endif /* __cplusplus */
#endif /* __PREFRENCE_UTILS_H__ */
-
-/*
- * Editor modelines - https://www.wireshark.org/tools/modelines.html
- *
- * Local Variables:
- * c-basic-offset: 4
- * tab-width: 8
- * indent-tabs-mode: nil
- * End:
- *
- * ex: set shiftwidth=4 tabstop=8 expandtab:
- * :indentSize=4:tabSize=8:noTabs=true:
- */
diff --git a/ui/profile.c b/ui/profile.c
index 3a24f97ae1..4fc2c2bccb 100644
--- a/ui/profile.c
+++ b/ui/profile.c
@@ -430,16 +430,3 @@ gboolean delete_current_profile(void) {
}
return FALSE;
}
-
-/*
- * Editor modelines
- *
- * Local Variables:
- * c-basic-offset: 4
- * tab-width: 8
- * indent-tabs-mode: nil
- * End:
- *
- * ex: set shiftwidth=4 tabstop=8 expandtab:
- * :indentSize=4:tabSize=8:noTabs=true:
- */
diff --git a/ui/profile.h b/ui/profile.h
index 5b6bd8d743..f24bd60df0 100644
--- a/ui/profile.h
+++ b/ui/profile.h
@@ -121,16 +121,3 @@ gboolean delete_current_profile(void);
#endif /* __cplusplus */
#endif /* __PROFILE_H__ */
-
-/*
- * Editor modelines - https://www.wireshark.org/tools/modelines.html
- *
- * Local variables:
- * c-basic-offset: 4
- * tab-width: 8
- * indent-tabs-mode: nil
- * End:
- *
- * vi: set shiftwidth=4 tabstop=8 expandtab:
- * :indentSize=4:tabSize=8:noTabs=true:
- */
diff --git a/ui/progress_dlg.h b/ui/progress_dlg.h
index 514cddc662..44de799947 100644
--- a/ui/progress_dlg.h
+++ b/ui/progress_dlg.h
@@ -86,16 +86,3 @@ void destroy_progress_dlg(progdlg_t *dlg);
#endif /* __cplusplus */
#endif /* __PROGRESS_DLG_H__ */
-
-/*
- * Editor modelines
- *
- * Local Variables:
- * c-basic-offset: 4
- * tab-width: 8
- * indent-tabs-mode: nil
- * End:
- *
- * ex: set shiftwidth=4 tabstop=8 expandtab:
- * :indentSize=4:tabSize=8:noTabs=true:
- */
diff --git a/ui/proto_hier_stats.c b/ui/proto_hier_stats.c
index e45d11e300..ddc6e62ba5 100644
--- a/ui/proto_hier_stats.c
+++ b/ui/proto_hier_stats.c
@@ -351,16 +351,3 @@ ph_stats_free(ph_stats_t *ps)
g_free(ps);
}
-
-/*
- * Editor modelines - https://www.wireshark.org/tools/modelines.html
- *
- * Local Variables:
- * c-basic-offset: 4
- * tab-width: 8
- * indent-tabs-mode: nil
- * End:
- *
- * ex: set shiftwidth=4 tabstop=8 expandtab:
- * :indentSize=4:tabSize=8:noTabs=true:
- */
diff --git a/ui/proto_hier_stats.h b/ui/proto_hier_stats.h
index 601263a6ea..d096558fa8 100644
--- a/ui/proto_hier_stats.h
+++ b/ui/proto_hier_stats.h
@@ -47,16 +47,3 @@ void ph_stats_free(ph_stats_t *ps);
#endif /* __cplusplus */
#endif /* __UI_PROTO_HIER_STATS_H__ */
-
-/*
- * Editor modelines - https://www.wireshark.org/tools/modelines.html
- *
- * Local Variables:
- * c-basic-offset: 4
- * tab-width: 8
- * indent-tabs-mode: nil
- * End:
- *
- * ex: set shiftwidth=4 tabstop=8 expandtab:
- * :indentSize=4:tabSize=8:noTabs=true:
- */
diff --git a/ui/qt/widgets/rtp_audio_graph.cpp b/ui/qt/widgets/rtp_audio_graph.cpp
index ca47df5ea3..fe88236c6f 100644
--- a/ui/qt/widgets/rtp_audio_graph.cpp
+++ b/ui/qt/widgets/rtp_audio_graph.cpp
@@ -86,17 +86,3 @@ bool RtpAudioGraph::isMyPlottable(QCPAbstractPlottable *plottable)
return false;
}
}
-
-
-/*
- * Editor modelines
- *
- * Local Variables:
- * c-basic-offset: 4
- * tab-width: 8
- * indent-tabs-mode: nil
- * End:
- *
- * ex: set shiftwidth=4 tabstop=8 expandtab:
- * :indentSize=4:tabSize=8:noTabs=true:
- */
diff --git a/ui/qt/widgets/rtp_audio_graph.h b/ui/qt/widgets/rtp_audio_graph.h
index e48bb5211a..f66cd17217 100644
--- a/ui/qt/widgets/rtp_audio_graph.h
+++ b/ui/qt/widgets/rtp_audio_graph.h
@@ -38,16 +38,3 @@ private:
};
#endif // RTP_AUDIO_GRAPH_H
-
-/*
- * Editor modelines
- *
- * Local Variables:
- * c-basic-offset: 4
- * tab-width: 8
- * indent-tabs-mode: nil
- * End:
- *
- * ex: set shiftwidth=4 tabstop=8 expandtab:
- * :indentSize=4:tabSize=8:noTabs=true:
- */
diff --git a/ui/recent.c b/ui/recent.c
index 5bb4d54d0b..1ce6f084be 100644
--- a/ui/recent.c
+++ b/ui/recent.c
@@ -1603,16 +1603,3 @@ recent_cleanup(void)
prefs_clear_string_list(recent.endpoint_tabs);
prefs_clear_string_list(recent.custom_colors);
}
-
-/*
- * Editor modelines - https://www.wireshark.org/tools/modelines.html
- *
- * Local Variables:
- * c-basic-offset: 4
- * tab-width: 8
- * indent-tabs-mode: nil
- * End:
- *
- * ex: set shiftwidth=4 tabstop=8 expandtab:
- * :indentSize=4:tabSize=8:noTabs=true:
- */
diff --git a/ui/recent.h b/ui/recent.h
index bfdd98e7f0..beda760e90 100644
--- a/ui/recent.h
+++ b/ui/recent.h
@@ -281,16 +281,3 @@ extern void recent_add_remote_host(gchar *host, struct remote_host *rh);
#endif /* __cplusplus */
#endif /* recent.h */
-
-/*
- * Editor modelines - https://www.wireshark.org/tools/modelines.html
- *
- * Local Variables:
- * c-basic-offset: 4
- * tab-width: 8
- * indent-tabs-mode: nil
- * End:
- *
- * ex: set shiftwidth=4 tabstop=8 expandtab:
- * :indentSize=4:tabSize=8:noTabs=true:
- */
diff --git a/ui/recent_utils.h b/ui/recent_utils.h
index 7ebf71124a..2e1b36b35f 100644
--- a/ui/recent_utils.h
+++ b/ui/recent_utils.h
@@ -56,16 +56,3 @@ extern void packet_list_recent_write_all(FILE *rf);
#endif /* __cplusplus */
#endif /* __UI_RECENT_UTILS_H__ */
-
-/*
- * Editor modelines
- *
- * Local Variables:
- * c-basic-offset: 4
- * tab-width: 8
- * indent-tabs-mode: nil
- * End:
- *
- * ex: set shiftwidth=4 tabstop=8 expandtab:
- * :indentSize=4:tabSize=8:noTabs=true:
- */
diff --git a/ui/rtp_media.c b/ui/rtp_media.c
index fea4b7c656..09376858de 100644
--- a/ui/rtp_media.c
+++ b/ui/rtp_media.c
@@ -120,16 +120,3 @@ GHashTable *rtp_decoder_hash_table_new(void)
{
return g_hash_table_new_full(g_direct_hash, g_direct_equal, NULL, rtp_decoder_value_destroy);
}
-
-/*
- * Editor modelines - https://www.wireshark.org/tools/modelines.html
- *
- * Local variables:
- * c-basic-offset: 4
- * tab-width: 8
- * indent-tabs-mode: nil
- * End:
- *
- * vi: set shiftwidth=4 tabstop=8 expandtab:
- * :indentSize=4:tabSize=8:noTabs=true:
- */
diff --git a/ui/rtp_media.h b/ui/rtp_media.h
index e144ac571e..32493dea43 100644
--- a/ui/rtp_media.h
+++ b/ui/rtp_media.h
@@ -79,16 +79,3 @@ size_t decode_rtp_packet(rtp_packet_t *rp, SAMPLE **out_buff, GHashTable *decode
#endif /* __cplusplus */
#endif /* __RTP_MEDIA_H__ */
-
-/*
- * Editor modelines - https://www.wireshark.org/tools/modelines.html
- *
- * Local variables:
- * c-basic-offset: 4
- * tab-width: 8
- * indent-tabs-mode: nil
- * End:
- *
- * vi: set shiftwidth=4 tabstop=8 expandtab:
- * :indentSize=4:tabSize=8:noTabs=true:
- */
diff --git a/ui/rtp_stream.c b/ui/rtp_stream.c
index ddbf514d22..611fea96fd 100644
--- a/ui/rtp_stream.c
+++ b/ui/rtp_stream.c
@@ -137,16 +137,3 @@ void rtpstream_mark(rtpstream_tapinfo_t *tapinfo, capture_file *cap_file, rtpstr
if (!was_registered)
remove_tap_listener_rtpstream(tapinfo);
}
-
-/*
- * Editor modelines - https://www.wireshark.org/tools/modelines.html
- *
- * Local variables:
- * c-basic-offset: 4
- * tab-width: 8
- * indent-tabs-mode: nil
- * End:
- *
- * vi: set shiftwidth=4 tabstop=8 expandtab:
- * :indentSize=4:tabSize=8:noTabs=true:
- */
diff --git a/ui/rtp_stream.h b/ui/rtp_stream.h
index 24b14b83c8..e5d71ce28e 100644
--- a/ui/rtp_stream.h
+++ b/ui/rtp_stream.h
@@ -147,16 +147,3 @@ void rtpstream_mark(rtpstream_tapinfo_t *tapinfo, capture_file *cap_file, rtpstr
#endif /* __cplusplus */
#endif /* __RTP_STREAM_H__ */
-
-/*
- * Editor modelines - https://www.wireshark.org/tools/modelines.html
- *
- * Local variables:
- * c-basic-offset: 4
- * tab-width: 8
- * indent-tabs-mode: nil
- * End:
- *
- * vi: set shiftwidth=4 tabstop=8 expandtab:
- * :indentSize=4:tabSize=8:noTabs=true:
- */
diff --git a/ui/rtp_stream_id.c b/ui/rtp_stream_id.c
index 47429d3cda..25eec6cabf 100644
--- a/ui/rtp_stream_id.c
+++ b/ui/rtp_stream_id.c
@@ -143,17 +143,3 @@ guint pinfo_rtp_info_to_hash(const packet_info *pinfo, const struct _rtp_info *r
return hash;
}
-
-
-/*
- * Editor modelines - https://www.wireshark.org/tools/modelines.html
- *
- * Local variables:
- * c-basic-offset: 4
- * tab-width: 8
- * indent-tabs-mode: nil
- * End:
- *
- * vi: set shiftwidth=4 tabstop=8 expandtab:
- * :indentSize=4:tabSize=8:noTabs=true:
- */
diff --git a/ui/rtp_stream_id.h b/ui/rtp_stream_id.h
index 81d29cc482..d5f46b7a10 100644
--- a/ui/rtp_stream_id.h
+++ b/ui/rtp_stream_id.h
@@ -85,16 +85,3 @@ guint pinfo_rtp_info_to_hash(const packet_info *pinfo, const struct _rtp_info *r
#endif /* __cplusplus */
#endif /* __RTP_STREAM_ID_H__ */
-
-/*
- * Editor modelines - https://www.wireshark.org/tools/modelines.html
- *
- * Local variables:
- * c-basic-offset: 4
- * tab-width: 8
- * indent-tabs-mode: nil
- * End:
- *
- * vi: set shiftwidth=4 tabstop=8 expandtab:
- * :indentSize=4:tabSize=8:noTabs=true:
- */
diff --git a/ui/service_response_time.c b/ui/service_response_time.c
index 2c2d162dbf..041acb9738 100644
--- a/ui/service_response_time.c
+++ b/ui/service_response_time.c
@@ -20,16 +20,3 @@ service_response_time_get_column_name (int idx)
if (idx < 0 || idx >= NUM_SRT_COLUMNS) return "(Unknown)";
return default_titles[idx];
}
-
-/*
- * Editor modelines
- *
- * Local Variables:
- * c-basic-offset: 4
- * tab-width: 8
- * indent-tabs-mode: nil
- * End:
- *
- * ex: set shiftwidth=4 tabstop=8 expandtab:
- * :indentSize=4:tabSize=8:noTabs=true:
- */
diff --git a/ui/simple_dialog.h b/ui/simple_dialog.h
index 182d6e7f9b..aaf64900e8 100644
--- a/ui/simple_dialog.h
+++ b/ui/simple_dialog.h
@@ -145,16 +145,3 @@ extern void vsimple_warning_message_box(const char *msg_format, va_list ap);
#endif /* __cplusplus */
#endif /* __SIMPLE_DIALOG_UI_H__ */
-
-/*
- * Editor modelines
- *
- * Local Variables:
- * c-basic-offset: 4
- * tab-width: 8
- * indent-tabs-mode: nil
- * End:
- *
- * ex: set shiftwidth=4 tabstop=8 expandtab:
- * :indentSize=4:tabSize=8:noTabs=true:
- */
diff --git a/ui/software_update.c b/ui/software_update.c
index 8e1bcd3274..943ac85485 100644
--- a/ui/software_update.c
+++ b/ui/software_update.c
@@ -181,16 +181,3 @@ const char *software_update_info(void) {
}
#endif /* defined(HAVE_SOFTWARE_UPDATE) && defined (_WIN32) */
-
-/*
- * Editor modelines
- *
- * Local Variables:
- * c-basic-offset: 4
- * tab-width: 8
- * indent-tabs-mode: nil
- * End:
- *
- * ex: set shiftwidth=4 tabstop=8 expandtab:
- * :indentSize=4:tabSize=8:noTabs=true:
- */
diff --git a/ui/software_update.h b/ui/software_update.h
index a5a72b3939..e24a43e1e1 100644
--- a/ui/software_update.h
+++ b/ui/software_update.h
@@ -68,16 +68,3 @@ extern void software_update_shutdown_request_callback(void);
#endif /* __cplusplus */
#endif /* __SOFTWARE_UPDATE_H__ */
-
-/*
- * Editor modelines
- *
- * Local Variables:
- * c-basic-offset: 4
- * tab-width: 8
- * indent-tabs-mode: nil
- * End:
- *
- * ex: set shiftwidth=4 tabstop=8 expandtab:
- * :indentSize=4:tabSize=8:noTabs=true:
- */
diff --git a/ui/ssl_key_export.c b/ui/ssl_key_export.c
index 2d65ca365a..3177104750 100644
--- a/ui/ssl_key_export.c
+++ b/ui/ssl_key_export.c
@@ -100,16 +100,3 @@ ssl_export_sessions(void)
return g_string_free(keylist, FALSE);
}
-
-/*
- * Editor modelines
- *
- * Local Variables:
- * c-basic-offset: 4
- * tab-width: 8
- * indent-tabs-mode: nil
- * End:
- *
- * ex: set shiftwidth=4 tabstop=8 expandtab:
- * :indentSize=4:tabSize=8:noTabs=true:
- */
diff --git a/ui/ssl_key_export.h b/ui/ssl_key_export.h
index 3ab0d8a4da..7bfaee3758 100644
--- a/ui/ssl_key_export.h
+++ b/ui/ssl_key_export.h
@@ -35,16 +35,3 @@ extern gchar* ssl_export_sessions(void);
#endif /* __cplusplus */
#endif /* __SSL_KEY_EXPORT_H__ */
-
-/*
- * Editor modelines
- *
- * Local Variables:
- * c-basic-offset: 4
- * tab-width: 8
- * indent-tabs-mode: nil
- * End:
- *
- * ex: set shiftwidth=4 tabstop=8 expandtab:
- * :indentSize=4:tabSize=8:noTabs=true:
- */
diff --git a/ui/summary.c b/ui/summary.c
index eca9c3eb0f..358f082746 100644
--- a/ui/summary.c
+++ b/ui/summary.c
@@ -267,16 +267,3 @@ summary_fill_in_capture(capture_file *cf,capture_options *capture_opts, summary_
}
}
#endif
-
-/*
- * Editor modelines - https://www.wireshark.org/tools/modelines.html
- *
- * Local Variables:
- * c-basic-offset: 4
- * tab-width: 8
- * indent-tabs-mode: nil
- * End:
- *
- * ex: set shiftwidth=4 tabstop=8 expandtab:
- * :indentSize=4:tabSize=8:noTabs=true:
- */
diff --git a/ui/summary.h b/ui/summary.h
index 3722546efb..dfa1f8da8d 100644
--- a/ui/summary.h
+++ b/ui/summary.h
@@ -84,16 +84,3 @@ summary_fill_in_capture(capture_file *cf, capture_options *capture_opts, summary
#endif /* __cplusplus */
#endif /* summary.h */
-
-/*
- * Editor modelines - https://www.wireshark.org/tools/modelines.html
- *
- * Local Variables:
- * c-basic-offset: 4
- * tab-width: 8
- * indent-tabs-mode: nil
- * End:
- *
- * ex: set shiftwidth=4 tabstop=8 expandtab:
- * :indentSize=4:tabSize=8:noTabs=true:
- */
diff --git a/ui/tap-iax2-analysis.c b/ui/tap-iax2-analysis.c
index f8b24d76ab..5b4a95030a 100644
--- a/ui/tap-iax2-analysis.c
+++ b/ui/tap-iax2-analysis.c
@@ -123,16 +123,3 @@ iax2_packet_analyse(tap_iax2_stat_t *statinfo,
return;
}
-
-/*
- * Editor modelines - https://www.wireshark.org/tools/modelines.html
- *
- * Local variables:
- * c-basic-offset: 4
- * tab-width: 8
- * indent-tabs-mode: nil
- * End:
- *
- * vi: set shiftwidth=4 tabstop=8 expandtab:
- * :indentSize=4:tabSize=8:noTabs=true:
- */
diff --git a/ui/tap-iax2-analysis.h b/ui/tap-iax2-analysis.h
index 756ba8d5ed..e4d0083bd5 100644
--- a/ui/tap-iax2-analysis.h
+++ b/ui/tap-iax2-analysis.h
@@ -95,16 +95,3 @@ extern void iax2_packet_analyse(tap_iax2_stat_t *statinfo,
#endif /* __cplusplus */
#endif /* __TAP_IAX2_ANALYSIS_H__ */
-
-/*
- * Editor modelines - https://www.wireshark.org/tools/modelines.html
- *
- * Local variables:
- * c-basic-offset: 4
- * tab-width: 8
- * indent-tabs-mode: nil
- * End:
- *
- * vi: set shiftwidth=4 tabstop=8 expandtab:
- * :indentSize=4:tabSize=8:noTabs=true:
- */
diff --git a/ui/tap-rtp-analysis.c b/ui/tap-rtp-analysis.c
index 041b8aa099..88f4f5a326 100644
--- a/ui/tap-rtp-analysis.c
+++ b/ui/tap-rtp-analysis.c
@@ -487,16 +487,3 @@ rtppacket_analyse(tap_rtp_stat_t *statinfo,
return;
}
-
-/*
- * Editor modelines - https://www.wireshark.org/tools/modelines.html
- *
- * Local Variables:
- * c-basic-offset: 4
- * tab-width: 8
- * indent-tabs-mode: nil
- * End:
- *
- * ex: set shiftwidth=4 tabstop=8 expandtab:
- * :indentSize=4:tabSize=8:noTabs=true:
- */
diff --git a/ui/tap-rtp-analysis.h b/ui/tap-rtp-analysis.h
index 99ebb72d15..1f54634244 100644
--- a/ui/tap-rtp-analysis.h
+++ b/ui/tap-rtp-analysis.h
@@ -116,16 +116,3 @@ extern void rtppacket_analyse(tap_rtp_stat_t *statinfo,
#endif /* __cplusplus */
#endif /* __TAP_RTP_ANALYSIS_H__ */
-
-/*
- * Editor modelines - https://www.wireshark.org/tools/modelines.html
- *
- * Local variables:
- * c-basic-offset: 4
- * tab-width: 8
- * indent-tabs-mode: nil
- * End:
- *
- * vi: set shiftwidth=4 tabstop=8 expandtab:
- * :indentSize=4:tabSize=8:noTabs=true:
- */
diff --git a/ui/tap-rtp-common.c b/ui/tap-rtp-common.c
index ba6fb45501..a43fd288b1 100644
--- a/ui/tap-rtp-common.c
+++ b/ui/tap-rtp-common.c
@@ -605,17 +605,3 @@ void rtpstream_info_multihash_destroy_value(gpointer key _U_, gpointer value, gp
{
g_list_free((GList *)value);
}
-
-
-/*
- * Editor modelines - https://www.wireshark.org/tools/modelines.html
- *
- * Local Variables:
- * c-basic-offset: 4
- * tab-width: 8
- * indent-tabs-mode: nil
- * End:
- *
- * ex: set shiftwidth=4 tabstop=8 expandtab:
- * :indentSize=4:tabSize=8:noTabs=true:
- */
diff --git a/ui/tap-rtp-common.h b/ui/tap-rtp-common.h
index 7b91784a82..0bb97e0915 100644
--- a/ui/tap-rtp-common.h
+++ b/ui/tap-rtp-common.h
@@ -163,16 +163,3 @@ void rtpstream_info_multihash_destroy_value(gpointer key, gpointer value, gpoint
#endif /* __cplusplus */
#endif /* __TAP_RTP_COMMON_H__ */
-
-/*
- * Editor modelines - https://www.wireshark.org/tools/modelines.html
- *
- * Local Variables:
- * c-basic-offset: 4
- * tab-width: 8
- * indent-tabs-mode: nil
- * End:
- *
- * ex: set shiftwidth=4 tabstop=8 expandtab:
- * :indentSize=4:tabSize=8:noTabs=true:
- */
diff --git a/ui/tap-sctp-analysis.c b/ui/tap-sctp-analysis.c
index 8049569540..1c17bf2fb7 100644
--- a/ui/tap-sctp-analysis.c
+++ b/ui/tap-sctp-analysis.c
@@ -1292,16 +1292,3 @@ register_tap_listener_sctp_stat(void)
sctp_tapinfo_struct.is_registered=TRUE;
}
}
-
-/*
- * Editor modelines - https://www.wireshark.org/tools/modelines.html
- *
- * Local Variables:
- * c-basic-offset: 4
- * tab-width: 8
- * indent-tabs-mode: nil
- * End:
- *
- * ex: set shiftwidth=4 tabstop=8 expandtab:
- * :indentSize=4:tabSize=8:noTabs=true:
- */
diff --git a/ui/tap-sctp-analysis.h b/ui/tap-sctp-analysis.h
index 307d6be5d9..8f087faea0 100644
--- a/ui/tap-sctp-analysis.h
+++ b/ui/tap-sctp-analysis.h
@@ -303,16 +303,3 @@ const sctp_assoc_info_t* get_selected_assoc(void);
#endif /* __cplusplus */
#endif /* __TAP_SCTP_ANALYSIS_H__ */
-
-/*
- * Editor modelines - https://www.wireshark.org/tools/modelines.html
- *
- * Local Variables:
- * c-basic-offset: 4
- * tab-width: 8
- * indent-tabs-mode: nil
- * End:
- *
- * ex: set shiftwidth=4 tabstop=8 expandtab:
- * :indentSize=4:tabSize=8:noTabs=true:
- */
diff --git a/ui/tap-tcp-stream.c b/ui/tap-tcp-stream.c
index 872fc19519..adce1e64e8 100644
--- a/ui/tap-tcp-stream.c
+++ b/ui/tap-tcp-stream.c
@@ -400,17 +400,3 @@ void rtt_destroy_unack_list(struct rtt_unack **l ) {
g_free(head);
}
}
-
-/*
- * Editor modelines
- *
- * Local Variables:
- * c-basic-offset: 4
- * tab-width: 8
- * indent-tabs-mode: nil
- * End:
- *
- * ex: set shiftwidth=4 tabstop=8 expandtab:
- * :indentSize=4:tabSize=8:noTabs=true:
- */
-
diff --git a/ui/tap-tcp-stream.h b/ui/tap-tcp-stream.h
index 5e94be8a82..2ea02fdab1 100644
--- a/ui/tap-tcp-stream.h
+++ b/ui/tap-tcp-stream.h
@@ -125,16 +125,3 @@ static inline int tcp_seq_before_or_eq(guint32 s1, guint32 s2) {
#endif /* __cplusplus */
#endif /* __TAP_TCP_STREAM_H__ */
-
-/*
- * Editor modelines
- *
- * Local Variables:
- * c-basic-offset: 4
- * tab-width: 8
- * indent-tabs-mode: nil
- * End:
- *
- * ex: set shiftwidth=4 tabstop=8 expandtab:
- * :indentSize=4:tabSize=8:noTabs=true:
- */
diff --git a/ui/tap_export_pdu.c b/ui/tap_export_pdu.c
index c7eceb5690..172db59349 100644
--- a/ui/tap_export_pdu.c
+++ b/ui/tap_export_pdu.c
@@ -219,17 +219,3 @@ exp_pdu_pre_open(const char *tap_name, const char *filter, exp_pdu_t *exp_pdu_ta
return NULL;
}
-
-
-/*
- * Editor modelines
- *
- * Local Variables:
- * c-basic-offset: 4
- * tab-width: 8
- * indent-tabs-mode: nil
- * End:
- *
- * ex: set shiftwidth=4 tabstop=8 expandtab:
- * :indentSize=4:tabSize=8:noTabs=true:
- */
diff --git a/ui/tap_export_pdu.h b/ui/tap_export_pdu.h
index 767f53c116..8d96aebadd 100644
--- a/ui/tap_export_pdu.h
+++ b/ui/tap_export_pdu.h
@@ -57,16 +57,3 @@ gboolean exp_pdu_close(exp_pdu_t *exp_pdu_tap_data, int *err, gchar **err_info);
#endif /* __cplusplus */
#endif /* __TAP_EXPORT_PDU_H__ */
-
-/*
- * Editor modelines
- *
- * Local Variables:
- * c-basic-offset: 4
- * tab-width: 8
- * indent-tabs-mode: nil
- * End:
- *
- * ex: set shiftwidth=4 tabstop=8 expandtab:
- * :indentSize=4:tabSize=8:noTabs=true:
- */
diff --git a/ui/taps.h b/ui/taps.h
index cd1625adca..e242c9333b 100644
--- a/ui/taps.h
+++ b/ui/taps.h
@@ -28,16 +28,3 @@ extern const gulong tap_reg_listener_count;
#endif /* __cplusplus */
#endif /* __TAPS_H__ */
-
-/*
- * Editor modelines - https://www.wireshark.org/tools/modelines.html
- *
- * Local Variables:
- * c-basic-offset: 4
- * tab-width: 8
- * indent-tabs-mode: nil
- * End:
- *
- * vi: set shiftwidth=4 tabstop=8 expandtab:
- * :indentSize=4:tabSize=8:noTabs=true:
- */
diff --git a/ui/text_import.c b/ui/text_import.c
index d8e6f37e3c..bd52342c78 100644
--- a/ui/text_import.c
+++ b/ui/text_import.c
@@ -1452,16 +1452,3 @@ text_import(const text_import_info_t *info)
g_free(packet_buf);
return ret;
}
-
-/*
- * Editor modelines - https://www.wireshark.org/tools/modelines.html
- *
- * Local variables:
- * c-basic-offset: 4
- * tab-width: 8
- * indent-tabs-mode: nil
- * End:
- *
- * vi: set shiftwidth=4 tabstop=8 expandtab:
- * :indentSize=4:tabSize=8:noTabs=true:
- */
diff --git a/ui/text_import.h b/ui/text_import.h
index f4428e4ad7..022ad194cf 100644
--- a/ui/text_import.h
+++ b/ui/text_import.h
@@ -105,16 +105,3 @@ int text_import(const text_import_info_t *info);
#endif /* __cplusplus */
#endif /* __TEXT_IMPORT_H__ */
-
-/*
- * Editor modelines - https://www.wireshark.org/tools/modelines.html
- *
- * Local variables:
- * c-basic-offset: 4
- * tab-width: 8
- * indent-tabs-mode: nil
- * End:
- *
- * vi: set shiftwidth=4 tabstop=8 expandtab:
- * :indentSize=4:tabSize=8:noTabs=true:
- */
diff --git a/ui/text_import_regex.c b/ui/text_import_regex.c
index d63009d37a..b0763fe7fc 100644
--- a/ui/text_import_regex.c
+++ b/ui/text_import_regex.c
@@ -116,16 +116,3 @@ int text_import_regex(const text_import_info_t* info) {
g_mapped_file_unref(file);
return status * parsed_packets;
}
-
-/*
- * Editor modelines - https://www.wireshark.org/tools/modelines.html
- *
- * Local variables:
- * c-basic-offset: 4
- * tab-width: 8
- * indent-tabs-mode: nil
- * End:
- *
- * vi: set shiftwidth=4 tabstop=8 expandtab:
- * :indentSize=4:tabSize=8:noTabs=true:
- */
diff --git a/ui/text_import_regex.h b/ui/text_import_regex.h
index 35802be792..772d8a62c9 100644
--- a/ui/text_import_regex.h
+++ b/ui/text_import_regex.h
@@ -41,16 +41,3 @@ int text_import_regex(const text_import_info_t *info);
#endif /* __cplusplus */
#endif /* __TEXT_IMPORT_REGEX_H__ */
-
-/*
- * Editor modelines - https://www.wireshark.org/tools/modelines.html
- *
- * Local variables:
- * c-basic-offset: 4
- * tab-width: 8
- * indent-tabs-mode: nil
- * End:
- *
- * vi: set shiftwidth=4 tabstop=8 expandtab:
- * :indentSize=4:tabSize=8:noTabs=true:
- */
diff --git a/ui/text_import_scanner.h b/ui/text_import_scanner.h
index 512203f2fc..042cdf6863 100644
--- a/ui/text_import_scanner.h
+++ b/ui/text_import_scanner.h
@@ -41,16 +41,3 @@ int text_import_scan(FILE *input_file);
#endif /* __cplusplus */
#endif /* __TEXT_IMPORT_SCANNER_H__ */
-
-/*
- * Editor modelines
- *
- * Local Variables:
- * c-basic-offset: 4
- * tab-width: 8
- * indent-tabs-mode: nil
- * End:
- *
- * ex: set shiftwidth=4 tabstop=8 expandtab:
- * :indentSize=4:tabSize=8:noTabs=true:
- */
diff --git a/ui/time_shift.c b/ui/time_shift.c
index d2394dc54a..50d7562759 100644
--- a/ui/time_shift.c
+++ b/ui/time_shift.c
@@ -451,16 +451,3 @@ time_shift_undo(capture_file *cf)
packet_list_queue_draw();
return NULL;
}
-
-/*
- * Editor modelines
- *
- * Local Variables:
- * c-basic-offset: 4
- * tab-width: 8
- * indent-tabs-mode: nil
- * End:
- *
- * ex: set shiftwidth=4 tabstop=8 expandtab:
- * :indentSize=4:tabSize=8:noTabs=true:
- */
diff --git a/ui/time_shift.h b/ui/time_shift.h
index b8de410328..a725999f89 100644
--- a/ui/time_shift.h
+++ b/ui/time_shift.h
@@ -87,16 +87,3 @@ const gchar * time_shift_undo(capture_file *cf);
#endif /* __cplusplus */
#endif /* __TIME_SHIFT_H__ */
-
-/*
- * Editor modelines - https://www.wireshark.org/tools/modelines.html
- *
- * Local variables:
- * c-basic-offset: 4
- * tab-width: 8
- * indent-tabs-mode: nil
- * End:
- *
- * vi: set shiftwidth=4 tabstop=8 expandtab:
- * :indentSize=4:tabSize=8:noTabs=true:
- */
diff --git a/ui/traffic_table_ui.c b/ui/traffic_table_ui.c
index 3da1eaa3ba..6a003b07fb 100644
--- a/ui/traffic_table_ui.c
+++ b/ui/traffic_table_ui.c
@@ -218,16 +218,3 @@ write_endpoint_geoip_map(FILE *fp, gboolean json_only, hostlist_talker_t *const
return TRUE;
}
#endif
-
-/*
- * Editor modelines - https://www.wireshark.org/tools/modelines.html
- *
- * Local variables:
- * c-basic-offset: 4
- * tab-width: 8
- * indent-tabs-mode: nil
- * End:
- *
- * vi: set shiftwidth=4 tabstop=8 expandtab:
- * :indentSize=4:tabSize=8:noTabs=true:
- */
diff --git a/ui/traffic_table_ui.h b/ui/traffic_table_ui.h
index 6d50d9eeeb..6233a1f08d 100644
--- a/ui/traffic_table_ui.h
+++ b/ui/traffic_table_ui.h
@@ -93,16 +93,3 @@ gboolean write_endpoint_geoip_map(FILE *fp, gboolean json_only, hostlist_talker_
#endif /* __cplusplus */
#endif /* __TRAFFIC_TABLE_UI_H__ */
-
-/*
- * Editor modelines - https://www.wireshark.org/tools/modelines.html
- *
- * Local variables:
- * c-basic-offset: 4
- * tab-width: 8
- * indent-tabs-mode: nil
- * End:
- *
- * vi: set shiftwidth=4 tabstop=8 expandtab:
- * :indentSize=4:tabSize=8:noTabs=true:
- */
diff --git a/ui/util.c b/ui/util.c
index f3d9a92110..94df90afc5 100644
--- a/ui/util.c
+++ b/ui/util.c
@@ -339,16 +339,3 @@ gboolean display_is_remote(void)
}
return is_remote;
}
-
-/*
- * Editor modelines
- *
- * Local Variables:
- * c-basic-offset: 4
- * tab-width: 8
- * indent-tabs-mode: nil
- * End:
- *
- * ex: set shiftwidth=4 tabstop=8 expandtab:
- * :indentSize=4:tabSize=8:noTabs=true:
- */
diff --git a/ui/util.h b/ui/util.h
index e448269755..9acfc1e31c 100644
--- a/ui/util.h
+++ b/ui/util.h
@@ -55,16 +55,3 @@ extern void set_last_open_dir(const char *dirname);
#endif /* __cplusplus */
#endif /* __UTIL_H__ */
-
-/*
- * Editor modelines
- *
- * Local Variables:
- * c-basic-offset: 4
- * tab-width: 8
- * indent-tabs-mode: nil
- * End:
- *
- * ex: set shiftwidth=4 tabstop=8 expandtab:
- * :indentSize=4:tabSize=8:noTabs=true:
- */
diff --git a/ui/voip_calls.c b/ui/voip_calls.c
index 7893d59fce..99738a4111 100644
--- a/ui/voip_calls.c
+++ b/ui/voip_calls.c
@@ -4452,16 +4452,3 @@ remove_tap_listener_prot__calls(voip_calls_tapinfo_t *tap_id_base)
remove_tap_listener(tap_base_to_id(tap_id_base, tap_id_offset_prot_));
}
#endif
-
-/*
- * Editor modelines - https://www.wireshark.org/tools/modelines.html
- *
- * Local Variables:
- * c-basic-offset: 4
- * tab-width: 8
- * indent-tabs-mode: nil
- * End:
- *
- * ex: set shiftwidth=4 tabstop=8 expandtab:
- * :indentSize=4:tabSize=8:noTabs=true:
- */
diff --git a/ui/voip_calls.h b/ui/voip_calls.h
index f9ff283273..db5ef172a6 100644
--- a/ui/voip_calls.h
+++ b/ui/voip_calls.h
@@ -264,16 +264,3 @@ voip_calls_free_callsinfo(voip_calls_info_t *callsinfo);
#endif /* __cplusplus */
#endif /* __VOIP_CALLS_H__ */
-
-/*
- * Editor modelines - https://www.wireshark.org/tools/modelines.html
- *
- * Local Variables:
- * c-basic-offset: 4
- * tab-width: 8
- * indent-tabs-mode: nil
- * End:
- *
- * ex: set shiftwidth=4 tabstop=8 expandtab:
- * :indentSize=4:tabSize=8:noTabs=true:
- */
diff --git a/ui/win32/console_win32.c b/ui/win32/console_win32.c
index 6be5b8d1e5..22b7d10a7d 100644
--- a/ui/win32/console_win32.c
+++ b/ui/win32/console_win32.c
@@ -305,16 +305,3 @@ get_stdin_capture(void)
}
#endif /* _WIN32 */
-
-/*
- * Editor modelines - https://www.wireshark.org/tools/modelines.html
- *
- * Local variables:
- * c-basic-offset: 4
- * tab-width: 8
- * indent-tabs-mode: nil
- * End:
- *
- * vi: set shiftwidth=4 tabstop=8 expandtab:
- * :indentSize=4:tabSize=8:noTabs=true:
- */
diff --git a/ui/win32/console_win32.h b/ui/win32/console_win32.h
index 62d2578e15..dfaf4dd3da 100644
--- a/ui/win32/console_win32.h
+++ b/ui/win32/console_win32.h
@@ -61,16 +61,3 @@ gboolean get_stdin_capture(void);
#endif /* __cplusplus */
#endif /* __CONSOLE_WIN32_H__ */
-
-/*
- * Editor modelines - https://www.wireshark.org/tools/modelines.html
- *
- * Local variables:
- * c-basic-offset: 4
- * tab-width: 8
- * indent-tabs-mode: nil
- * End:
- *
- * vi: set shiftwidth=4 tabstop=8 expandtab:
- * :indentSize=4:tabSize=8:noTabs=true:
- */
diff --git a/ui/win32/file_dlg_win32.c b/ui/win32/file_dlg_win32.c
index 4196d903fe..f873cba81c 100644
--- a/ui/win32/file_dlg_win32.c
+++ b/ui/win32/file_dlg_win32.c
@@ -1802,16 +1802,3 @@ export_file_hook_proc(HWND ef_hwnd, UINT msg, WPARAM w_param, LPARAM l_param) {
}
#endif // _WIN32
-
-/*
- * Editor modelines
- *
- * Local Variables:
- * c-basic-offset: 4
- * tab-width: 8
- * indent-tabs-mode: nil
- * End:
- *
- * ex: set shiftwidth=4 tabstop=8 expandtab:
- * :indentSize=4:tabSize=8:noTabs=true:
- */
diff --git a/ui/ws_ui_util.h b/ui/ws_ui_util.h
index ab720756d1..56fe8590b8 100644
--- a/ui/ws_ui_util.h
+++ b/ui/ws_ui_util.h
@@ -83,16 +83,3 @@ void color_filter_add_cb(color_filter_t *colorf, gpointer user_data);
#endif /* __cplusplus */
#endif /* __UI_UTIL_H__ */
-
-/*
- * Editor modelines
- *
- * Local Variables:
- * c-basic-offset: 4
- * tab-width: 8
- * indent-tabs-mode: nil
- * End:
- *
- * ex: set shiftwidth=4 tabstop=8 expandtab:
- * :indentSize=4:tabSize=8:noTabs=true:
- */