aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlexis La Goutte <alexis.lagoutte@gmail.com>2014-08-15 18:53:05 +0200
committerAnders Broman <a.broman58@gmail.com>2014-08-16 22:21:39 +0000
commitae6c433f0c2e82946de3273023ac6e5af3e33b8f (patch)
tree7c9c9fc5dda0949e22dba918bc9f835cd6dd33ca
parent762e7626680e4b4d9bc8ddce90f124ff631545b3 (diff)
IPMI Update: Add modelines info
Change-Id: I5edf987e0df4c1d363d29ef4b48d901873c1c817 Reviewed-on: https://code.wireshark.org/review/3649 Reviewed-by: Anders Broman <a.broman58@gmail.com>
-rw-r--r--epan/dissectors/packet-ipmi-update.c13
1 files changed, 13 insertions, 0 deletions
diff --git a/epan/dissectors/packet-ipmi-update.c b/epan/dissectors/packet-ipmi-update.c
index 35be82bcf0..38bda36805 100644
--- a/epan/dissectors/packet-ipmi-update.c
+++ b/epan/dissectors/packet-ipmi-update.c
@@ -45,3 +45,16 @@ proto_register_ipmi_update(void)
ipmi_register_netfn_cmdtab(IPMI_UPDATE_REQ, IPMI_OEM_PPS, NULL, 0, NULL,
cmd_update, array_length(cmd_update));
}
+
+/*
+ * 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:
+ */