aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-ossp.c
diff options
context:
space:
mode:
Diffstat (limited to 'epan/dissectors/packet-ossp.c')
-rw-r--r--epan/dissectors/packet-ossp.c13
1 files changed, 13 insertions, 0 deletions
diff --git a/epan/dissectors/packet-ossp.c b/epan/dissectors/packet-ossp.c
index 6343c8df9e..33987d0660 100644
--- a/epan/dissectors/packet-ossp.c
+++ b/epan/dissectors/packet-ossp.c
@@ -694,3 +694,16 @@ proto_reg_handoff_ossp(void)
dh_data = find_dissector("data");
}
+
+/*
+ * 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:
+ */