summaryrefslogtreecommitdiff
path: root/cpack.c
Commit message (Collapse)AuthorAgeFilesLines
* Include <string.h> to declare "memset()".guy2004-09-241-1/+2
| | | | Add a cast to squelch a compiler complaint.
* Add "cpack", a library for extracting 1-, 2-, 4-, and 8-octet wordsdyoung2004-09-231-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.