Fix a typo - IFT_ISO88025 is 9, not 8.

svn path=/trunk/; revision=4898
This commit is contained in:
Guy Harris 2002-03-07 21:31:12 +00:00
parent 0070f850df
commit ab0302ea1b
1 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
/* libpcap.c
*
* $Id: libpcap.c,v 1.68 2002/03/04 00:25:35 guy Exp $
* $Id: libpcap.c,v 1.69 2002/03/07 21:31:12 guy Exp $
*
* Wiretap Library
* Copyright (c) 1998 by Gilbert Ramirez <gram@alumni.rice.edu>
@ -504,7 +504,7 @@ int libpcap_open(wtap *wth, int *err)
aix = TRUE;
break;
case 8:
case 9:
hdr.network = 6; /* DLT_IEEE802, Token Ring */
aix = TRUE;
break;