mirror of
https://github.com/zeek/zeek.git
synced 2025-10-09 18:18:19 +00:00
socks/dpd: Fix socks5_server side signature
The server replies with \x05 and identifier for the chosen method. Not quite sure what the previous signature meant capture. See also: https://datatracker.ietf.org/doc/html/rfc1928#section-3 Closes #3099.
This commit is contained in:
parent
a18d6c9400
commit
d6ca1ec4f6
5 changed files with 19 additions and 3 deletions
|
@ -0,0 +1,4 @@
|
|||
### BTest baseline data generated by btest-diff. Do not edit. Use "btest -U/-u" to update. Requires BTest >= 0.63.
|
||||
id.orig_h id.orig_p id.resp_h id.resp_p service history
|
||||
192.168.0.2 55951 192.168.0.1 10080 socks ShADad
|
||||
192.168.0.1 55951 192.168.0.2 22 - ShA
|
|
@ -0,0 +1,3 @@
|
|||
### BTest baseline data generated by btest-diff. Do not edit. Use "btest -U/-u" to update. Requires BTest >= 0.63.
|
||||
id.orig_h id.orig_p id.resp_h id.resp_p version status bound.host bound.name bound_p
|
||||
192.168.0.2 55951 192.168.0.1 10080 5 succeeded 192.168.0.1 - 55951
|
Loading…
Add table
Add a link
Reference in a new issue