From 1a57d810423a70563c7d1fae5c956317c242d55c Mon Sep 17 00:00:00 2001 From: Michael Mann Date: Fri, 16 Dec 2016 09:35:01 -0500 Subject: Rename packet-range.[ch] to packet_range.[ch] The check*.pl scripts presume that files with the prefix "packet-" are dissector files and therefore have different rules than other files. Rather than trying to clarify that more with additional directory information, just make any non-dissector file with "packet-" filename prefix conform if it fails a "dissector specific" check from the scripts. Change-Id: I7cb52e1fad4ea62320492bb690904260f958aeb4 Reviewed-on: https://code.wireshark.org/review/19304 Petri-Dish: Michael Mann Reviewed-by: Dario Lombardo Tested-by: Petri Dish Buildbot Reviewed-by: Michael Mann --- epan/print.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'epan/print.c') diff --git a/epan/print.c b/epan/print.c index a55d16d4b7..355cd8279b 100644 --- a/epan/print.c +++ b/epan/print.c @@ -32,7 +32,7 @@ #include #include #include -#include +#include #include #include #include -- cgit v1.2.1