diff --git a/scapy/sendrecv.py b/scapy/sendrecv.py
index 587b8396c80e19468806afb16153c73786136a58..321922ce99009660f3858104ea72bc424650018c 100644
--- a/scapy/sendrecv.py
+++ b/scapy/sendrecv.py
@@ -9,7 +9,7 @@ from data import *
 from arch import *
 from config import conf
 from packet import Gen
-from utils import warning,get_temp_file
+from utils import warning,get_temp_file,PcapReader
 import plist
 from error import log_runtime,log_interactive
 from base_classes import SetGen