Update types.go

Add new typeSession for two layers encrypted traffic
This commit is contained in:
Fyodor Ustinov 2022-07-03 17:11:07 +03:00 committed by GitHub
parent 42d4298e19
commit 5519e38dee
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -5,6 +5,7 @@ const (
typeSessionDummy = iota // nolint:deadcode,varcheck typeSessionDummy = iota // nolint:deadcode,varcheck
typeSessionTraffic typeSessionTraffic
typeSessionProto typeSessionProto
typeSessionEncTraffic
) )
// Protocol packet types // Protocol packet types