summaryrefslogtreecommitdiff
path: root/trafgen_l4.h
diff options
context:
space:
mode:
Diffstat (limited to 'trafgen_l4.h')
-rw-r--r--trafgen_l4.h13
1 files changed, 13 insertions, 0 deletions
diff --git a/trafgen_l4.h b/trafgen_l4.h
new file mode 100644
index 0000000..4651009
--- /dev/null
+++ b/trafgen_l4.h
@@ -0,0 +1,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 */