aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-mesh.c
diff options
context:
space:
mode:
Diffstat (limited to 'epan/dissectors/packet-mesh.c')
-rw-r--r--epan/dissectors/packet-mesh.c13
1 files changed, 13 insertions, 0 deletions
diff --git a/epan/dissectors/packet-mesh.c b/epan/dissectors/packet-mesh.c
index 9c43d7378b..9c2da18b9b 100644
--- a/epan/dissectors/packet-mesh.c
+++ b/epan/dissectors/packet-mesh.c
@@ -102,3 +102,16 @@ proto_register_mesh(void)
new_register_dissector("mesh", dissect_mesh, proto_mesh);
}
+
+/*
+ * 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:
+ */