From 85b8227311bc3c7460d1d52eb6692a311565d27c Mon Sep 17 00:00:00 2001 From: Anders Broman Date: Wed, 18 Mar 2009 07:31:35 +0000 Subject: =?UTF-8?q?From=20Bj=C3=B8rn=20Mork:=20Decode=20ipv6prefix=20attri?= =?UTF-8?q?butes=20in=20packet-radius.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit svn path=/trunk/; revision=27769 --- epan/radius_dict.l | 1 + 1 file changed, 1 insertion(+) (limited to 'epan/radius_dict.l') 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 @@ octets { attr_type = radius_octets; BEGIN ATTR_W_TYPE; } ipaddr { attr_type = radius_ipaddr; BEGIN ATTR_W_TYPE; } ipv6addr { attr_type = radius_ipv6addr; BEGIN ATTR_W_TYPE; } +ipv6prefix { attr_type = radius_ipv6prefix; BEGIN ATTR_W_TYPE; } ipxnet { attr_type = radius_ipxnet; BEGIN ATTR_W_TYPE; } date { attr_type = radius_date; BEGIN ATTR_W_TYPE; } ifid { attr_type = radius_ifid; BEGIN ATTR_W_TYPE; } -- cgit v1.2.1