1
0

fuzzProbeResponse.h 200 B

12345678
  1. #ifndef FUZZPROBERESPONSE_H_
  2. #define FUZZPROBERESPONSE_H_
  3. int PrbRespFuzzUpdate(int status);
  4. u_char *PrbRespFuzz(u_char *dstAddress, int *packetSize, u_char * radioTapHeader, u_char *myMAC);
  5. #endif