Subject: | Partial parsing / streams |
This module would be very useful for parsing custom network protocols if it supported partial parsing, if it could report when "not enough bytes" were passed, and if it could distinguish between "not enough bytes" and "bad data."
The documentation is poor, but from what I can tell it can't do any of those things.