Bug ID |
11883
|
Summary |
Link-Layer Header are not updated when moniti
|
Product |
Wireshark
|
Version |
2.0.0
|
Hardware |
x86
|
OS |
Mac OS X 10.11
|
Status |
UNCONFIRMED
|
Severity |
Major
|
Priority |
Low
|
Component |
Qt UI
|
Assignee |
[email protected]
|
Reporter |
[email protected]
|
Build Information:
Version 2.0.0rc3 (v2.0.0rc3-0-g841d5e1 from master-2.0)
Copyright 1998-2015 Gerald Combs <[email protected]> and contributors.
License GPLv2+: GNU GPL version 2 or later
<http://www.gnu.org/licenses/old-licenses/gpl-2.0.html>
This is free software; see the source for copying conditions. There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
Compiled (64-bit) with Qt 5.3.2, with libpcap, without POSIX capabilities, with
libz 1.2.5, with GLib 2.36.0, with SMI 0.4.8, without c-ares, without ADNS,
with
Lua 5.2, with GnuTLS 2.12.19, with Gcrypt 1.5.0, with MIT Kerberos, with GeoIP,
with QtMultimedia, without AirPcap.
Running on Mac OS X 10.11.2, build 15C50 (Darwin 15.2.0), with locale C, with
libpcap version 1.5.3 - Apple version 54, with libz 1.2.5, with GnuTLS 2.12.19,
with Gcrypt 1.5.0.
Intel(R) Core(TM) i5-4278U CPU @ 2.60GHz (with SSE4.2)
Built using llvm-gcc 4.2.1 (Based on Apple Inc. build 5658) (LLVM build
2336.9.00).
Wireshark is Open Source Software released under the GNU General Public
License.
Check the man page and http://www.wireshark.org for more information.
--
When a wireless interface is set to "Monitor mode = enabled" in Capture
interfaces window, the menu "Link-Layer header" is not updated, it should
contains new link-layer header (Radiotap, AVS, 802.11) and delete "Ethernet".
As a result, only PPI is available as 802.11 header, not radiotap.
It was working in 1.12.8.
--------------------------
Ex in 1.12.8:
monitor mode disabled:
Link-Layer header: Ethernet / Per-Packet Information / Raw IP
monitor mode enabled:
Link-Layer header: 802.11 plus radiotap header / Per-Packet Information /
802.11 / 802.11 plus AVS / Raw IP
--> This is ok
--------------------------
--------------------------
Ex in 2.0.0rc3:
monitor mode disabled:
Link-Layer header: Ethernet / Per-Packet Information / Raw IP
monitor mode enabled:
Link-Layer header: Ethernet / Per-Packet Information / Raw IP
--> This is not ok.
--------------------------
You are receiving this mail because:
- You are watching all bug changes.