Display snmp.contextName as FT_STRING

svn path=/trunk/; revision=43883
This commit is contained in:
Pascal Quantin 2012-07-21 08:50:32 +00:00
parent e70e0e6bfc
commit 996e2f58b8
2 changed files with 2 additions and 1 deletions

View File

@ -245,4 +245,5 @@ NetworkAddress TYPE = FT_IPv4 DISPLAY = BASE_NONE STRINGS = NULL
Message/community TYPE = FT_STRING DISPLAY = BASE_NONE STRINGS = NULL
HeaderData/msgSecurityModel TYPE = FT_UINT32 DISPLAY = BASE_DEC STRINGS = VALS(sec_models)
UsmSecurityParameters/msgUserName TYPE = FT_STRING DISPLAY = BASE_NONE STRINGS = NULL
ScopedPDU/contextName TYPE = FT_STRING DISPLAY = BASE_NONE STRINGS = NULL
#.END

View File

@ -3530,7 +3530,7 @@ void proto_register_snmp(void) {
"SnmpEngineID", HFILL }},
{ &hf_snmp_contextName,
{ "contextName", "snmp.contextName",
FT_BYTES, BASE_NONE, NULL, 0,
FT_STRING, BASE_NONE, NULL, 0,
"OCTET_STRING", HFILL }},
{ &hf_snmp_get_request,
{ "get-request", "snmp.get_request",