Remove some development artifacts

This commit is contained in:
M. Mert Yildiran
2021-08-26 18:22:32 +03:00
parent 3a92ce866f
commit a44f426955
2 changed files with 0 additions and 2 deletions

View File

@@ -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{}

View File

@@ -21,7 +21,6 @@ type tcpStream struct {
optchecker reassembly.TCPOptionCheck
net, transport gopacket.Flow
isDNS bool
reader tcpReader
isTapTarget bool
client tcpReader
server tcpReader