repo.or.cz
/
netsniff-ng-new.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
ring_tx: handle EINTR from sendto
[netsniff-ng-new.git]
/
trafgen_dump.h
blob
860a9560c9027202ecafe858fe14e63223f2c0fd
1
#ifndef TRAFGEN_DUMP_H
2
#define TRAFGEN_DUMP_H
3
4
#include
"trafgen_conf.h"
5
6
extern
int
packet_dump_fd
(
struct
packet
*
pkt
,
int
fd
);
7
8
#endif
/* TRAFGEN_DUMP_H */