ANNOUNCEMENT: Live Wireshark University & Allegro Packets online APAC Wireshark Training Session
April 17th, 2024 | 14:30-16:00 SGT (UTC+8) | Online

Wireshark-dev: [Wireshark-dev] Request/Response tracking with multiple responses

From: Thomas Boehne <TBoehne@xxxxxxxx>
Date: Fri, 20 Jun 2008 14:58:14 +0200
I followed the README.request_response_tracking to add
request/response tracking to a UDP based protocol, but the protocol
sometimes sends multiple responses to a single request. Does anybody
know of a dissector that handles this case properly, so that I could
take a look at the code?

Or is it basically just a matter of extending the pana_transaction_t
struct (see below) to handle a list of replies, and then iterate
through it?

typedef struct _pana_transaction_t {
                guint32 req_frame;
                guint32 rep_frame;
                nstime_t req_time;
        } pana_transaction_t;

Best regards
Thomas Böhne

-- 
**************************************************************************
* Jäger Computergesteuerte Messtechnik GmbH
* Thomas Böhne
* Rheinstraße 2-4
* 64653 Lorsch, Germany
* http://www.ADwin.de
* Phone: +49 (6251) 9632-0                  Fax: +49 (6251) 56819
**************************************************************************
* Responsible: C.E.O. Hubert Morgenstern
* Commercial Register: Amtsgericht Bensheim, Register no.: B24717
**************************************************************************