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

Wireshark-dev: Re: [Wireshark-dev] [Wireshark-commits] rev 46111: /trunk/epan/dissectors/ /trun

From: Martin Kaiser <lists@xxxxxxxxx>
Date: Wed, 21 Nov 2012 23:21:51 +0100
Thus wrote Anders Broman (a.broman@xxxxxxxxxxxx):

> Guy Harris skrev 2012-11-21 22:10:

>>      if(len > 0){
>>          next_tvb = tvb_new_subset(tvb, offset, len, len);
>>          dissect_s1ap_SONtransferApplicationIdentity_PDU(tvb, gpinfo, tree, NULL);
>>      }

>> Should it be passing next_tvb to dissect_s1ap_SONtransferApplicationIdentity_PDU()?
> Yes, sorry.

fixed in r46125

Regards,

   Martin