aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-ecp-oui.c
diff options
context:
space:
mode:
authorAlexis La Goutte <alexis.lagoutte@gmail.com>2014-05-02 16:19:08 +0200
committerAnders Broman <a.broman58@gmail.com>2014-05-02 14:41:37 +0000
commit13e8983dbf7400cffdfee96f9a4fd6e429fb50b0 (patch)
tree5b0cf5d62a3aaac1b2c57bf8c3a510617c774f31 /epan/dissectors/packet-ecp-oui.c
parentc27ad662f278d738435c9426c36f2af913ae8410 (diff)
Add modelines info
Change-Id: I35bed12af5e0a2da9daf2fb5b6dfdfe05377549e Reviewed-on: https://code.wireshark.org/review/1470 Reviewed-by: Anders Broman <a.broman58@gmail.com>
Diffstat (limited to 'epan/dissectors/packet-ecp-oui.c')
-rw-r--r--epan/dissectors/packet-ecp-oui.c14
1 files changed, 13 insertions, 1 deletions
diff --git a/epan/dissectors/packet-ecp-oui.c b/epan/dissectors/packet-ecp-oui.c
index a96a341bf2..07ccf42a95 100644
--- a/epan/dissectors/packet-ecp-oui.c
+++ b/epan/dissectors/packet-ecp-oui.c
@@ -412,5 +412,17 @@ void proto_reg_handoff_ecp(void)
ecp_handle = find_dissector("ecp");
dissector_add_uint("ieee802a.ecp_pid", 0x0000, ecp_handle);
-
}
+
+/*
+ * Editor modelines - http://www.wireshark.org/tools/modelines.html
+ *
+ * Local variables:
+ * c-basic-offset: 8
+ * tab-width: 8
+ * indent-tabs-mode: t
+ * End:
+ *
+ * vi: set shiftwidth=8 tabstop=8 noexpandtab:
+ * :indentSize=8:tabSize=8:noTabs=false:
+ */