aboutsummaryrefslogtreecommitdiffstats
path: root/text2pcap.h
diff options
context:
space:
mode:
Diffstat (limited to 'text2pcap.h')
-rw-r--r--text2pcap.h13
1 files changed, 13 insertions, 0 deletions
diff --git a/text2pcap.h b/text2pcap.h
index 154a37c9d1..60d953f6d4 100644
--- a/text2pcap.h
+++ b/text2pcap.h
@@ -44,4 +44,17 @@ void parse_token(token_t token, char *str);
int yylex(void);
+/*
+ * 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:
+ */
+
#endif