Ethereal-dev: [Ethereal-dev] Need help on dissecting from multiple frames and scrollbars
HI,
I'm trying to add few features to http on ethereal:
in the dissector:
- fixed a stat_info leakage
- added http.request.uri
- added a preference to decode multiple GETs when they are in the same packet
- It actually decodes more GETs in the same packet (problem 1)
- add URIs and URLs to the statistics window (problem 2)
Attached you'll find what I've done until now. (It still needs few fixes)
The problems I have are the followiwng:
1. Requests that are splitted in two packets
I do actually decode multiple GETs in the same packet, but if the last
one happens to end in the next packet I realy do not know what should
I do to decode it.
Should I check if it is complete first and if not leave it there
(how) for the next call to dissect it.
2. As I added the lists of uris and urls to the HTTP statistics window
it grew and now it needs a scrollbar. Any hints on where can I look
for examples on how to add a scrollbar to a window.
Thanks,
Luis