The current pcapReader implementation will only read the first complete message from a pcap buffer and then return. This should be processing the entire buffer.
Also, if a buffer contains a partial message, this buffer needs prepended to the next pcap buffer received.
C