K 10 svn:author V 5 luigi K 8 svn:date V 27 2012-05-03T15:34:44.720078Z K 7 svn:log V 316 - correct a bug in pcap_dispatch(): a count of 0 means infinity. - in pcap_dispatch(), issue a prefetch on the buffer before the callback, this may save a little bit of time if the client is very fast. - in pcap_inject(), use a fast copy routine, which also helps saving a few nanoseconds with fast clients. END