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
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.