I have a pcap captured with Wireshark. Is there any function in Wireshark that will strip Ethernet layer from the result? Or any command line tool to do it?
Tell me more
×
Facebook - Stack Overflow is a question and answer site for
facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community.
Facebook engineers participate here along with the best Facebook developers in the world.
If you have a technical question about Facebook, this is the best place to ask.
|
|
|
I searched a bit more about pcap editors, and I found that this works:
-M 12 sets link type to RAW When I open up result in Wireshark I see "Raw packet data (No link information available)" and IP frame below. So this is what I needed. |
|||
|