From 5df6983486bdb3dbf6b55b547f31b5465e73e296 Mon Sep 17 00:00:00 2001 From: Michal Labedzki Date: Tue, 31 Jan 2017 19:27:51 +0100 Subject: checkfiltername: Add llc.bluetooth_pid to the whitelist "llc.bluetooth_pid" is now placed in bluetooth-file, it seems to be fine, but there is a need to avoid terrible/horrible scream from this script. Change-Id: I0bf3f5b5f6459ab1f13a8c2c6ad12859af608e85 Reviewed-on: https://code.wireshark.org/review/19969 Petri-Dish: Michal Labedzki Tested-by: Petri Dish Buildbot Reviewed-by: Alexis La Goutte --- tools/checkfiltername.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tools/checkfiltername.pl') diff --git a/tools/checkfiltername.pl b/tools/checkfiltername.pl index c8da36c8a6..a4e79fd27e 100755 --- a/tools/checkfiltername.pl +++ b/tools/checkfiltername.pl @@ -480,7 +480,7 @@ sub is_protocol_version_whitelist { if (($proto_filename eq "packet-sflow.c") && (index($_[0], "sflow_5") >= 0)) {return 1;} if (($proto_filename eq "packet-sflow.c") && (index($_[0], "sflow_245") >= 0)) {return 1;} if (($proto_filename eq "packet-tipc.c") && (index($_[0], "tipcv2") >= 0)) {return 1;} - + if (($proto_filename eq "packet-bluetooth.c") && (index($_[0], "llc.bluetooth_pid") >= 0)) {return 1;} return 0; } -- cgit v1.2.1