blob: e10f97353d71341084ab678cfa61741dfbf3fef8 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
diff -ru a/scapy-2.2.0/scapy/sendrecv.py b/scapy-2.2.0/scapy/sendrecv.py
--- a/scapy-2.2.0/scapy/sendrecv.py 2010-08-11 11:09:51.000000000 +1200
+++ b/scapy-2.2.0/scapy/sendrecv.py 2011-09-20 11:22:26.776978191 +1200
@@ -13,7 +13,7 @@
import arch
from config import conf
from packet import Gen
-from utils import warning,get_temp_file,PcapReader
+from utils import warning,get_temp_file,PcapReader,wrpcap
import plist
from error import log_runtime,log_interactive
from base_classes import SetGen
|