Ask Your Question
0

extract only payload parts of packets of pcap file

asked 2018-02-27 18:25:53 +0000

robert1 gravatar image

updated 2018-02-27 21:29:24 +0000

Guy Harris gravatar image

Hello How can i extract only payload(data) of packets of a pcap file and remove all headers??? output should be another pcap file. thanks

edit retag flag offensive close merge delete

1 Answer

Sort by ยป oldest newest most voted
0

answered 2018-02-28 09:54:15 +0000

Anders gravatar image

It's not clear what you want to do. It's not possible to put the payload of say UDP and put it in a readable pcap file as it would require a pcap link type of the protocol running on top of UDP for a program to be able to read that file. ( Link to pcap file format However there is the "Exported PDU" functionality that can export some payload data and put it in a new file together with meta data which makes it possible to read the created file. It does not work for all possible payloads though.

edit flag offensive delete link more

Your Answer

Please start posting anonymously - your entry will be published after you log in or create a new account.

Add Answer

Question Tools

1 follower

Stats

Asked: 2018-02-27 18:25:53 +0000

Seen: 1,909 times

Last updated: Feb 28 '18