summaryrefslogtreecommitdiff
path: root/gsm-receiver/src/lib/decoder/out_pcap.h
blob: 5ae5e3c269d6ccb24b96dabb320ced6248a378e4 (plain)
1
2
3
4
5
6
7
8
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
personal git repositories of Harald Welte. Your mileage may vary