Re: [Wireshark-dev] how to decode a packet based on the flags in the previous packet.

2014-04-01 Thread mmann78
See doc/README.request_response_tracking -Original Message- From: qiaoyin_yang To: wireshark-dev Sent: Tue, Apr 1, 2014 10:14 am Subject: [Wireshark-dev] how to decode a packet based on the flags in the previous packet. Hello All, I am writing a dissector. The capturedtraffic has

[Wireshark-dev] how to decode a packet based on the flags in the previous packet.

2014-04-01 Thread qiaoyin_yang
Hello All, I am writing a dissector. The captured traffic has a request packet and a response packet. How the response should be decoded depends on the information in the previous request packet. The request contains a few bytes that I want to read and use it in decoding the response packet.