aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-fcp.c
diff options
context:
space:
mode:
authorAlexis La Goutte <alexis.lagoutte@gmail.com>2014-06-09 12:43:40 +0200
committerEvan Huus <eapache@gmail.com>2014-06-09 23:57:27 +0000
commit26ad82454810ec9421a3f37c72f1fd8c6bc135ec (patch)
treeb0035d0f1eff52c7cde6a0acbd2ed550ddfaf304 /epan/dissectors/packet-fcp.c
parentf627ee867415478ab58edca8ae6fd31f40d8dc6f (diff)
Add Modelines info
Change-Id: If3e77cbdfdeab75766984b10b3356b8343100602 Reviewed-on: https://code.wireshark.org/review/2065 Reviewed-by: Evan Huus <eapache@gmail.com>
Diffstat (limited to 'epan/dissectors/packet-fcp.c')
-rw-r--r--epan/dissectors/packet-fcp.c13
1 files changed, 13 insertions, 0 deletions
diff --git a/epan/dissectors/packet-fcp.c b/epan/dissectors/packet-fcp.c
index 4c7df233cb..2245ba07a2 100644
--- a/epan/dissectors/packet-fcp.c
+++ b/epan/dissectors/packet-fcp.c
@@ -1078,3 +1078,16 @@ proto_reg_handoff_fcp(void)
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:
+ */