summaryrefslogtreecommitdiff
path: root/plugins/wimax/wimax_ffb_decoder.c
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/wimax/wimax_ffb_decoder.c')
-rw-r--r--plugins/wimax/wimax_ffb_decoder.c13
1 files changed, 13 insertions, 0 deletions
diff --git a/plugins/wimax/wimax_ffb_decoder.c b/plugins/wimax/wimax_ffb_decoder.c
index 8b50926c47..da5c328d04 100644
--- a/plugins/wimax/wimax_ffb_decoder.c
+++ b/plugins/wimax/wimax_ffb_decoder.c
@@ -127,3 +127,16 @@ void proto_register_wimax_ffb(void)
register_dissector("wimax_ffb_burst_handler", dissect_wimax_ffb_decoder, -1);
}
+
+/*
+ * 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:
+ */