"Jon Andersen" <[email protected]> wrote in message news:<[email protected]>...
> The protocol I am dissecting requires a bit of data from the previous > packet > in order to properly dissect the current one. Using per-packet data > (p_get_proto_data(), etc) and per-conversation data (find_conversation()) > gets me part of the way there but not all the way. I can use per-packet > data to store the data I need with the packet, but the problem is finding > the previous packet when dissecting the current one. Is dissect_pdus() what you want? Using this function, you don't need to care, if your message crosses the packt boundaries? Andy. ___________________________________________________________________________ Sent via: Wireshark-dev mailing list <[email protected]> Archives: http://www.wireshark.org/lists/wireshark-dev Unsubscribe: https://wireshark.org/mailman/options/wireshark-dev mailto:[email protected]?subject=unsubscribe
