aboutsummaryrefslogtreecommitdiffstats
path: root/plugins
diff options
context:
space:
mode:
authorAlexis La Goutte <alexis.lagoutte@gmail.com>2016-12-19 08:54:11 +0100
committerMichael Mann <mmann78@netscape.net>2016-12-19 13:32:10 +0000
commitcf0f6ae0ae2c3d4661060655494528e8eaec2e89 (patch)
tree1141525db85d7385e86b9839028cb8f385143d47 /plugins
parent562954bbe6a1d1e78edb86f644385cea54e6f987 (diff)
transum: add Modelines info
Change-Id: I9d9ffdb7d32a940dbe155e82946d59f649cafe09 Reviewed-on: https://code.wireshark.org/review/19345 Petri-Dish: Michael Mann <mmann78@netscape.net> Tested-by: Petri Dish Buildbot <buildbot-no-reply@wireshark.org> Reviewed-by: Michael Mann <mmann78@netscape.net>
Diffstat (limited to 'plugins')
-rw-r--r--plugins/transum/decoders.c13
-rw-r--r--plugins/transum/decoders.h13
-rw-r--r--plugins/transum/extractors.c13
-rw-r--r--plugins/transum/packet-transum.c13
-rw-r--r--plugins/transum/packet-transum.h13
5 files changed, 65 insertions, 0 deletions
diff --git a/plugins/transum/decoders.c b/plugins/transum/decoders.c
index ea189d0b05..f844245d72 100644
--- a/plugins/transum/decoders.c
+++ b/plugins/transum/decoders.c
@@ -302,3 +302,16 @@ int decode_gudp(packet_info *pinfo, proto_tree *tree)
return 1;
}
+
+/*
+ * Editor modelines - http://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/plugins/transum/decoders.h b/plugins/transum/decoders.h
index 18bdb07121..2725f20a7d 100644
--- a/plugins/transum/decoders.h
+++ b/plugins/transum/decoders.h
@@ -29,3 +29,16 @@ gboolean decode_smb(packet_info *pinfo, proto_tree *tree);
gboolean decode_gtcp(packet_info *pinfo, proto_tree *tree);
gboolean decode_dns(packet_info *pinfo, proto_tree *tree);
gboolean decode_gudp(packet_info *pinfo, proto_tree *tree);
+
+/*
+ * Editor modelines - http://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/plugins/transum/extractors.c b/plugins/transum/extractors.c
index f65cef49a6..8dfd57de7b 100644
--- a/plugins/transum/extractors.c
+++ b/plugins/transum/extractors.c
@@ -118,3 +118,16 @@ int extract_bool(proto_tree *tree, int field_id, gboolean *result_array, size_t
return 0;
}
+
+/*
+ * Editor modelines - http://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/plugins/transum/packet-transum.c b/plugins/transum/packet-transum.c
index cf9ba5c9be..5aec01a175 100644
--- a/plugins/transum/packet-transum.c
+++ b/plugins/transum/packet-transum.c
@@ -1396,3 +1396,16 @@ void proto_reg_handoff_transum(void)
proto_disable_by_default(proto_transum);
proto_set_decoding(proto_transum, preferences.tsumenabled);
}
+
+/*
+ * Editor modelines - http://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/plugins/transum/packet-transum.h b/plugins/transum/packet-transum.h
index 101a930e4f..2ad98e8aef 100644
--- a/plugins/transum/packet-transum.h
+++ b/plugins/transum/packet-transum.h
@@ -185,3 +185,16 @@ typedef struct _HF_OF_INTEREST
} HF_OF_INTEREST;
void add_detected_tcp_svc(guint16 port);
+
+/*
+ * Editor modelines - http://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:
+ */