aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-snort.c
diff options
context:
space:
mode:
authorPeter Wu <peter@lekensteyn.nl>2019-11-03 12:55:27 +0000
committerAnders Broman <a.broman58@gmail.com>2019-11-03 18:47:44 +0000
commit89c9d90980a020eee2223a60a674aa21fedb8aa3 (patch)
treec473da7c1cc4da8463ab3793fe5d4e05646f8c36 /epan/dissectors/packet-snort.c
parent8087bcbf6dcec40d9fdd510fcd08196bd1e54109 (diff)
snort: rename snort-config to packet-snort-config
I sometimes type too fast and 'epan/dissectors/s<TAB>' ends up into 'epan/dissectors/snort-config.' which is never intentional. Change-Id: I5bae7b303bbcc7057f15d5acfa9fa01610cd90ce Reviewed-on: https://code.wireshark.org/review/34926 Petri-Dish: Peter Wu <peter@lekensteyn.nl> Reviewed-by: Alexis La Goutte <alexis.lagoutte@gmail.com> Tested-by: Petri Dish Buildbot Reviewed-by: Anders Broman <a.broman58@gmail.com>
Diffstat (limited to 'epan/dissectors/packet-snort.c')
-rw-r--r--epan/dissectors/packet-snort.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/epan/dissectors/packet-snort.c b/epan/dissectors/packet-snort.c
index 09b48cb88f..5a9985c42e 100644
--- a/epan/dissectors/packet-snort.c
+++ b/epan/dissectors/packet-snort.c
@@ -42,7 +42,7 @@
#include <wsutil/report_message.h>
#include <wiretap/wtap-int.h>
-#include "snort-config.h"
+#include "packet-snort-config.h"
/* Forward declarations */
void proto_register_snort(void);