wireshark/radius/dictionary.zyxel
Peter Wu 77d309c92f radius: fix final memleak due to malformed dictionary
The VENDOR line did not have a proper ID, so scanning the full line
failed and the "yyextra->vendor_name" was not freed. Import the current
version from FreeRadius to fix this problem.

(Since the attributes are now grouped by the vendor, the conflict
comment no longer applies.)

Change-Id: Id6020c0a5f34c624aedbb0acebe70dc643402e41
Reviewed-on: https://code.wireshark.org/review/20312
Reviewed-by: Michael Mann <mmann78@netscape.net>
2017-02-28 19:02:34 +00:00

26 lines
765 B
Text

# -*- text -*-
# Copyright (C) 2015 The FreeRADIUS Server project and contributors
##############################################################################
#
# Zyxel attributes, of course in the RFC space...
#
# $Id: 966af2b33a02ed7ef370cfcb837bd175ad8fab00 $
#
##############################################################################
VENDOR Zyxel 890
BEGIN-VENDOR Zyxel
ATTRIBUTE Zyxel-Privilege-AVPair 3 string
ATTRIBUTE Zyxel-Callback-Option 192 integer
ATTRIBUTE Zyxel-Callback-Phone-Source 193 integer
VALUE Zyxel-Callback-Phone-Source Preconfigured 0
VALUE Zyxel-Callback-Phone-Source User 1
VALUE Zyxel-Callback-Option None 0
VALUE Zyxel-Callback-Option Optional 1
VALUE Zyxel-Callback-Option Mandatory 2
END-VENDOR Zyxel