summaryrefslogtreecommitdiff
path: root/plugins/transum/decoders.h
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/transum/decoders.h')
-rw-r--r--plugins/transum/decoders.h13
1 files changed, 13 insertions, 0 deletions
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:
+ */