ports/net/scapy/files/patch-scapy_config.py
Wesley Shields dc9b3b8185 - Update to 2.0.1
PR:		ports/135996
Submitted by:	Vladimir Korkodinov <viper@perm.raid.ru>
Approved by:	maintainer
2009-06-25 02:15:46 +00:00

11 lines
439 B
Python

--- scapy/config.py.orig 2009-02-09 17:41:39.000000000 +0500
+++ scapy/config.py 2009-06-24 16:11:35.000000000 +0600
@@ -309,7 +309,7 @@
services_tcp = TCP_SERVICES
services_udp = UDP_SERVICES
extensions_paths = "."
- manufdb = load_manuf("/usr/share/wireshark/manuf")
+ manufdb = load_manuf("%%LOCALBASE%%/share/wireshark/manuf")
stats_classic_protocols = []
stats_dot11_protocols = []
temp_files = []