Commit 509d3d07 authored by David Levanon's avatar David Levanon
Browse files

Merge branch 'feature/tapper-refactor-i/tcp-packet-source-and-assembler' of...

Merge branch 'feature/tapper-refactor-i/tcp-packet-source-and-assembler' of https://github.com/up9inc/mizu into feature/tapper-refactor-i/extract-stats-function-out
Showing with 1 addition and 1 deletion
+1 -1
......@@ -115,7 +115,7 @@ func (source *tcpPacketSource) readPackets(ipdefrag bool, packets chan<- tcpPack
}
// defrag the IPv4 packet if required
if !*nodefrag {
if !ipdefrag {
ip4Layer := packet.Layer(layers.LayerTypeIPv4)
if ip4Layer == nil {
continue
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment