summaryrefslogtreecommitdiff
path: root/epan/ipproto.h
diff options
context:
space:
mode:
authorAlexis La Goutte <alexis.lagoutte@gmail.com>2014-05-16 14:59:32 +0200
committerAnders Broman <a.broman58@gmail.com>2014-05-16 14:16:59 +0000
commitc3513b4f35289e36077056a5e2b862a697a05824 (patch)
treee6f5f20e24f62c544e6f3ab000ec2fcda3b24cc1 /epan/ipproto.h
parentc24ede34501c049efc7cb0914359c05a0ed921ca (diff)
downloadwireshark-c3513b4f35289e36077056a5e2b862a697a05824.tar.gz
Add modelines info
Change-Id: Ia37dd9c79e70b839063e131c532ae2b724293600 Reviewed-on: https://code.wireshark.org/review/1663 Reviewed-by: Anders Broman <a.broman58@gmail.com>
Diffstat (limited to 'epan/ipproto.h')
-rw-r--r--epan/ipproto.h13
1 files changed, 13 insertions, 0 deletions
diff --git a/epan/ipproto.h b/epan/ipproto.h
index 9286bced84..3477507ebb 100644
--- a/epan/ipproto.h
+++ b/epan/ipproto.h
@@ -195,3 +195,16 @@ extern value_string_ext ipproto_val_ext;
WS_DLL_PUBLIC const char *ipprotostr(const int proto);
#endif /* ipproto.h */
+
+/*
+ * Editor modelines
+ *
+ * Local Variables:
+ * c-basic-offset: 4
+ * tab-width: 8
+ * indent-tabs-mode: nil
+ * End:
+ *
+ * ex: set shiftwidth=4 tabstop=8 expandtab:
+ * :indentSize=4:tabSize=8:noTabs=true:
+ */