aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-h221_nonstd.c
diff options
context:
space:
mode:
Diffstat (limited to 'epan/dissectors/packet-h221_nonstd.c')
-rw-r--r--epan/dissectors/packet-h221_nonstd.c13
1 files changed, 13 insertions, 0 deletions
diff --git a/epan/dissectors/packet-h221_nonstd.c b/epan/dissectors/packet-h221_nonstd.c
index a1172c3b8c..65227513e7 100644
--- a/epan/dissectors/packet-h221_nonstd.c
+++ b/epan/dissectors/packet-h221_nonstd.c
@@ -138,3 +138,16 @@ proto_reg_handoff_nonstd(void)
dissector_add_uint("h225.nsp.h221",0xb500534c, ms_nonstd_handle);
}
+
+/*
+ * 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:
+ */