diff options
Diffstat (limited to 'src/lib/decoder/out_pcap.h')
-rw-r--r-- | src/lib/decoder/out_pcap.h | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/src/lib/decoder/out_pcap.h b/src/lib/decoder/out_pcap.h new file mode 100644 index 0000000..5ae5e3c --- /dev/null +++ b/src/lib/decoder/out_pcap.h @@ -0,0 +1,9 @@ +#ifndef _PCAP_IF_H +#define _PCAP_IF_H + +extern int open_pcap_file(char *fname); + +int write_pcap_packet(int fd, int arfcn, int ts, int fn, + int burst, int burst_type, + const unsigned char *data, unsigned int len); +#endif |