summaryrefslogtreecommitdiff
path: root/text2pcap-scanner.l
diff options
context:
space:
mode:
Diffstat (limited to 'text2pcap-scanner.l')
-rw-r--r--text2pcap-scanner.l5
1 files changed, 5 insertions, 0 deletions
diff --git a/text2pcap-scanner.l b/text2pcap-scanner.l
index ca9926d135..59bc017217 100644
--- a/text2pcap-scanner.l
+++ b/text2pcap-scanner.l
@@ -1,6 +1,11 @@
/* -*-mode: flex-*- */
/*
+ * We don't use input, so don't generate code for it.
+ */
+%option noinput
+
+/*
* We don't use unput, so don't generate code for it.
*/
%option nounput