Jump to content

rockethamster

Members
  • Posts

    2
  • Joined

  • Last visited

Everything posted by rockethamster

  1. In retrospect, i could have made that a lot clearer, but i was semi delirious from exhaustion. What i'm doing at the moment is setting a channel to listen on, reading packets using wifi_rxRawReadPacket() and dumping them to a file. I'm not connected to any AP. I've worked out that i'm only getting broadcast stuff, is this because i'm not connected to an AP? Tried to figure out what's in the packets too, and it's not matching up with my wireshark captures at all. This would probably be the WEP encryption, yes? If i connect to an AP, will i get normal traffic? Has anyone tried anything like this yet? I looked at the wifi_lib_test packet sniffer, it seems to be doing the same thing, all destinations of packets are FFFFFFFFFFFF. Any help would be appreciated, i'm trying but i'm new to this stuff.
  2. Hi, Writing a little app to capture packets and save them to a file. Works fine, packets captured perfectly. Now for the massive noob question: What format does rxRawReadPacket() return its packets in? i've been trawling though captures all day comparing the hex in my captures to wireshark captures i was running at the same time, can't match anything up! Someone slap me if i'm being an idiot and missing something extremely obvious please
×
×
  • Create New...