Ethereal-users: Re: [Ethereal-users] tethereal + wep key (how to?)

Note: This archive is from the project's previous web site, ethereal.com. This list is no longer active.

From: Guy Harris <guy@xxxxxxxxxxxx>
Date: Fri, 10 Oct 2003 14:47:55 -0700
On Fri, Oct 10, 2003 at 05:02:02PM -0400, jon baer wrote:
> does anyone know what the -o settings would look like if reading back a
> packet capture using tethereal with a specificed wep key looks like? (and
> how to specify more than 1 key to use)

I suspect that, if you have N WEP keys, they'd be:

	-o wlan.wep_keys: N
	-o wlan.wep_key1: {first key, in X:X:X:X:X... format}
	-o wlan.wep_key2: {second key, in same format}

and so on, up to wlan.wep_key4.  (I've not tried that, but that's what
the comments in my ~/.ethereal/preferences file suggest.)