new: new teamviewer packet parser for net.sniff

This commit is contained in:
evilsocket 2019-01-29 15:31:27 +01:00
parent 0d7eb43ee5
commit db7d6b64f0
No known key found for this signature in database
GPG key ID: 1564D7F30393A456
3 changed files with 163 additions and 0 deletions

View file

@ -14,6 +14,7 @@ var tcpParsers = []func(*layers.IPv4, gopacket.Packet, *layers.TCP) bool{
ntlmParser,
httpParser,
ftpParser,
teamViewerParser,
}
func onTCP(ip *layers.IPv4, pkt gopacket.Packet, verbose bool) {