Skip to content

Commit a065850

Browse files
authored
Merge pull request secdev#1 from DanielOaks/import-openbsd
Import OPENBSD symbol
2 parents 85ca09e + 5583109 commit a065850

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scapy/arch/bpf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
from scapy.data import ARPHDR_LOOPBACK, ARPHDR_ETHER
88
from scapy.arch.common import get_if
99
from scapy.arch.bsd import LOOPBACK_NAME
10-
from scapy.arch import FREEBSD, NETBSD
10+
from scapy.arch import FREEBSD, NETBSD, OPENBSD
1111
from scapy.packet import Raw
1212
from scapy.layers.l2 import Ether
1313
from scapy.layers.inet import IP

0 commit comments

Comments
 (0)