aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMartin Mathieson <martin.r.mathieson@googlemail.com>2007-01-02 13:25:36 +0000
committerMartin Mathieson <martin.r.mathieson@googlemail.com>2007-01-02 13:25:36 +0000
commit86056bff3c735897e33105ca074b1abc292df1ca (patch)
treef50ddfd94987deeb7989d78d9224d6a5ee519475
parent578e62131edab0772256953fcdfee0004c93a60b (diff)
"an wireshark" -> "a wireshark".
Presumably "an ethereal" was search replaced... svn path=/trunk/; revision=20266
-rw-r--r--epan/dissectors/packet-ajp13.c2
-rw-r--r--epan/dissectors/packet-catapult-dct2000.c8
2 files changed, 5 insertions, 5 deletions
diff --git a/epan/dissectors/packet-ajp13.c b/epan/dissectors/packet-ajp13.c
index edc20a446c..bf73b42af5 100644
--- a/epan/dissectors/packet-ajp13.c
+++ b/epan/dissectors/packet-ajp13.c
@@ -45,7 +45,7 @@
* You need to be looking at: jk/doc/AJP13.html in the
* jakarta-tomcat-connectors repository.
*
- * If you're an wireshark dissector guru, then you can skip the rest of
+ * If you're a wireshark dissector guru, then you can skip the rest of
* this. I'm writing it all down because I've written 3 dissectors so
* far and every time I've forgotten it all and had to re-learn it
* from scratch. Not this time, damnit.
diff --git a/epan/dissectors/packet-catapult-dct2000.c b/epan/dissectors/packet-catapult-dct2000.c
index 76c24754f9..a450d96d41 100644
--- a/epan/dissectors/packet-catapult-dct2000.c
+++ b/epan/dissectors/packet-catapult-dct2000.c
@@ -1120,22 +1120,22 @@ void proto_register_catapult_dct2000(void)
/* Determines whether for not-handled protocols we should try to parse it if:
- it looks like its embedded in an ipprim message, AND
- - the DCT2000 protocol name matches an wireshark dissector name */
+ - the DCT2000 protocol name matches a wireshark dissector name */
prefs_register_bool_preference(catapult_dct2000_module, "ipprim_heuristic",
"Use IP Primitive heuristic",
"If a payload looks like its embedded in an "
- "IP primitive message, and there is an wireshark "
+ "IP primitive message, and there is a wireshark "
"dissector matching the DCT2000 protocol name, "
"try parsing the payload using that dissector",
&catapult_dct2000_try_ipprim_heuristic);
/* Determines whether for not-handled protocols we should try to parse it if:
- it looks like its embedded in an sctpprim message, AND
- - the DCT2000 protocol name matches an wireshark dissector name */
+ - the DCT2000 protocol name matches n wireshark dissector name */
prefs_register_bool_preference(catapult_dct2000_module, "sctpprim_heuristic",
"Use SCTP Primitive heuristic",
"If a payload looks like its embedded in an "
- "SCTP primitive message, and there is an wireshark "
+ "SCTP primitive message, and there is a wireshark "
"dissector matching the DCT2000 protocol name, "
"try parsing the payload using that dissector",
&catapult_dct2000_try_sctpprim_heuristic);