home *** CD-ROM | disk | FTP | other *** search
- /*
- net logger - network traffic logging library
- Copyright (C) 1993 Douglas Lee Schales, David K. Hess, David R. Safford
-
- Please see the file `COPYING' for the complete copyright notice.
-
- etherdefs.h - 03/20/93
-
- */
- struct ethertypes {
- unsigned int type;
- char *description;
- void (*handler)();
- };
-
- struct adapters {
- unsigned int prefix;
- char *manufacturer;
- };
-
-