blob: 2637a240a1a130377142b92c64485aef4a0fbab1 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
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")
|