aboutsummaryrefslogtreecommitdiffstats
path: root/src/hdlc.c
AgeCommit message (Collapse)AuthorFilesLines
2016-11-14hdlc: add call-back function for completely decoded HDLC framesHarald Welte1-4/+15
... and some more comments/documentation
2016-11-14hdlc: Simplify + Fix HDLC implementationHarald Welte1-46/+25
* remove the notion of states, as there is really only one state * implement zero removal / bit stuffing for synchronous links
2016-11-14hdlc: Add some more comments to the code [cosmetic]Harald Welte1-2/+16
2016-10-26WIP: More work on SuperChannel decode, but it doesn't work yet...Harald Welte1-0/+111