/*
* Use factory methods for transparancy to create a LivePacket
* object and initialize it
*/
final LivePacket packet =
factory.newLivePacket(id, buffer, BitBuffer.wrap(buffer),
seconds, useconds, caplen, len, device);
dispatch(packet); // Calls AbstractLiveCapture.dispatch()
}