Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Include <string.h> to declare "memset()". | guy | 2004-09-24 | 1 | -1/+2 |
| | | | | Add a cast to squelch a compiler complaint. | ||||
* | Add "cpack", a library for extracting 1-, 2-, 4-, and 8-octet words | dyoung | 2004-09-23 | 1 | -0/+143 |
from a buffer. The cpack library expects for words to appear on their natural boundaries. The radiotap (802.11 + radio information) capture format uses cpack to extract the radio information fields. |