summaryrefslogtreecommitdiff
path: root/fddi.h
Commit message (Collapse)AuthorAgeFilesLines
* Some compilers may pad structures to a length that's a multiple of 2 orguy2000-10-091-1/+8
| | | | | | | 4 bytes, even though no member in the structure requires such an alignment; don't use "sizeof (struct ether_header)" or "sizeof (struct fddi_header)", explicitly #define the header length and use that #defined value.
* Initial revisionmcr1999-10-071-0/+69