Displaying 2 results from an estimated 2 matches for "pcap_dispatch".
2010 Nov 02
0
[Bug 1831] New: Repeatable crash of softflowd on high PPS collector?
...;:
                        } else if (r == 0) {
                                logit(LOG_NOTICE, "Shutting down after
pcap EOF");
                                graceful_shutdown_request = 1;*/
                                break;
                        }
r is the return value from pcap_dispatch, according to the
pcap_dispatch man page during live capture a return of 0 can mean
simply that there is no data for the pcap consumer to use. Commenting
out this section results in a completely usable version of softflowd,
which is currently in use for us. 
I've seen comments around the code...
2014 Aug 22
0
Wine release 1.7.25
...: Implement pcap_setfilter.
      shlwapi/tests: Fix SHFormatDateTimeW tests for right-to-left locales.
      wpcap: Fix spec file to not print empty buffers.
      wpcap: Trace strings when possible.
      wpcap: Implement pcap_freecode.
      wpcap: Implement pcap_snapshot.
      wpcap: Implement pcap_dispatch.
      wpcap: Implement pcap_loop.
      wpcap: Implement pcap_breakloop.
      wpcap: Implement pcap_datalink_val_to_name.
      wpcap: Implement pcap_close.
      wpcap: Implement pcap_datalink_name_to_val.
      wpcap: Implement pcap_list_datalinks.
      wpcap: Implement pcap_datalink_val_to_de...