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 18901: /trunk/epan/dissectors/ /trunk/epan/dissectors/:

Date: Mon, 14 Aug 2006 21:46:06 GMT
http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=18901

User: jmayer
Date: 2006/08/14 09:46 PM

Log:
 Stephen Fisher <stephentfisher@xxxxxxxxx>
 
 Attached is a patch to packet-http.c that calls a subdissector for
 traffic flowing through a proxy via the HTTP CONNECT method.  Most
 protocols, especially SSL, can be tunneled through an HTTP proxy.
 Wireshark currently says this traffic is "Continuation or non-HTTP
 traffic" but this patch turns the payload over to the dissector for the
 protocol being tunneled.  This is similar to how the Socks dissector
 works.

Directory: /trunk/epan/dissectors/
  Changes    Path             Action
  +79 -12    packet-http.c    Modified