btw,

would the same ip tvb buffer be available in AH, or should I make a
raw copy of the header in IP and attach it to private_data?

if I store only the pointer from tvb_get_ptr in IP, I wouldn't use
tvb_get_guint8 in AH to fetch it right? i would just memcpy it? or I
can use the tvb_get_guint8?

thanks,


On 3/11/07, Guy Harris <[EMAIL PROTECTED]> wrote:
> ali alkhalidi wrote:
> > will try this, and BTW, would the data fetched with tvb_get_ptr,
> > inside the ip dissector return the header information in network byte
> > order?
>
> It would return a pointer to the raw data, which means that, as the
> header would be an IPv4 or IPv6 header, the fields would be in network
> byte order.
> _______________________________________________
> Wireshark-dev mailing list
> [email protected]
> http://www.wireshark.org/mailman/listinfo/wireshark-dev
>
_______________________________________________
Wireshark-dev mailing list
[email protected]
http://www.wireshark.org/mailman/listinfo/wireshark-dev

Reply via email to