summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2017-05-31 01:22:16 -0700
committerGuy Harris <guy@alum.mit.edu>2017-05-31 08:22:51 +0000
commit8e7276461b92cde9297c828e9a65f212a9c510ac (patch)
treef3cd7c1644f8c067329a50b59a21e8b243495c62
parentbb5b0fbc6c6b43de8f7440efe2f2fa8546576b38 (diff)
downloadwireshark-8e7276461b92cde9297c828e9a65f212a9c510ac.tar.gz
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>
-rw-r--r--epan/radius_dict.l5
1 files changed, 2 insertions, 3 deletions
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.
*