View | Details | Raw Unified | Return to bug 136924
Collapse All | Expand All

(-)/usr/ports/net/scapy/Makefile (-1 / +1 lines)
Lines 8-14 Link Here
8
8
9
PORTNAME=	scapy
9
PORTNAME=	scapy
10
PORTVERSION=	2.0.1
10
PORTVERSION=	2.0.1
11
PORTREVISION=	2
11
PORTREVISION=	1
12
CATEGORIES=	net
12
CATEGORIES=	net
13
MASTER_SITES=	http://secdev.org/projects/scapy/files/
13
MASTER_SITES=	http://secdev.org/projects/scapy/files/
14
14
(-)/usr/ports/net/scapy/files/patch-scapy-sendrecv.py (-11 lines)
Lines 1-11 Link Here
1
--- scapy/sendrecv.py.orig	2009-07-15 18:19:31.000000000 +0200
2
+++ scapy/sendrecv.py	2009-07-15 18:19:46.000000000 +0200
3
@@ -9,7 +9,7 @@
4
 from arch import *
5
 from config import conf
6
 from packet import Gen
7
-from utils import warning
8
+from utils import warning,PcapReader
9
 import plist
10
 from error import log_runtime,log_interactive
11

Return to bug 136924