https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=7848
Summary: "Prepare/Apply a filter" on ISUP CIC should make a
filter with decimal CIC number, not hex
Product: Wireshark
Version: SVN
Platform: x86
OS/Version: All
Status: NEW
Severity: Enhancement
Priority: Low
Component: Wireshark
AssignedTo: bugzilla-admin@xxxxxxxxxxxxx
ReportedBy: ojab@xxxxxxx
Created attachment 9339
--> https://bugs.wireshark.org/bugzilla/attachment.cgi?id=9339
example trace
Build Information:
Version 1.9.0 (SVN Rev 45374 from /trunk)
Copyright 1998-2012 Gerald Combs <gerald@xxxxxxxxxxxxx> 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.24.13, with Cairo 1.12.3, with Pango 1.32.1, with
GLib 2.34.0, with libpcap, with libz 1.2.5, with POSIX capabilities (Linux),
with libnl 1, without SMI, without c-ares, without ADNS, with Lua 5.1, without
Python, without GnuTLS, with Gcrypt 1.4.6, without Kerberos, without GeoIP,
with
PortAudio V19-devel (built Dec 9 2011 17:10:11), without AirPcap.
Running on Linux 3.6.0-ojab, with locale en_RU.UTF-8, with libpcap version
1.3.0, with libz 1.2.5, Gcrypt 1.4.6.
Built using gcc 4.7.2.
Wireshark is Open Source Software released under the GNU General Public
License.
Check the man page and http://www.wireshark.org for more information.
--
1. Open the attached pcap trace
2. Expand ISUP tree
3. Right click on "CIC: 2719" -> Prepare a filter -> Selected
4. You'll got "isup.cic == 0x0a9f" in "Filter:" textbox
it should be "isup.cic == 2719" instead, because it is more
readable/understandable.
--
Configure bugmail: https://bugs.wireshark.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching all bug changes.