aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-credssp.c
diff options
context:
space:
mode:
authorPascal Quantin <pascal.quantin@gmail.com>2013-05-27 20:26:49 +0000
committerPascal Quantin <pascal.quantin@gmail.com>2013-05-27 20:26:49 +0000
commit0ee4d0a00abd69e6479a55c12425c92cdf916d71 (patch)
treec72f8bc0048460e22297128f141079a1862d98b7 /epan/dissectors/packet-credssp.c
parent38d9a87a49d690db0f3fb8aaa4ca40909713ead4 (diff)
Postfix FT_NONE fields with "_element" string to reduce number of incompatible filters in ASN.1 dissectors
https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=2402 svn path=/trunk/; revision=49599
Diffstat (limited to 'epan/dissectors/packet-credssp.c')
-rw-r--r--epan/dissectors/packet-credssp.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/epan/dissectors/packet-credssp.c b/epan/dissectors/packet-credssp.c
index c89f0d3c69..52ac249e5e 100644
--- a/epan/dissectors/packet-credssp.c
+++ b/epan/dissectors/packet-credssp.c
@@ -407,11 +407,11 @@ void proto_register_credssp(void) {
/*--- Included file: packet-credssp-hfarr.c ---*/
#line 1 "../../asn1/credssp/packet-credssp-hfarr.c"
{ &hf_credssp_TSRequest_PDU,
- { "TSRequest", "credssp.TSRequest",
+ { "TSRequest", "credssp.TSRequest_element",
FT_NONE, BASE_NONE, NULL, 0,
NULL, HFILL }},
{ &hf_credssp_NegoData_item,
- { "NegoData item", "credssp.NegoData_item",
+ { "NegoData item", "credssp.NegoData_item_element",
FT_NONE, BASE_NONE, NULL, 0,
NULL, HFILL }},
{ &hf_credssp_negoToken,
@@ -455,7 +455,7 @@ void proto_register_credssp(void) {
FT_BYTES, BASE_NONE, NULL, 0,
"OCTET_STRING", HFILL }},
{ &hf_credssp_cspData,
- { "cspData", "credssp.cspData",
+ { "cspData", "credssp.cspData_element",
FT_NONE, BASE_NONE, NULL, 0,
"TSCspDataDetail", HFILL }},
{ &hf_credssp_userHint,