ANNOUNCEMENT: Live Wireshark University & Allegro Packets online APAC Wireshark Training Session
July 17th, 2024 | 10:00am-11:55am SGT (UTC+8) | Online

Wireshark-bugs: [Wireshark-bugs] [Bug 8099] New: Display filter for each item in Selected Regist

Date: Mon, 17 Dec 2012 07:43:26 +0000
Bug ID 8099
Summary Display filter for each item in Selected Registrar Config methods is not available
Classification Unclassified
Product Wireshark
Version 1.6.7
Hardware x86
OS Windows 7
Status UNCONFIRMED
Severity Major
Priority Low
Component Dissection engine (libwireshark)
Assignee [email protected]
Reporter [email protected]

Created attachment 9707 [details]
Sample wireshark file

Build Information:
Version 1.6.7 (SVN Rev 41973 from /trunk-1.6)

Copyright 1998-2012 Gerald Combs <[email protected]> and contributors.
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 GTK+ 2.22.1, with GLib 2.26.1, with WinPcap (version
unknown), with libz 1.2.5, without POSIX capabilities, without libpcre, without
SMI, with c-ares 1.7.1, with Lua 5.1, without Python, with GnuTLS 2.12.18, with
Gcrypt 1.4.6, without Kerberos, with GeoIP, with PortAudio V19-devel (built Apr 
6 2012), with AirPcap.

Running on 64-bit Windows 7 Service Pack 1, build 7601, with WinPcap version
4.1.2 (packet.dll version 4.1.0.2001), based on libpcap version 1.0 branch
1_0_rel0b (20091008), GnuTLS 2.12.18, Gcrypt 1.4.6, without AirPcap.

Built using Microsoft Visual C++ 9.0 build 21022

Wireshark is Open Source Software released under the GNU General Public
License.

Check the man page and http://www.wireshark.org for more information.
--
The structure of both the Config Methods and Selected Registrar Config Methods
are  the same. 

Display filters such as "wps.config_methods.pushbutton",
"wps.config_methods.display", etc are available for the different methods in
the Config methods whereas the display filters for the elements in the Selected
Registrar Config methods are found to be the same as the Config method Display
filters.

For example, in the attached packet, Push Button method is enabled under the
Selected Registrar Config method whereas Push Button method is disabled under
the Config Method. So the same packet is getting filtered when both
"wps.config_methods.pushbutton == 0x0001" and "wps.config_methods.pushbutton ==
0x0000" are applied.

Recommendation for filters to be added:
wps.selected_registrar_config_methods.pushbutton
wps.selected_registrar_config_methods.display, etc


You are receiving this mail because:
  • You are watching all bug changes.