Ejemplo n.º 1
0
 def __init__(self, dw=8):
     Depacketizer.__init__(self, eth_ipv4_user_description(dw),
                           eth_udp_description(dw), udp_header)
Ejemplo n.º 2
0
 def __init__(self, dw):
     Depacketizer.__init__(self, eth_phy_description(dw),
                           eth_mac_description(dw), mac_header)
Ejemplo n.º 3
0
 def __init__(self, dw=8):
     Depacketizer.__init__(self, eth_mac_description(dw),
                           eth_ipv4_description(dw), ipv4_header)
Ejemplo n.º 4
0
 def __init__(self, dw=8):
     Depacketizer.__init__(self, eth_mac_description(dw),
                           eth_arp_description(dw), arp_header)