From 58698a7de3662483bb2f08200ce4db145e192280 Mon Sep 17 00:00:00 2001 From: Dario Lombardo Date: Wed, 30 Jan 2019 20:53:21 +0100 Subject: ngsniffer: fix comment. Change-Id: Ia25ce4841ee3831f995d1fa7cd2cb8a850f1c01e Reviewed-on: https://code.wireshark.org/review/31818 Reviewed-by: Guy Harris Reviewed-by: Anders Broman --- wiretap/ngsniffer.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'wiretap') 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++) -- cgit v1.2.3