Huge thanks to our Platinum Members Endace and LiveAction,
and our Silver Member Veeam, for supporting the Wireshark Foundation and project.

Wireshark-commits: [Wireshark-commits] rev 21618: /trunk/epan/dissectors/ /trunk/epan/dissectors/:

Date: Sat, 28 Apr 2007 23:52:16 GMT
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