fuzzAuth.h 176 B

12345678
  1. #ifndef FUZZAUTH_H_
  2. #define FUZZAUTH_H_
  3. int AuthFuzzUpdate(int status);
  4. u_char *AuthFuzz(u_char *dstAddress, int *packetSize, u_char * radioTapHeader, u_char *myMAC);
  5. #endif