summaryrefslogtreecommitdiff
path: root/net/py-pypcap/files/patch-pcap.pyx (follow)
Commit message (Collapse)AuthorAgeFilesLines
* - Bring in the following changes from upstream:Wesley Shields2011-10-021-0/+221
| | | | | | | | 80, 85, 86, 90, 91, 92, 93, 100, 101 These can all be removed if there is ever a new release in the future. - Silence a post-patch line. Requested by: Fausto Marzi
* Remove non-standard patch to API.Tom McLaughlin2007-03-241-36/+0
| | | | | | - pcap.inject() can be found in net/pcs's pcs.pcap module. Approved by: maintainer
* A simplified object-oriented Python extension module for libpcapErwin Lansing2006-07-201-0/+36
WWW: http://monkey.org/~dugsong/pypcap/ PR: ports/100601 Submitted by: George V. Neville-Neil