airprobe/gsm-tvoid/src/lib/out_pcap.h

10 lines
233 B
C

#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