aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-snmp.c
diff options
context:
space:
mode:
authorPascal Quantin <pascal.quantin@gmail.com>2017-08-01 19:52:51 +0200
committerPascal Quantin <pascal.quantin@gmail.com>2017-08-01 18:02:21 +0000
commitc79382e69b37b3ff854ab88999a3dc6df0baf8f5 (patch)
tree2884933a618ab2fe55574e4594dff803739d9531 /epan/dissectors/packet-snmp.c
parent6893f7a5c7d223e9e3ef9966ce9757588196c66a (diff)
SNMP: regenerate ASN.1 dissector after g7466880e8a
Change-Id: Ie6f93ed3c5c98d7a5df8d6fdc678551d53feee71 Reviewed-on: https://code.wireshark.org/review/22900 Reviewed-by: Pascal Quantin <pascal.quantin@gmail.com>
Diffstat (limited to 'epan/dissectors/packet-snmp.c')
-rw-r--r--epan/dissectors/packet-snmp.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/epan/dissectors/packet-snmp.c b/epan/dissectors/packet-snmp.c
index d28392b179..55f08ca6a4 100644
--- a/epan/dissectors/packet-snmp.c
+++ b/epan/dissectors/packet-snmp.c
@@ -3508,7 +3508,7 @@ void proto_register_snmp(void) {
TFS(&tfs_snmp_engineid_conform), F_SNMP_ENGINEID_CONFORM, "Engine ID RFC3411 Conformance", HFILL }},
{ &hf_snmp_engineid_enterprise, {
"Engine Enterprise ID", "snmp.engineid.enterprise", FT_UINT32, BASE_ENTERPRISES,
- STRINGS_ENTERPRISES, 0, NULL, HFILL }},
+ STRINGS_ENTERPRISES, 0, NULL, HFILL }},
{ &hf_snmp_engineid_format, {
"Engine ID Format", "snmp.engineid.format", FT_UINT8, BASE_DEC,
VALS(snmp_engineid_format_vals), 0, NULL, HFILL }},