As Josh pointed out to me, the length of the radiotap headers varies
between drivers so they are not the fixed length I'd assumed when I
made the patch. With most drivers you will get a fixed length for all
the packets captured but some can actually change the length on a
packet by packet basis (Intel do this apparently).
So, I've created a new version which copes with drivers which have a
fixed length throughout the capture, but if you've got a driver which
does variable length then sorry, I may look at it at some point but
for now, this works for me!
Robin
On 12/10/2007, Robin Wood <dninja (at) gmail (dot) com [email concealed]> wrote:
> Hi
> The current version of CoWPAtty (v. 4.0) doesn't support pcap files
> with the radiotap headers so I've created a small patch so that it
> can.
>
> You can get the file from http://digininja.org/ .
>
> Any problems let me know.
>
> Robin
>
between drivers so they are not the fixed length I'd assumed when I
made the patch. With most drivers you will get a fixed length for all
the packets captured but some can actually change the length on a
packet by packet basis (Intel do this apparently).
So, I've created a new version which copes with drivers which have a
fixed length throughout the capture, but if you've got a driver which
does variable length then sorry, I may look at it at some point but
for now, this works for me!
Robin
On 12/10/2007, Robin Wood <dninja (at) gmail (dot) com [email concealed]> wrote:
> Hi
> The current version of CoWPAtty (v. 4.0) doesn't support pcap files
> with the radiotap headers so I've created a small patch so that it
> can.
>
> You can get the file from http://digininja.org/ .
>
> Any problems let me know.
>
> Robin
>
[ reply ]