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

Wireshark-users: Re: [Wireshark-users] IEEE80211 Prism header dissecting problem ..

From: Guy Harris <guy@xxxxxxxxxxxx>
Date: Thu, 20 Mar 2014 19:31:11 -0700
On Mar 20, 2014, at 7:19 PM, "H.Jin Ko" <ymir.kr@xxxxxxxxx> wrote:

> As you say, wlan driver wrote prism header with host byte order and it
> runs on mips(big-endian) machine.
> However prism dissector treated prism is little-endian (such like radiotap).
> I need to fix driver or use custom dissector for this case.

Or, if your Windows machine is 64-bit, try

	http://www.wireshark.org/download/automated/win64/Wireshark-win64-1.11.3-2058-g7b6f047.exe

As per my earlier message, this is a development build, so it may have a random collection of interesting new features and interesting new bugs, as well as interesting user interface changes.  For Windows, the installer might offer a choice between a version using GTK+ (the old UI toolkit, which is the one current official releases use) and a version using Qt (the new UI toolkit, which we want to use for 1.12).  The Qt version might be nicer in some ways, but a number of UI features have not yet been implemented with Qt, so they will only be available in the GTK+ version.