summaryrefslogtreecommitdiffstats
path: root/cpukit/libmisc/capture/capture_buffer.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* capture: Fix buffer allocation and freeSebastian Huber2016-05-121-6/+6
| | | | | | | Do not use function static variables. Remove superfluous volatile qualifiers. Use proper integer types. Close #2706.
* capture: Remove whitespace and fix copyrights.Jennifer Averett2014-11-241-3/+3
|
* capture: Add support for variable length records.Jennifer Averett2014-09-051-0/+105