http://bugs.wireshark.org/bugzilla/show_bug.cgi?id=1109
------- Comment #1 from mwreynolds@xxxxxxxxx 2006-09-20 00:38 GMT -------
Clarifying the last section of the above, after re-reading my`poor
description...
Currently the http dissector appears to treat the content length section (the
actual "content-length" string as well as the following value) in the http
packet as one big string.
It would be nice if the numerical value were extracted and treated as an
integer in order to make it usable with rich display filtering such as
(http.content_length >= n) or if the extracted value needed to be treated as a
separate derived field, then perhaps something like (http.content_length_value
>= n).
I turn a lot of people on to Wireshark via training that I do, and this would
make a really great lab/example if it works sometime.
Thanks for everything, and Cheers
--
Configure bugmail: http://bugs.wireshark.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.