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 <guy@alum.mit.edu>
This commit is contained in:
Guy Harris 2017-05-31 01:22:16 -07:00
parent bb5b0fbc6c
commit 8e7276461b
1 changed files with 2 additions and 3 deletions

View File

@ -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.
*