From: Russ Handorf Date: Wed, 2 Mar 2016 04:11:02 +0000 (-0500) Subject: i shouldnt code on meds X-Git-Url: http://handorf.org/code/?p=soho-sigint.git;a=commitdiff_plain;h=687657cb16225ceae66b3620962d6503d82f2484 i shouldnt code on meds --- diff --git a/client-wifi/client-c/soho-sigint-wifi.c b/client-wifi/client-c/soho-sigint-wifi.c index a406cf2..c577e72 100644 --- a/client-wifi/client-c/soho-sigint-wifi.c +++ b/client-wifi/client-c/soho-sigint-wifi.c @@ -270,7 +270,7 @@ void my_callback(u_char *args,const struct pcap_pkthdr* pkthdr,const u_char* pac sprintf(ssid,"[truncated]"); } //printf("debug ssid: %s fieldlen: %d strlen: %d\n", ssid, ssid_len, strlen(ssid)); - sprintf(client_mac, "%02x:%02x:%02x:%02x:%02x:%02x", packet[50], packet[51],packet[52],packet[53],packet[54],packet[55]); + sprintf(client_mac, "%02x:%02x:%02x:%02x:%02x:%02x", packet[52], packet[53],packet[54],packet[55],packet[56],packet[57]); for (i=0; i<34; i++) { if (ssid_buf[i][0] != NULL) {