diff options
author | Wen Heping <wen@FreeBSD.org> | 2010-01-06 00:25:50 +0000 |
---|---|---|
committer | Wen Heping <wen@FreeBSD.org> | 2010-01-06 00:25:50 +0000 |
commit | 8af3088d41daeb03c6834f4839289e09ed7db311 (patch) | |
tree | 39af3e0e92311b1ff4482af7d41a75c6fbe57986 /net/scapy/files/patch-scapy__data.py | |
parent | - Update to 0.64 (diff) |
- Update to 2.1.0
- Remove 5 unneeded patches and add 6 new pathces
PR: ports/141471
Submitted by: Sofian Brabez <sbrabez@gmail.com>
Approved by: maintainer(timeout, >20days)
Notes
Notes:
svn path=/head/; revision=247240
Diffstat (limited to 'net/scapy/files/patch-scapy__data.py')
-rw-r--r-- | net/scapy/files/patch-scapy__data.py | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/net/scapy/files/patch-scapy__data.py b/net/scapy/files/patch-scapy__data.py new file mode 100644 index 000000000000..2637a240a1a1 --- /dev/null +++ b/net/scapy/files/patch-scapy__data.py @@ -0,0 +1,11 @@ +--- ./scapy/data.py.orig 2010-01-05 11:34:28.000000000 +0100 ++++ ./scapy/data.py 2010-01-05 11:35:09.000000000 +0100 +@@ -178,7 +178,7 @@ + IP_PROTOS=load_protocols("/etc/protocols") + ETHER_TYPES=load_ethertypes("/etc/ethertypes") + TCP_SERVICES,UDP_SERVICES=load_services("/etc/services") +- MANUFDB = load_manuf("/usr/share/wireshark/wireshark/manuf") ++ MANUFDB = load_manuf("%%LOCALBASE%%/share/wireshark/wireshark/manuf") + + + |