AUTHORS: add Whang Choi
[netsniff-ng.git] / trafgen_dump.h
blob860a9560c9027202ecafe858fe14e63223f2c0fd
1 #ifndef TRAFGEN_DUMP_H
2 #define TRAFGEN_DUMP_H
4 #include "trafgen_conf.h"
6 extern int packet_dump_fd(struct packet *pkt, int fd);
8 #endif /* TRAFGEN_DUMP_H */