blob: 5b997b80d5125f29a6140e4e38f8a77f9e51a5bc [file] [log] [blame]
## This file is part of Scapy
## See http://www.secdev.org/projects/scapy for more informations
## Copyright (C) Philippe Biondi <phil@secdev.org>
## This program is published under a GPLv2 license
"""
Customization for the Solaris operation system.
"""
# IPPROTO_GRE is missing on Solaris
import socket
socket.IPPROTO_GRE = 47
from scapy.arch.unix import *