Joerg Mayer wrote:
> On Sun, Jan 07, 2007 at 10:28:46PM -0800, Gerald Combs wrote:
Don't lower-case our SSID and passphrase, otherwise we'll create an
incorrect PSK hash.
>>> The code still makes another mistake: The SSID is not a string - it's a
>>> binary object which may even contain
On Sun, Jan 07, 2007 at 10:28:46PM -0800, Gerald Combs wrote:
> >> Don't lower-case our SSID and passphrase, otherwise we'll create an
> >> incorrect PSK hash.
> >
> > The code still makes another mistake: The SSID is not a string - it's a
> > binary object which may even contain 0x00 in the mid
Joerg Mayer wrote:
> On Thu, Jan 04, 2007 at 11:21:37PM +, [EMAIL PROTECTED] wrote:
>> http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=20318
>>
>> User: gerald
>> Date: 2007/01/04 11:21 PM
>>
>> Log:
>> Don't lower-case our SSID and passphrase, otherwise we'll create an
>> in
On Thu, Jan 04, 2007 at 11:21:37PM +, [EMAIL PROTECTED] wrote:
> http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=20318
>
> User: gerald
> Date: 2007/01/04 11:21 PM
>
> Log:
> Don't lower-case our SSID and passphrase, otherwise we'll create an
> incorrect PSK hash.
The code