On 2009-05-10, Kaltashkin Eugene <[email protected]> wrote: >>> >>>>> somebody generate wrong packets on my wifi channel and block access to >>>>> my ap. >>>>> i need dump some info from air packets for detect this intruder and >>>>> block it by mac.
something like "tcpdump -niral0 -y IEEE802_11_RADIO -e". >>> dstumbler always print error message :( dstumbler won't help you dump information from packets over the air, it just sends probes and displays the networks it finds. iirc dstumbler is for prism only. kismet will make a reasonable alternative for most of what you'd use dstumbler for. but i don't think it's what you're looking for. >> You are missing: >> >> - dmesg >> - (in this case) output of ifconfig -a >> >> Without these everything you hear is just a shot in the dark. (Or >> completely useless). >> > ok. >==== dmesg cut ==== > ral0 at pci3 dev 0 function 0 "Ralink RT2790" rev 0x00: apic 2 int 19 > (irq 11), address 00:15:af:cb:b3:22 > ral0: MAC/BBP RT2872 (rev 0x0200), RF RT2720 (MIMO 1T2R) >==== dmesg cut ==== "dmesg" means the whole lot, not a snippet. but it won't help here.

