prism2dump v0.01
by h1kari - (c) Dachb0den Labs 2001


prism2dump is a tcpdump-like protocol analysis tool built specifically for
analyzing 802.11 network traffic. 

current options for prism2dump include:

device: you must specify the device to use
-p: specifies the use of a non-prism2 card in procframe mode
-v: sets the verbose level
  parameters:
    0: only prints the 802.11 frame information
    1: prints the 802.11 frame info as well as basic data/mgmt/control
       protocol info
    2: prints all protocol information

for prism2dump to work, it requires you set your prism2 card into monitor mode:

# prism2ctl wi0 -m

or if you're using a non-prism2 card (prism1/orinoco/etc):

# wiconfig wi0 -F 1 (or wicontrol depending on the OS)

note: if you use a non-prism2 card prism2dump will only analyze the data
packets that are normally passed to it from the kernel, as non-prism2 cards
don't have documented support for monitor mode.


prism2dump is provided under a bsd license, full license information can be
found in LICENSE.


bsd-airtools v0.3 - http://www.dachb0den.com - h1kari@dachb0den.com
