snoop: connect notice includes port, sni and account (present fields only)
This commit is contained in:
parent
a587d25873
commit
6e8d6c31fb
6 changed files with 28 additions and 6 deletions
|
|
@ -412,6 +412,7 @@ impl Server {
|
|||
secure,
|
||||
certfp,
|
||||
tls_info,
|
||||
sni,
|
||||
brand_server,
|
||||
brand_network,
|
||||
account: None,
|
||||
|
|
@ -1585,6 +1586,7 @@ mod tests {
|
|||
secure: false,
|
||||
certfp: None,
|
||||
tls_info: None,
|
||||
sni: None,
|
||||
brand_server: None,
|
||||
brand_network: None,
|
||||
account: None,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue