aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGerald Combs <gerald@wireshark.org>2008-09-18 17:19:15 +0000
committerGerald Combs <gerald@wireshark.org>2008-09-18 17:19:15 +0000
commitaac8e0d91d6b9a4dc3599701b995a42cda3f779d (patch)
tree57c95119228983244ed71a45a0b62a95454f2450
parentdcca906f30a32c4522d3cbbc387a347953187c20 (diff)
Fix a spelling error pointed out by Noam Rathaus.
svn path=/trunk/; revision=26228
-rw-r--r--asn1/snmp/snmp.cnf2
-rw-r--r--epan/dissectors/packet-snmp.c2
-rw-r--r--epan/dissectors/packet-snmp.h2
3 files changed, 3 insertions, 3 deletions
diff --git a/asn1/snmp/snmp.cnf b/asn1/snmp/snmp.cnf
index b6772a4d1c..f8c3fb2b5b 100644
--- a/asn1/snmp/snmp.cnf
+++ b/asn1/snmp/snmp.cnf
@@ -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;
}
diff --git a/epan/dissectors/packet-snmp.c b/epan/dissectors/packet-snmp.c
index f08a2172fb..23860fdc56 100644
--- a/epan/dissectors/packet-snmp.c
+++ b/epan/dissectors/packet-snmp.c
@@ -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;
}
diff --git a/epan/dissectors/packet-snmp.h b/epan/dissectors/packet-snmp.h
index 3aa0d29323..d246561083 100644
--- a/epan/dissectors/packet-snmp.h
+++ b/epan/dissectors/packet-snmp.h
@@ -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 */