Fix a spelling error pointed out by Noam Rathaus.

svn path=/trunk/; revision=26228
This commit is contained in:
Gerald Combs 2008-09-18 17:19:15 +00:00
parent dcca906f30
commit aac8e0d91d
3 changed files with 3 additions and 3 deletions

View File

@ -196,7 +196,7 @@ gint pdu_type=-1;
severity = PI_CHAT;
} else {
gchar* calc_auth_str = bytestring_to_str(calc_auth,calc_auth_len,' ');
proto_item_append_text(authen_item, " calcuated = %s", calc_auth_str);
proto_item_append_text(authen_item, " calculated = %s", calc_auth_str);
fmt = "SNMP Authentication Error";
severity = PI_WARN;
}

View File

@ -2300,7 +2300,7 @@ dissect_snmp_SNMPv3Message(gboolean implicit_tag _U_, tvbuff_t *tvb _U_, int off
severity = PI_CHAT;
} else {
gchar* calc_auth_str = bytestring_to_str(calc_auth,calc_auth_len,' ');
proto_item_append_text(authen_item, " calcuated = %s", calc_auth_str);
proto_item_append_text(authen_item, " calculated = %s", calc_auth_str);
fmt = "SNMP Authentication Error";
severity = PI_WARN;
}

View File

@ -1,7 +1,7 @@
/* Do not modify this file. */
/* It is created automatically by the ASN.1 to Wireshark dissector compiler */
/* packet-snmp.h */
/* ../../tools/asn2wrs.py -b -p snmp -c snmp.cnf -s packet-snmp-template snmp.asn */
/* ../../tools/asn2wrs.py -b -p snmp -c ./snmp.cnf -s ./packet-snmp-template -D . snmp.asn */
/* Input file: packet-snmp-template.h */