Hi,
I got the above packet at the app layer and am trying to run
Packet* pPacket = check_and_cast<Packet*>(msg);
auto voipHeader = pPacket->popAtFront<VoipPacket>();
which causes the following error:
A runtime error occurred:
Returning an empty chunk is not allowed according to the flags: 0 -- at t=6.077s, event #56870
Can anyone help? The Ipv4Header is also stored in the content section.
Thanks!