Le vendredi 17 octobre 2008 à 12:37 +0530, [EMAIL PROTECTED] a
écrit :
> Hi Jaap,
>  
> Thanks for your advice. 
> I have tried doing the following and got an error while running wireshark.
> 
>  tvb1 = tvb_new_subset(tvb, offset, 1, 1);
>         tvb2 = tvb_new_subset(tvb, offset, 1, 1);
> tvb_composite_append(tvb1 , tvb2);
Look at epan/dissectors/packet-rtmpt.c, it's the only dissector using
tvb_composite(). I don't know if it's working though (cf. comment in
packet-http.c).

Didier


_______________________________________________
Wireshark-dev mailing list
[email protected]
https://wireshark.org/mailman/listinfo/wireshark-dev

Reply via email to