about summary refs log tree commit diff stats
path: root/src/transmit.h
blob: f0955863a991366762fc9fa3a759c0e1d3bab28e (plain) (blame)
1
2
3
4
5
6
#ifndef G4U_TRANSMIT_H
#define G4U_TRANSMIT_H

int send_packet_with_radiotap(int sock, int device_index, const unsigned char dst_addr[6], const unsigned char* packet, int packet_size);

#endif /* G4U_TRANSMIT_H */