aboutsummaryrefslogtreecommitdiffstats
path: root/tools
diff options
context:
space:
mode:
authorJoakim Karlsson <oakimk@gmail.com>2020-01-16 22:44:11 +0100
committerAnders Broman <a.broman58@gmail.com>2020-01-17 09:04:04 +0000
commit5ffeabc8ce762023d42e1fa65d1632ed92b47fbc (patch)
treee6bdeb7707c2663f3a8f9aa6f77004bb12391f5b /tools
parent597ca8aa384ab471f44708c4d34bb1bf06831625 (diff)
pfcp: Update to 3GPP TS 29.244 V16.2.0 part3
Change-Id: Id6c50426a586405db9f15bf16bc6b6d503b9848e Reviewed-on: https://code.wireshark.org/review/35844 Petri-Dish: Anders Broman <a.broman58@gmail.com> Tested-by: Petri Dish Buildbot Reviewed-by: Anders Broman <a.broman58@gmail.com>
Diffstat (limited to 'tools')
-rwxr-xr-xtools/checkfiltername.pl1
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/checkfiltername.pl b/tools/checkfiltername.pl
index 21e0587458..b8b1017dab 100755
--- a/tools/checkfiltername.pl
+++ b/tools/checkfiltername.pl
@@ -345,6 +345,7 @@ sub is_proto_dup_whitelist {
if (($_[0] eq "nfs") && (index($_[1], "nfs") >= 0)) {return 1;}
if (($_[0] eq "oxid") && (index($_[1], "oxid") >= 0)) {return 1;}
if (($_[0] eq "rquota") && (index($_[1], "rquota") >= 0)) {return 1;}
+ if (($_[0] eq "pfcp") && (index($_[1], "pfcp") >= 0)) {return 1;}
if (($_[0] eq "sm") && (index($_[1], "sm_") >= 0)) {return 1;}
if (($_[0] eq "smpp") && (index($_[1], "smppplus") >= 0)) {return 1;}
if (($_[0] eq "spray") && (index($_[1], "sprayarr") >= 0)) {return 1;}