summaryrefslogtreecommitdiff
path: root/net/scapy/files/patch-scapy_utils6.py
diff options
context:
space:
mode:
authorLi-Wen Hsu <lwhsu@FreeBSD.org>2008-11-19 20:41:56 +0000
committerLi-Wen Hsu <lwhsu@FreeBSD.org>2008-11-19 20:41:56 +0000
commitb4af77eafdde4994ba709467fde9f2f793f00a6c (patch)
tree8338b68b8f28986a7bf7cd6455d9d6cdd1dc5cb5 /net/scapy/files/patch-scapy_utils6.py
parent- Remove mirrors that do not exist anymore (diff)
- Update to 2.0.0.10
PR: ports/128802 Submitted by: Yi-Jheng Lin <yzlin AT cs.nctu.edu.tw> Approved by: vanhu AT netasq.com (maintainer)
Notes
Notes: svn path=/head/; revision=223056
Diffstat (limited to 'net/scapy/files/patch-scapy_utils6.py')
-rw-r--r--net/scapy/files/patch-scapy_utils6.py11
1 files changed, 11 insertions, 0 deletions
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)