From fc53c2b7b3784688b264475fe70cce3a597abe95 Mon Sep 17 00:00:00 2001 From: Guy Harris Date: Fri, 11 Jan 2002 02:51:31 +0000 Subject: Oh, what the heck, write out FDDI and bit-swapped FDDI as the same type in Sniffer Classic files; there's nothing we can do about those platforms that bit-swap FDDI addresses before handing them to DLPI or whatever, so we'll just let people live with wrong FDDI addresses (or maybe someday put in code to bit-swap them before writing them out to the capture file). svn path=/trunk/; revision=4519 --- wiretap/ngsniffer.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'wiretap/ngsniffer.c') diff --git a/wiretap/ngsniffer.c b/wiretap/ngsniffer.c index d051e10882..43f7cb6e6a 100644 --- a/wiretap/ngsniffer.c +++ b/wiretap/ngsniffer.c @@ -1,6 +1,6 @@ /* ngsniffer.c * - * $Id: ngsniffer.c,v 1.69 2001/11/13 23:55:43 gram Exp $ + * $Id: ngsniffer.c,v 1.70 2002/01/11 02:51:31 guy Exp $ * * Wiretap Library * Copyright (c) 1998 by Gilbert Ramirez @@ -1119,7 +1119,7 @@ static const int wtap_encap[] = { 0, /* WTAP_ENCAP_TOKEN_RING */ -1, /* WTAP_ENCAP_SLIP -> unsupported */ 7, /* WTAP_ENCAP_PPP -> Internetwork analyzer (synchronous) FIXME ! */ - -1, /* WTAP_ENCAP_FDDI -> unsupported */ + 9, /* WTAP_ENCAP_FDDI */ 9, /* WTAP_ENCAP_FDDI_BITSWAPPED */ -1, /* WTAP_ENCAP_RAW_IP -> unsupported */ 2, /* WTAP_ENCAP_ARCNET */ -- cgit v1.2.3