Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Some compilers may pad structures to a length that's a multiple of 2 or | guy | 2000-10-09 | 1 | -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 revision | mcr | 1999-10-07 | 1 | -0/+69 |