You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Use pcap_next_ex rather than just pcap_next because pcap_next
always blocks if there is no packets to receive.
Bugzilla ID: 1526
Fixes: 4c17330 ("pcap: add new driver")
Cc: [email protected]
Reported-by: Ofer Dagan <[email protected]>
Signed-off-by: Stephen Hemminger <[email protected]>
Tested-by: Ofer Dagan <[email protected]>
0 commit comments