aboutsummaryrefslogtreecommitdiffstats
path: root/epan/radius_dict.l
diff options
context:
space:
mode:
authorAnders Broman <anders.broman@ericsson.com>2009-03-18 07:31:35 +0000
committerAnders Broman <anders.broman@ericsson.com>2009-03-18 07:31:35 +0000
commit85b8227311bc3c7460d1d52eb6692a311565d27c (patch)
treede23aebb57eccd7780a73035d46e0443096088df /epan/radius_dict.l
parent26e5b929fa4bb0e18c300b4a74ec10e74fda36fb (diff)
From Bjørn Mork:
Decode ipv6prefix attributes in packet-radius. svn path=/trunk/; revision=27769
Diffstat (limited to 'epan/radius_dict.l')
-rw-r--r--epan/radius_dict.l1
1 files changed, 1 insertions, 0 deletions
diff --git a/epan/radius_dict.l b/epan/radius_dict.l
index ef4ed55070..916cdc0014 100644
--- a/epan/radius_dict.l
+++ b/epan/radius_dict.l
@@ -146,6 +146,7 @@
<ATTR_W_ID>octets { attr_type = radius_octets; BEGIN ATTR_W_TYPE; }
<ATTR_W_ID>ipaddr { attr_type = radius_ipaddr; BEGIN ATTR_W_TYPE; }
<ATTR_W_ID>ipv6addr { attr_type = radius_ipv6addr; BEGIN ATTR_W_TYPE; }
+<ATTR_W_ID>ipv6prefix { attr_type = radius_ipv6prefix; BEGIN ATTR_W_TYPE; }
<ATTR_W_ID>ipxnet { attr_type = radius_ipxnet; BEGIN ATTR_W_TYPE; }
<ATTR_W_ID>date { attr_type = radius_date; BEGIN ATTR_W_TYPE; }
<ATTR_W_ID>ifid { attr_type = radius_ifid; BEGIN ATTR_W_TYPE; }