mirror of
https://github.com/kubeshark/kubeshark.git
synced 2025-09-28 13:55:47 +00:00
Add udp
to list of enabled dissectors (#1616)
* Add `udp` to list of enabled dissectors * ignore udp as part of a global filter * have globalFilter ignore udp and icmp * Have globalFilter ignore udp and icmp * Update README.md --------- Co-authored-by: Alon Girmonsky <1990761+alongir@users.noreply.github.com>
This commit is contained in:
@@ -83,6 +83,7 @@ func CreateDefaultConfig() ConfigStruct {
|
||||
"sctp",
|
||||
"syscall",
|
||||
"tcp",
|
||||
"udp",
|
||||
"ws",
|
||||
},
|
||||
},
|
||||
|
Reference in New Issue
Block a user