hexagram/bin/pcapreplay.h
2019-05-22 22:07:24 -05:00

8 lines
168 B
C

#ifndef _REPLAYPCAP_H
#define _REPLAYPCAP_H
char *hexagram_arglist_pcapreplay(void);
int hexagram_main_pcapreplay(int argc, char **argv);
#endif /* _REPLAYPCAP_H */