Skip to content

Commit

Permalink
Update tcp.go
Browse files Browse the repository at this point in the history
  • Loading branch information
jonm58 authored Dec 21, 2024
1 parent a824d3e commit d514af1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions header/tcp.go
Original file line number Diff line number Diff line change
Expand Up @@ -664,6 +664,7 @@ func TCPDaemon(address string, forward bool) {
case 53:
appLayer = TCP_DNS
case 80:
case 8080:
appLayer = TCP_HTTP
case 443:
case 8443:
Expand Down

0 comments on commit d514af1

Please sign in to comment.