aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-cosine.c
diff options
context:
space:
mode:
Diffstat (limited to 'epan/dissectors/packet-cosine.c')
-rw-r--r--epan/dissectors/packet-cosine.c13
1 files changed, 13 insertions, 0 deletions
diff --git a/epan/dissectors/packet-cosine.c b/epan/dissectors/packet-cosine.c
index 8e0f1d9371..c4ac985e21 100644
--- a/epan/dissectors/packet-cosine.c
+++ b/epan/dissectors/packet-cosine.c
@@ -191,3 +191,16 @@ proto_reg_handoff_cosine(void)
cosine_handle = create_dissector_handle(dissect_cosine, proto_cosine);
dissector_add_uint("wtap_encap", WTAP_ENCAP_COSINE, cosine_handle);
}
+
+/*
+ * Editor modelines - http://www.wireshark.org/tools/modelines.html
+ *
+ * Local Variables:
+ * c-basic-offset: 2
+ * tab-width: 8
+ * indent-tabs-mode: nil
+ * End:
+ *
+ * ex: set shiftwidth=2 tabstop=8 expandtab:
+ * :indentSize=2:tabSize=8:noTabs=true:
+ */