X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=bt-remote.c;h=315e96b4e0e700bf0c7fd083f4c84bdc7293f526;hb=54c1c5fbf2719107e18d7a675cccf08860f632fe;hp=77ca2702273ab40e5b14321bfe65ec2d3bf313dd;hpb=4a52d180fa3673a1f29f6a491200e6f09dec9327;p=wardrive diff --git a/bt-remote.c b/bt-remote.c index 77ca270..315e96b 100644 --- a/bt-remote.c +++ b/bt-remote.c @@ -136,7 +136,8 @@ int parse_packet(unsigned char *buf, unsigned bytes, int sock) if (sscanf(ptr, "*NETWORK: %s %d %d %d %d", bssid, &crypted, &weak, &signal, &noise) != 5) { printf("Couldn't parse NETWORK packet\n"); } else { - if (strcmp(bssid, "00:0D:54:A0:27:7F") == 0) { + if (strcmp(bssid, "00:18:39:0A:97:C9") == 0) { + //if (strcmp(bssid, "00:13:10:1F:2A:1C") == 0) { static int last_crypted = 0; char str1[64], str2[64], str3[64], str4[64], str5[64], str6[64]; short len;