mirror of
https://github.com/bettercap/bettercap
synced 2025-08-19 21:13:18 -07:00
new: http parser
This commit is contained in:
parent
27b1f48584
commit
c98191c43e
4 changed files with 56 additions and 0 deletions
|
@ -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 {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue