fmadio / public

fmadio issue tracking
MIT License
8 stars 3 forks source link

PCAP Download with filter not disconnecting #232

Closed fmadio closed 6 years ago

fmadio commented 6 years ago

PCAP downloading using a complex filter that results in 0 packets being output will fail to halt the download. Theres no check on the Keep alive send() if the connection is still up and active. This results in the filter running to completion instead of exiting when the connection is dropped

fmadio@fmadio20-158:~$ cat /opt/fmadio/version fmadio20 4861 Wed Jan 24 16:27:42 2018

fmadio commented 6 years ago

f67c900f0d3b5c09229978ef2a41760b

fmadio commented 6 years ago

code updated, keep alives check the return value

fmadio commented 6 years ago

latest FW 5225 released