from scapy.all import *
from scapy.all import DHCP , Ether ,IP , BOOTP ,UDP
def detect_dhcp(pkt):
if DHCP in pkt:
if pkt[DHCP].options[0][1]==
from scapy.all import *
from scapy.all import DHCP , Ether ,IP , BOOTP ,UDP
def detect_dhcp(pkt):
if DHCP in pkt:
if pkt[DHCP].options[0][1]==