aboutsummaryrefslogtreecommitdiffstats
path: root/asn1/snmp/snmp.asn
diff options
context:
space:
mode:
authorGerald Combs <gerald@wireshark.org>2011-09-23 22:44:28 +0000
committerGerald Combs <gerald@wireshark.org>2011-09-23 22:44:28 +0000
commit44332d7279083e671395abd1ed9f6237b503c1dd (patch)
tree65fb56a2d96bdc2c28b62112b5c3a47a3dcfaa7f /asn1/snmp/snmp.asn
parente5c0fb44f8c8cd2102da2fc6fc4ede1e7ed8ba39 (diff)
Change the case of "sNMPv2-Trap" to match RFC 3416. Reported by Qiyao.
svn path=/trunk/; revision=39114
Diffstat (limited to 'asn1/snmp/snmp.asn')
-rw-r--r--asn1/snmp/snmp.asn2
1 files changed, 1 insertions, 1 deletions
diff --git a/asn1/snmp/snmp.asn b/asn1/snmp/snmp.asn
index 3878993cca..f82d1950d4 100644
--- a/asn1/snmp/snmp.asn
+++ b/asn1/snmp/snmp.asn
@@ -169,7 +169,7 @@ PDUs ::= CHOICE {
trap Trap-PDU,
getBulkRequest GetBulkRequest-PDU,
informRequest InformRequest-PDU,
- sNMPv2-Trap SNMPv2-Trap-PDU,
+ snmpV2-trap SNMPv2-Trap-PDU,
report Report-PDU
}