package Const_Fields
const (
Type_TCP = 0x06
Type_UDP = 0x11
Type_ICMP = 0x01
Type_IPV4 = 0x0800
Type_ARP = 0x0806
)