From 8e7276461b92cde9297c828e9a65f212a9c510ac Mon Sep 17 00:00:00 2001 From: Guy Harris Date: Wed, 31 May 2017 01:22:16 -0700 Subject: Update a comment. We now support dotted number values in the oid field. Note that the attribute flags internal, array, concat, and virtual aren't documented in the FreeRADIUS dictionary man page. Change-Id: Iaf27845f75a93f2d006708224757ea48d8023cb1 Reviewed-on: https://code.wireshark.org/review/21853 Reviewed-by: Guy Harris --- epan/radius_dict.l | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'epan/radius_dict.l') diff --git a/epan/radius_dict.l b/epan/radius_dict.l index 39b7796fa1..9e419ad6cd 100644 --- a/epan/radius_dict.l +++ b/epan/radius_dict.l @@ -101,8 +101,6 @@ * * XXX - features not currently supported: * - * dotted number values for the oid field; - * * integer64, ipv4prefix, combo-prefix, bool, size, decimal, * timeval, struct, extended, long-extended, vsa, evs, vendor, * cidr, uint{8,16,32,64}, int{8,16,32,64} as attribute types @@ -111,7 +109,8 @@ * octets[N], where N is an integer, as an attribute type * (not documented in the man page); * - * internal, array, concat, and virtual as attribute flags; + * internal, array, concat, and virtual as attribute flags (not + * documented in the man page); * * format= for BEGIN-VENDOR. * -- cgit v1.2.3