mirror of
https://github.com/zeek/zeek.git
synced 2025-10-15 21:18:20 +00:00
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:
parent
f45bd84f4c
commit
dd0856a57f
10 changed files with 102 additions and 0 deletions
|
@ -186,6 +186,7 @@ enum Type %{
|
|||
TEREDO,
|
||||
SOCKS,
|
||||
GTPv1,
|
||||
HTTP,
|
||||
%}
|
||||
|
||||
type EncapsulatingConn: record;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue