mirror of
https://github.com/zeek/zeek.git
synced 2025-10-12 11:38:20 +00:00
Add another SOCKS command.
This commit is contained in:
parent
6b8b4dab71
commit
3eb16e5738
1 changed files with 4 additions and 3 deletions
|
@ -4,6 +4,7 @@ export {
|
|||
type RequestType: enum {
|
||||
CONNECTION = 1,
|
||||
PORT = 2,
|
||||
UDP_ASSOCIATE = 3,
|
||||
};
|
||||
|
||||
const v5_authentication_methods: table[count] of string = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue