summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--epan/ipproto.c13
-rw-r--r--epan/ipproto.h13
2 files changed, 26 insertions, 0 deletions
diff --git a/epan/ipproto.c b/epan/ipproto.c
index 689f74cfd2..750b8e726f 100644
--- a/epan/ipproto.c
+++ b/epan/ipproto.c
@@ -295,3 +295,16 @@ const char *ipprotostr(const int proto) {
#endif
return s;
}
+
+/*
+ * 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:
+ */
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:
+ */