aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-rmt-common.h
diff options
context:
space:
mode:
authorBill Meier <wmeier@newsguy.com>2014-08-10 20:29:16 -0400
committerBill Meier <wmeier@newsguy.com>2014-08-15 14:42:53 +0000
commitc84578ca04271ff68bb0446ac91742e3c508d43f (patch)
treec671e88ff5f698b20dfb480377bde5fcbc355183 /epan/dissectors/packet-rmt-common.h
parent78dab888ae751def2da370cbb26bf32ce53a013b (diff)
packet-ppp.h/packet-rmt-common.h: Add #include <epan/params.h> (so certain other files need not do so).
Also: Add editor-modelines (packet-rmt-common.h) Change-Id: Ib0c45285a9102bb21e8e3c216763ff8cc0150c32 Reviewed-on: https://code.wireshark.org/review/3611 Reviewed-by: Bill Meier <wmeier@newsguy.com>
Diffstat (limited to 'epan/dissectors/packet-rmt-common.h')
-rw-r--r--epan/dissectors/packet-rmt-common.h15
1 files changed, 15 insertions, 0 deletions
diff --git a/epan/dissectors/packet-rmt-common.h b/epan/dissectors/packet-rmt-common.h
index 72436620e4..03ce06cee1 100644
--- a/epan/dissectors/packet-rmt-common.h
+++ b/epan/dissectors/packet-rmt-common.h
@@ -25,6 +25,8 @@
#ifndef __PACKET_RMT_COMMON__
#define __PACKET_RMT_COMMON__
+#include <epan/params.h>
+
/* LCT preferences */
#define LCT_PREFS_EXT_192_NONE 0
@@ -72,3 +74,16 @@ extern void fec_decode_ext_fti(tvbuff_t *tvb, packet_info *pinfo, proto_tree *tr
extern double rmt_decode_send_rate(guint16 send_rate );
#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:
+ */