aboutsummaryrefslogtreecommitdiff
path: root/libqcdm/src/utils.h
AgeCommit message (Collapse)Author
2012-05-30qcdm: namespace stuff properlyDan Williams
2012-01-03qcdm: remove usage of glibDan Williams
People have asked for this at various times.
2010-02-22qcdm: fix QCDM packet decapsulationDan Williams
Rename and document the encapsulate/decapsulate functions, CRC-check the incoming packet, and make callers aware of the difference in how big the decapsulated packet is versus how many bytes they should discard from the buffer (since the decapsulated packet is at least 3 bytes shorter than the incoming packet due to the CRC + framing).
2010-02-16qcdm: implement command handling and minimal infrastructureDan Williams
2010-02-08qcdm: add DM protocol utilities and testcasesDan Williams
Bits for CRC calculation and frame escaping/unescaping.