Wireshark-commits: [Wireshark-commits] master 513fa60: Squelch warnings.

From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Thu, 24 Nov 2016 22:33:42 +0000 (UTC)
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=513fa607d3ebeed555d49661d6cf8af561e66e42
Submitter: Guy Harris (guy@xxxxxxxxxxxx)
Changed: branch: master
Repository: wireshark

Commits:

513fa60 by Guy Harris (guy@xxxxxxxxxxxx):

    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@xxxxxxxxxxxx>
    

Actions performed:

    from  ab55444   RADIUS: Add RFC7930 dictionnary
    adds  513fa60   Squelch warnings.


Summary of changes:
 radius/dictionary |    8 +++++++-
 1 file changed, 7 insertions(+), 1 deletion(-)