http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=21618
User: sfisher
Date: 2007/04/28 11:52 PM
Log:
From Sake Blok:
While looking into the http-dissector I improved a few things on
how it dissects a proxy CONNECT session. This is what I have changed:
- added the fields hf_http_proxy_connect_host and -port
- changed proto_tree_add_text to proto_tree_add_string and -uint
so that it's possible to filter on them
- make these two fields "PROTO_ITEM_SET_GENERATED"
- removed the alteration of the ports within pinfo, now the
ports in the column info are not changed to the port used to
connect to the backend server. It is now possible to use
follow-tcp-stream again on proxied ssl sessions.
Directory: /trunk/epan/dissectors/
Changes Path Action
+35 -21 packet-http.c Modified