diff options
| author | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2009-07-28 14:11:27 +0000 |
|---|---|---|
| committer | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2009-07-28 14:11:27 +0000 |
| commit | 563aaca041246ff33f0a3d7e0bf8055e76173369 (patch) | |
| tree | d4d8f52025b80bd50d3c3b43799cd055abb09b51 /net/scapy/files/patch-scapy-sendrecv.py | |
| parent | - force WITHOUT_NLS (diff) | |
- Fix a Python import when importing of a pcap file in scapy
PR: 136798, 136924
Submitted by: Aurélien Ansel <aurelien.ansel@netasq.com>
Approved by: VANHULLEBUS Yvan <vanhu@netasq.com> (maintainer via private email)
Notes
Notes:
svn path=/head/; revision=238516
Diffstat (limited to 'net/scapy/files/patch-scapy-sendrecv.py')
| -rw-r--r-- | net/scapy/files/patch-scapy-sendrecv.py | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/net/scapy/files/patch-scapy-sendrecv.py b/net/scapy/files/patch-scapy-sendrecv.py new file mode 100644 index 000000000000..e44447c0ccc5 --- /dev/null +++ b/net/scapy/files/patch-scapy-sendrecv.py @@ -0,0 +1,11 @@ +--- scapy/sendrecv.py.orig 2009-07-15 18:19:31.000000000 +0200 ++++ scapy/sendrecv.py 2009-07-15 18:19:46.000000000 +0200 +@@ -9,7 +9,7 @@ + from arch import * + from config import conf + from packet import Gen +-from utils import warning ++from utils import warning,PcapReader + import plist + from error import log_runtime,log_interactive + |
