HTTP CONNECT proxy support.

- The HTTP analyzer now supports handling HTTP CONNECT proxies
   same as the SOCKS analyzer handles proxying.
This commit is contained in:
Seth Hall 2014-02-12 22:38:59 -05:00
parent f45bd84f4c
commit dd0856a57f
10 changed files with 102 additions and 0 deletions

View file

@ -186,6 +186,7 @@ enum Type %{
TEREDO,
SOCKS,
GTPv1,
HTTP,
%}
type EncapsulatingConn: record;