ANNOUNCEMENT: Live Wireshark University & Allegro Packets online APAC Wireshark Training Session
April 17th, 2024 | 14:30-16:00 SGT (UTC+8) | Online

Wireshark-dev: Re: [Wireshark-dev] R: [Wireshark-commits] rev 20318: /trunk/epan/dissectors/ /t

From: Gerald Combs <gerald@xxxxxxxxxxxxx>
Date: Mon, 08 Jan 2007 13:14:13 -0800
Davide Schiera wrote:

> What about "wpa-phx:MyPassword:SSID WITH\x00INSIDE"?
> And for the ":" -> "\x3A" or \:"?

That would work too.  Along with C-style encoding there's RFC 3986-style
percent encoding, e.g. "SSID WITH%00INSIDE" and "My%3aPassword".  Does
anyone strongly prefer one over the other?