aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-assa_r3.c
diff options
context:
space:
mode:
authorBill Meier <wmeier@newsguy.com>2014-10-14 14:19:59 -0400
committerBill Meier <wmeier@newsguy.com>2014-10-14 20:07:51 +0000
commit71c5ac03e23edf46878fbc60fe6c1694476775de (patch)
tree93d054943c5f5e9f1d969b4da023b3c82f978aac /epan/dissectors/packet-assa_r3.c
parent0ce5b8cdac85a4622638ee067c0963554d1fc909 (diff)
packet-assa_r3.c: Use editor modelines from http://www.wireshark.org/tools/modelines.html
Change-Id: I2d9accd2336448ced30dca1878a3e27cdba29566 Reviewed-on: https://code.wireshark.org/review/4687 Reviewed-by: Bill Meier <wmeier@newsguy.com>
Diffstat (limited to 'epan/dissectors/packet-assa_r3.c')
-rw-r--r--epan/dissectors/packet-assa_r3.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/epan/dissectors/packet-assa_r3.c b/epan/dissectors/packet-assa_r3.c
index 918e88212b..95f2a9be9d 100644
--- a/epan/dissectors/packet-assa_r3.c
+++ b/epan/dissectors/packet-assa_r3.c
@@ -10023,15 +10023,15 @@ void proto_reg_handoff_r3 (void)
dissector_add_uint ("tcp.port", 8023, r3_handle);
}
-
/*
- * Editor modelines
+ * Editor modelines - http://www.wireshark.org/tools/modelines.html
*
- * Local variables:
+ * Local Variables:
* c-basic-offset: 2
* tab-width: 8
* indent-tabs-mode: nil
* End:
*
- * vim: set tabstop=2 softtabstop=2 shiftwidth=2 expandtab:
+ * vi: set shiftwidth=2 tabstop=8 expandtab:
+ * :indentSize=2:tabSize=8:noTabs=true:
*/