Re: [Wireshark-dev] [Wireshark-commits] rev 20318: /trunk/epan/dissectors/ /trunk/epan/dissectors/: packet-ieee80211.c

2007-01-08 Thread Gerald Combs
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

Re: [Wireshark-dev] [Wireshark-commits] rev 20318: /trunk/epan/dissectors/ /trunk/epan/dissectors/: packet-ieee80211.c

2007-01-08 Thread Joerg Mayer
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

Re: [Wireshark-dev] [Wireshark-commits] rev 20318: /trunk/epan/dissectors/ /trunk/epan/dissectors/: packet-ieee80211.c

2007-01-07 Thread Gerald Combs
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

Re: [Wireshark-dev] [Wireshark-commits] rev 20318: /trunk/epan/dissectors/ /trunk/epan/dissectors/: packet-ieee80211.c

2007-01-06 Thread Joerg Mayer
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