how to export the payload of esp with tshark
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
add a comment