summaryrefslogtreecommitdiff
path: root/trafgen_l4.h
blob: 4651009dacfbc1b1678abf21304a3c93b6b532b8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
#ifndef TRAFGEN_L4_H
#define TRAFGEN_L4_H

enum udp_field {
	UDP_SPORT,
	UDP_DPORT,
	UDP_LEN,
	UDP_CSUM,
};

extern void protos_l4_init(void);

#endif /* TRAFGEN_L4_H */