summaryrefslogtreecommitdiff
path: root/plugins/irda
diff options
context:
space:
mode:
authorBill Meier <wmeier@newsguy.com>2015-01-07 20:50:45 -0500
committerBill Meier <wmeier@newsguy.com>2015-01-08 01:52:56 +0000
commitd245f38c126f1adbde6c118672fc0a099bd13549 (patch)
treed302b6cd07ec25fc0f3e734483026d347d8563c6 /plugins/irda
parent6edb27b58ed2eccf3a04d31dc5a614bcc9a78144 (diff)
downloadwireshark-d245f38c126f1adbde6c118672fc0a099bd13549.tar.gz
packet-irda.c: Add editor modelines
Change-Id: I626b60a185e750af94306892cd41dc8729920cfd Reviewed-on: https://code.wireshark.org/review/6393 Reviewed-by: Bill Meier <wmeier@newsguy.com>
Diffstat (limited to 'plugins/irda')
-rw-r--r--plugins/irda/packet-irda.c13
1 files changed, 13 insertions, 0 deletions
diff --git a/plugins/irda/packet-irda.c b/plugins/irda/packet-irda.c
index b9a79a3069..63a6326bfa 100644
--- a/plugins/irda/packet-irda.c
+++ b/plugins/irda/packet-irda.c
@@ -2243,3 +2243,16 @@ void proto_reg_handoff_irda(void)
dissector_add_uint("sll.ltype", LINUX_SLL_P_IRDA_LAP, irda_handle);
data_handle = find_dissector("data");
}
+
+/*
+ * Editor modelines - http://www.wireshark.org/tools/modelines.html
+ *
+ * Local variables:
+ * c-basic-offset: 4
+ * tab-width: 8
+ * indent-tabs-mode: nil
+ * End:
+ *
+ * vi: set shiftwidth=4 tabstop=8 expandtab:
+ * :indentSize=4:tabSize=8:noTabs=true:
+ */