Hi,

Le vendredi 01 août 2008 à 10:52 +0200, Jens Steinhauser a écrit :
> I do the following to create only one conversation per "Configuration
> Frame":
> 
>   if (config_frame && !pinfo->fd->flags.visited) {
>     data = extract_data(...);
>     conversation = conversation_new(...);
>     conversation_add_proto_data(conversation, proto_handle, data);
>   }
You must use find_conversation() first because TCP has already created
one for reassembling.

Didier


_______________________________________________
Wireshark-dev mailing list
Wireshark-dev@wireshark.org
https://wireshark.org/mailman/listinfo/wireshark-dev

Reply via email to