aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJoão Valverde <joao.valverde@tecnico.ulisboa.pt>2017-08-23 15:29:58 +0100
committerAnders Broman <a.broman58@gmail.com>2017-08-23 21:17:36 +0000
commitf8ea11ff461c266e8f3746de12ba293932dcff0c (patch)
tree5534cf9b127f6e3ac3ccf5e8e52832d42093ebda
parent41d94798a941f0df6ae1a647cee2671f4e03929d (diff)
RADIUS: Add comment for RFC 6929 preference
Change-Id: I084923204cd1017f9e50052b41106ab44dc9b1af Reviewed-on: https://code.wireshark.org/review/23176 Petri-Dish: Anders Broman <a.broman58@gmail.com> Tested-by: Petri Dish Buildbot <buildbot-no-reply@wireshark.org> Reviewed-by: Anders Broman <a.broman58@gmail.com>
-rw-r--r--epan/dissectors/packet-radius.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/epan/dissectors/packet-radius.c b/epan/dissectors/packet-radius.c
index 8c919da978..5952073d45 100644
--- a/epan/dissectors/packet-radius.c
+++ b/epan/dissectors/packet-radius.c
@@ -2837,6 +2837,10 @@ proto_register_radius(void)
prefs_register_bool_preference(radius_module, "show_length", "Show AVP Lengths",
"Whether to add or not to the tree the AVP's payload length",
&show_length);
+ /*
+ * For now this preference allows supporting legacy Ascend AVPs and others
+ * who might use these attribute types (not complying with IANA allocation).
+ */
prefs_register_bool_preference(radius_module, "disable_extended_attributes", "Disable extended attribute space (RFC 6929)",
"Whether to interpret 241-246 as extended attributes according to RFC 6929",
&disable_extended_attributes);