aboutsummaryrefslogtreecommitdiffstats
path: root/wiretap
diff options
context:
space:
mode:
authorDario Lombardo <lomato@gmail.com>2019-01-30 20:53:21 +0100
committerAnders Broman <a.broman58@gmail.com>2019-01-30 21:38:15 +0000
commit58698a7de3662483bb2f08200ce4db145e192280 (patch)
treebddeb362cf95cd18cc7797cc14423c42ee22e6a0 /wiretap
parent08debda4fc1477afd512e53fb3838e9d6cc99818 (diff)
ngsniffer: fix comment.
Change-Id: Ia25ce4841ee3831f995d1fa7cd2cb8a850f1c01e Reviewed-on: https://code.wireshark.org/review/31818 Reviewed-by: Guy Harris <guy@alum.mit.edu> Reviewed-by: Anders Broman <a.broman58@gmail.com>
Diffstat (limited to 'wiretap')
-rw-r--r--wiretap/ngsniffer.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/wiretap/ngsniffer.c b/wiretap/ngsniffer.c
index 533ce0f3c0..95262a6412 100644
--- a/wiretap/ngsniffer.c
+++ b/wiretap/ngsniffer.c
@@ -1774,11 +1774,11 @@ infer_pkt_encap(const guint8 *pd, int len)
* file, where we might just not yet have found where
* the subtype is specified in the capture?
*
- * Bay^H^H^HNortel Networks has a mechanism in the Optivity
+ * Bay Networks/Nortel Networks had a mechanism in the Optivity
* software for some of their routers to save captures
* in Sniffer format; they use a version number of 4.9, but
* don't put out any header records before the first FRAME2
- * record. That means we have to use heuristics to guess
+ * record. That means we have to use heuristics to guess
* what type of packet we have.
*/
for (i = 0; i < len && (pd[i] & 0x01) == 0; i++)