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>
This commit is contained in:
Dario Lombardo 2019-01-30 20:53:21 +01:00 committed by Anders Broman
parent 08debda4fc
commit 58698a7de3
1 changed files with 2 additions and 2 deletions

View File

@ -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++)