From b4af77eafdde4994ba709467fde9f2f793f00a6c Mon Sep 17 00:00:00 2001 From: Li-Wen Hsu Date: Wed, 19 Nov 2008 20:41:56 +0000 Subject: - Update to 2.0.0.10 PR: ports/128802 Submitted by: Yi-Jheng Lin Approved by: vanhu AT netasq.com (maintainer) --- net/scapy/files/patch-scapy_utils6.py | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 net/scapy/files/patch-scapy_utils6.py (limited to 'net/scapy/files/patch-scapy_utils6.py') diff --git a/net/scapy/files/patch-scapy_utils6.py b/net/scapy/files/patch-scapy_utils6.py new file mode 100644 index 000000000000..a384701a321f --- /dev/null +++ b/net/scapy/files/patch-scapy_utils6.py @@ -0,0 +1,11 @@ +--- scapy/utils6.py.orig 2008-11-12 05:06:52.000000000 +0800 ++++ scapy/utils6.py 2008-11-12 05:07:08.000000000 +0800 +@@ -194,7 +194,7 @@ + Extract the MAC address from a modified EUI-64 constructed IPv6 + address provided and use the IANA oui.txt file to get the vendor. + The database used for the conversion is the one loaded by Scapy, +- based on Wireshark (/usr/share/wireshark/wireshark/manuf) None ++ based on Wireshark (%%LOCALBASE%%/share/wireshark/manuf) None + is returned on error, "UNKNOWN" if the vendor is unknown. + """ + mac = in6_addrtomac(addr) -- cgit v1.2.3