diff options
author | Guy Harris <guy@alum.mit.edu> | 2016-11-24 14:32:43 -0800 |
---|---|---|
committer | Guy Harris <guy@alum.mit.edu> | 2016-11-24 22:33:18 +0000 |
commit | 513fa607d3ebeed555d49661d6cf8af561e66e42 (patch) | |
tree | 9d6305f96cc27ba0da469731d02ed975f1ec6634 /radius | |
parent | ab55444590e006b24dbd372fa7dc307ddd7076ec (diff) | |
download | wireshark-513fa607d3ebeed555d49661d6cf8af561e66e42.tar.gz wireshark-513fa607d3ebeed555d49661d6cf8af561e66e42.tar.bz2 wireshark-513fa607d3ebeed555d49661d6cf8af561e66e42.zip |
Squelch warnings.
There's some problem with our RADIUS dictionary reader that causes it to
produce
radius: Vendor: 'integer', does not exist in .../dictionary.rfc7930
warnings when reading entries such as
ATTRIBUTE Response-Length 241.3 integer
Change-Id: I90548281ce4e5ffce974b9fe074266adbfdf2a5c
Reviewed-on: https://code.wireshark.org/review/18945
Reviewed-by: Guy Harris <guy@alum.mit.edu>
Diffstat (limited to 'radius')
-rw-r--r-- | radius/dictionary | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/radius/dictionary b/radius/dictionary index 498b549136..e9b525ab49 100644 --- a/radius/dictionary +++ b/radius/dictionary @@ -121,7 +121,13 @@ $INCLUDE dictionary.rfc7055 #$INCLUDE dictionary.rfc7155 #$INCLUDE dictionary.rfc7268 #$INCLUDE dictionary.rfc7499 -$INCLUDE dictionary.rfc7930 +# +# This one doesn't work - it causes +# +# radius: Vendor: 'integer', does not exist in .../dictionary.rfc7930 +# +# errors. +#$INCLUDE dictionary.rfc7930 # |