]> The Tcpdump Group git mirrors - tcpdump/commit
Add "cpack", a library for extracting 1-, 2-, 4-, and 8-octet words
authordyoung <dyoung>
Thu, 23 Sep 2004 21:27:18 +0000 (21:27 +0000)
committerdyoung <dyoung>
Thu, 23 Sep 2004 21:27:18 +0000 (21:27 +0000)
commit665b5651a8ac6a10de9cacbdb1af51134abcdb97
treecf587c7b5562587dbcb4da0d83216f1bb98a0c99
parentddd98d0f3b8c094cffe8b8fc5fac4f4601343054
Add "cpack", a library for extracting 1-, 2-, 4-, and 8-octet words
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.
cpack.c [new file with mode: 0644]
cpack.h [new file with mode: 0644]