aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-ipmi.h
diff options
context:
space:
mode:
authorBill Meier <wmeier@newsguy.com>2014-06-02 18:57:35 -0400
committerBill Meier <wmeier@newsguy.com>2014-06-03 01:35:40 +0000
commitfae972606761d0169342f906cf25e510e9e2ca49 (patch)
tree5f64c01362808a260782fd9c5e080050531efd61 /epan/dissectors/packet-ipmi.h
parent3bf635b0cce9499fa7727967456c613b44a745cf (diff)
packet-ipmi...: Various cleanups:
- refs to value_strings in hf[] entries, by convention, should use VALS macro; - add editor-modelines as needed; Fix some indentation. Change-Id: Iaa0196bab6de066ed68a2755b69b07fadd33e498 Reviewed-on: https://code.wireshark.org/review/1927 Reviewed-by: Bill Meier <wmeier@newsguy.com>
Diffstat (limited to 'epan/dissectors/packet-ipmi.h')
-rw-r--r--epan/dissectors/packet-ipmi.h14
1 files changed, 14 insertions, 0 deletions
diff --git a/epan/dissectors/packet-ipmi.h b/epan/dissectors/packet-ipmi.h
index 51e9dabf31..840506f737 100644
--- a/epan/dissectors/packet-ipmi.h
+++ b/epan/dissectors/packet-ipmi.h
@@ -182,3 +182,17 @@ int ipmi_sendmsg_whichresponse(struct ipmi_header *hdr, struct ipmi_reqresp *rr)
int ipmi_sendmsg_otheridx(struct ipmi_header *hdr);
#endif
+
+
+/*
+ * 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:
+ */