fmadio / pcap2json

High Speed PCAP to JSON conversion utility
Other
97 stars 21 forks source link

Ignore tcp window size for rst packets #23

Closed navinsaven closed 4 years ago

navinsaven commented 4 years ago

By default, tcp rst has a window size of 0. Since we only want to track window size of regular tcp packets, can we have tcp rst window size be excluded?

fmadio commented 4 years ago

merged closing