Huge thanks to our Platinum Members Endace and LiveAction,
and our Silver Member Veeam, for supporting the Wireshark Foundation and project.

Wireshark-dev: [Wireshark-dev] Help on packet correlation

From: Craig Jackson <cejackson51@xxxxxxxxx>
Date: Mon, 28 May 2018 11:36:06 -0400
I'm working improving support for TDS. One part of the Sybase version of TDS involves correlation between requests and responses. A request can declare a cursor, and the response returns with the cursor id. As far as I can tell, they're only related by the request/response relationship of a sequence of packets.

It seems like this should be a common idiom. Could someone point me to another protocol that I can use as a model?

Craig Jackson