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

Wireshark-bugs: [Wireshark-bugs] [Bug 6782] New: Improved filtering for TBCD values (IMSI and IM

Date: Wed, 1 Feb 2012 09:04:19 -0800 (PST)
https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=6782

           Summary: Improved filtering for TBCD values (IMSI and IMEI) in
                    packet-meta
           Product: Wireshark
           Version: SVN
          Platform: x86
        OS/Version: All
            Status: NEW
          Severity: Enhancement
          Priority: Low
         Component: Wireshark
        AssignedTo: bugzilla-admin@xxxxxxxxxxxxx
        ReportedBy: witek@xxxxxx


Tobias Witek <witek@xxxxxx> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
   Attachment #7747|                            |review_for_checkin?
              Flags|                            |

Created attachment 7747
  --> https://bugs.wireshark.org/bugzilla/attachment.cgi?id=7747
Modifies handling of TBCD values so that filtering is possible using the
decoded TBCD string instead of the raw, hexadecimal value

Build Information:
wireshark 1.7.1 (SVN Rev 40789 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.6, with Cairo 1.10.2, with Pango 1.29.3, with
GLib 2.30.0, with libpcap, with libz 1.2.3.4, without POSIX capabilities,
without SMI, without c-ares, without ADNS, without Lua, without Python, without
GnuTLS, without Gcrypt, with MIT Kerberos, without GeoIP, without PortAudio,
without AirPcap.

Running on Linux 3.0.0-14-generic, with locale en_US.UTF-8, with libpcap
version
1.1.1, with libz 1.2.3.4.

Built using gcc 4.6.1.

--
Currently, 'packet-meta' displays TBCD values (IMSI, IMEI) as decoded string,
but for filtering, the hexadecimal value must be used.

This patch modifies the handling of TBCD values (IMSI and IMEI) so that it is
possible to provide a filter string that uses the decoded TBCD string for
filtering (since this is much more convenient to the end-user).

Additionally, the 'raw' TBCD value is provided separately.

-- 
Configure bugmail: https://bugs.wireshark.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching all bug changes.