summaryrefslogtreecommitdiff
path: root/asn1/snmp
diff options
context:
space:
mode:
authorChris Maynard <Christopher.Maynard@GTECH.COM>2012-06-09 17:56:08 +0000
committerChris Maynard <Christopher.Maynard@GTECH.COM>2012-06-09 17:56:08 +0000
commit951b5b9c54dad23ac343de4c205362c1a55e379c (patch)
tree297186dd3c09b4875481dd1793885a8f64915e19 /asn1/snmp
parent0169f77ac6f6e364debc03f19bfb947def7ef086 (diff)
downloadwireshark-951b5b9c54dad23ac343de4c205362c1a55e379c.tar.gz
Do not use BASE_NONE for FT_*INT* types.
svn path=/trunk/; revision=43179
Diffstat (limited to 'asn1/snmp')
-rw-r--r--asn1/snmp/packet-snmp-template.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/asn1/snmp/packet-snmp-template.c b/asn1/snmp/packet-snmp-template.c
index 271af07d4a..3b32060af0 100644
--- a/asn1/snmp/packet-snmp-template.c
+++ b/asn1/snmp/packet-snmp-template.c
@@ -2114,7 +2114,7 @@ void proto_register_snmp(void) {
"Engine ID Data: IPv6 address", "snmp.engineid.ipv6", FT_IPv6, BASE_NONE,
NULL, 0, NULL, HFILL }},
{ &hf_snmp_engineid_cisco_type, {
- "Engine ID Data: Cisco type", "snmp.engineid.cisco.type", FT_UINT8, BASE_NONE,
+ "Engine ID Data: Cisco type", "snmp.engineid.cisco.type", FT_UINT8, BASE_HEX,
VALS(snmp_engineid_cisco_type_vals), 0, NULL, HFILL }},
{ &hf_snmp_engineid_mac, {
"Engine ID Data: MAC address", "snmp.engineid.mac", FT_ETHER, BASE_NONE,