new: http parser

This commit is contained in:
evilsocket 2018-01-10 03:06:05 +01:00
commit c98191c43e
4 changed files with 56 additions and 0 deletions

View file

@ -15,6 +15,8 @@ func tcpParser(ip *layers.IPv4, pkt gopacket.Packet, verbose bool) {
if sniParser(ip, pkt, tcp) {
return
} else if httpParser(ip, pkt, tcp) {
return
}
if verbose == true {