summaryrefslogtreecommitdiff
path: root/trafgen_dump.h
blob: 860a9560c9027202ecafe858fe14e63223f2c0fd (plain)
1
2
3
4
5
6
7
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 */