diff options
Diffstat (limited to 'wiretap/nettl.h')
-rw-r--r-- | wiretap/nettl.h | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/wiretap/nettl.h b/wiretap/nettl.h index 397e544d14..73d6282bea 100644 --- a/wiretap/nettl.h +++ b/wiretap/nettl.h @@ -1,6 +1,6 @@ /* nettl.h * - * $Id: nettl.h,v 1.5 2000/08/11 13:32:34 deniel Exp $ + * $Id: nettl.h,v 1.6 2000/11/13 23:02:24 oabad Exp $ * * Wiretap Library * Copyright (c) 1998 by Gilbert Ramirez <gram@xiexie.org> @@ -68,6 +68,11 @@ #define NETTL_SUBSYS_ULA_UTILS 0x7B #define NETTL_SUBSYS_EM 0x7C +/* Ethernet cards */ +#define NETTL_SUBSYS_BASE100 0xAD +#define NETTL_SUBSYS_GSC100BT 0xB2 + + int nettl_open(wtap *wth, int *err); #endif |