Export all packets without pcap header as raw file
I have a pcap file. I'd like to keep everything (Ethernet, IP, UDP/TCP etc) except the pcap header(s). This is so I can use C code to parse the packets as if they arrived via a NIC.
When I select all packets, click on File, Export Specified Packets, but it does not have raw file type.
If I select one packet, click on File, Export Packet Bytes and this does have raw but it's only exporting one packet.
What am I doing wrong?