This is a static archive of our old Q&A Site. Please post any new questions and answers at ask.wireshark.org.

tvb_reported_length_remaining

0

Hi

can anyone tell me what

           tvb_reported_length_remaining (tvb, hdr); will do. to measure the Length ? what this function will return ? (guint8 || gint || int )

What is the main diff between

              tvb_reported_length and tvb_reported_length_remaining

Thanks!

asked 23 Nov '14, 19:21

umar's gravatar image

umar
26222427
accept rate: 0%


One Answer:

0

See epan/tvbuff.h

(The best way to get information about the Wireshark API is to search the .h files (and,in many cases, to search/read doc/README.dissector and doc/README.developer)

:)

answered 23 Nov '14, 19:39

Bill%20Meier's gravatar image

Bill Meier ♦♦
3.2k1850
accept rate: 17%