how to export the payload of esp with tshark

asked 2019-05-22 01:19:16 +0000

Pikachu20190522 gravatar image

updated 2019-05-22 09:38:16 +0000

grahamb gravatar image

I can export esp.spi and esp.sequence with tshark. Now I want to export the payload like the esp[0:4], but tshark cant work. How can I do? who can help me?

tshark -e esp.spi
tshark -e esp.sequence

but

tshark -e esp [0:4]

is invalid

edit retag flag offensive close merge delete