I have write a wireshark dissector to analyse my onw protocol whitch are more than one TCP headers in a packet, how can I check the tcp seq stream of innter tcp or outter tcp. the packet look like the follow: [mac|outter ip|outter tcp|myprotocal header|inner ip|inner tcp|appdate] asked 18 Sep '16, 22:59 cmqy edited 19 Sep '16, 19:19 Guy Harris ♦♦ |
One Answer:
Currently, you can't; the comment in the code that produces the message you reported says
but that hasn't been fixed yet. You might want to file a request for enhancement on the Wireshark Bugzilla to make it easier to track changes for this, including any fix. answered 19 Sep '16, 19:20 Guy Harris ♦♦ |
Thank you very much!