summaryrefslogtreecommitdiff
path: root/trafgen_dump.h
diff options
context:
space:
mode:
Diffstat (limited to 'trafgen_dump.h')
-rw-r--r--trafgen_dump.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/trafgen_dump.h b/trafgen_dump.h
new file mode 100644
index 0000000..860a956
--- /dev/null
+++ b/trafgen_dump.h
@@ -0,0 +1,8 @@
+#ifndef TRAFGEN_DUMP_H
+#define TRAFGEN_DUMP_H
+
+#include "trafgen_conf.h"
+
+extern int packet_dump_fd(struct packet *pkt, int fd);
+
+#endif /* TRAFGEN_DUMP_H */