Huge thanks to our Platinum Members Endace and LiveAction,
and our Silver Member Veeam, for supporting the Wireshark Foundation and project.

Wireshark-bugs: [Wireshark-bugs] [Bug 6239] New: DVB-CI dissector: correct the filter names

Date: Sun, 14 Aug 2011 08:23:45 -0700 (PDT)
https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=6239

           Summary: DVB-CI dissector: correct the filter names
           Product: Wireshark
           Version: SVN
          Platform: Other
        OS/Version: All
            Status: NEW
          Severity: Enhancement
          Priority: Low
         Component: Wireshark
        AssignedTo: bugzilla-admin@xxxxxxxxxxxxx
        ReportedBy: wireshark@xxxxxxxxx


Build Information:
TShark 1.7.0 (SVN Rev 38532 from /trunk)

Copyright 1998-2011 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 GLib 2.16.6, with libpcap 0.9.8, with libz 1.2.3.3,
without POSIX capabilities, with threads support, without libpcre, without SMI,
without c-ares, without ADNS, without Lua, with Python 2.5.2, with GnuTLS
2.4.2,
with Gcrypt 1.4.1, with MIT Kerberos, without GeoIP.

Running on Linux 2.6.29.1, with locale en_US, with libpcap version 0.9.8, with
libz 1.2.3.3.

Built using gcc 4.3.2.

--
Dear all,

the attached patch (against r38532 + patch from #6221) renames the DVB-CI
dissector's filters to make things more consistent.

I recently learned that the protocol name can be used as a filter. When I type
dvb in the filter dialogue, it's autocompleted to dvb-ci (the protocol name),
but the filters all start with dvbci.xxx. I renamed them to dvb-ci.xxx

As a second step, there are some filters belonging to a specific resource.
These filters should be named dvb-ci.<resource name>.<filter name>. I already
did this for most filters, the patch corrects it for the rest.

Thanks for review and merging (this needs the spdu reassembly merged first),

   Martin

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