mirror of
https://github.com/kubeshark/kubeshark.git
synced 2026-05-22 09:03:17 +00:00
Remove some development artifacts
This commit is contained in:
@@ -65,7 +65,6 @@ var memprofile = flag.String("memprofile", "", "Write memory profile")
|
||||
// output
|
||||
var HarOutputDir = flag.String("hardir", "", "Directory in which to store output har files")
|
||||
var harEntriesPerFile = flag.Int("harentriesperfile", 200, "Number of max number of har entries to store in each file")
|
||||
var filter = flag.String("f", "tcp", "BPF filter for pcap")
|
||||
|
||||
var statsTracker = StatsTracker{}
|
||||
|
||||
|
||||
@@ -21,7 +21,6 @@ type tcpStream struct {
|
||||
optchecker reassembly.TCPOptionCheck
|
||||
net, transport gopacket.Flow
|
||||
isDNS bool
|
||||
reader tcpReader
|
||||
isTapTarget bool
|
||||
client tcpReader
|
||||
server tcpReader
|
||||
|
||||
Reference in New Issue
Block a user