From 68efae8588dc88254e5b0ee2a4009012be332381 Mon Sep 17 00:00:00 2001 From: Joerg Mayer Date: Wed, 24 Jan 2018 04:00:07 +0100 Subject: Adapt to current WS code base to make it compile and run without warnings or errors MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Change-Id: I135df8b0e49346e32a19620d52cd1a9a44b4ac08 Reviewed-on: https://code.wireshark.org/review/26426 Reviewed-by: Jörg Mayer --- tools/checkfiltername.pl | 3 +++ 1 file changed, 3 insertions(+) (limited to 'tools/checkfiltername.pl') diff --git a/tools/checkfiltername.pl b/tools/checkfiltername.pl index 8ae4c272f7..c67715c676 100755 --- a/tools/checkfiltername.pl +++ b/tools/checkfiltername.pl @@ -392,6 +392,9 @@ sub is_from_other_protocol_whitelist { if (($proto_filename eq "packet-dvb-ipdc.c") && (index($_[0], "ipdc") >= 0)) {return 1;} if (($proto_filename eq "packet-enip.c") && (index($_[0], "cip") >= 0)) {return 1;} if (($proto_filename eq "packet-extreme.c") && (index($_[0], "llc") >= 0)) {return 1;} + if (($proto_filename eq "packet-f5ethtrailer.c") && (index($_[0], "ip") >= 0)) {return 1;} + if (($proto_filename eq "packet-f5ethtrailer.c") && (index($_[0], "udp") >= 0)) {return 1;} + if (($proto_filename eq "packet-f5ethtrailer.c") && (index($_[0], "tcp") >= 0)) {return 1;} if (($proto_filename eq "packet-fmp_notify.c") && (index($_[0], "fmp") >= 0)) {return 1;} if (($proto_filename eq "packet-foundry.c") && (index($_[0], "llc") >= 0)) {return 1;} if (($proto_filename eq "packet-glusterfs.c") && (index($_[0], "gluster") >= 0)) {return 1;} -- cgit v1.2.3