I have libpcap version 0.6 and linux kernel version 2.6.18 in which i cannot upgrade either of these and pcap_breakloop()
function available from the version 0.8.
My question is how can I break pcap_loop()
without using pcap_breakloop()
?
Any help will be appreciated.