trafgen: parser: Support "etype"/"type" keywords for Ethertype
[netsniff-ng.git] / trafgen_l4.h
blob4651009dacfbc1b1678abf21304a3c93b6b532b8
1 #ifndef TRAFGEN_L4_H
2 #define TRAFGEN_L4_H
4 enum udp_field {
5 UDP_SPORT,
6 UDP_DPORT,
7 UDP_LEN,
8 UDP_CSUM,
9 };
11 extern void protos_l4_init(void);
13 #endif /* TRAFGEN_L4_H */