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 7348] When listing protocols available for "Decode As", pl

Date: Mon, 11 Jun 2012 18:24:48 -0700 (PDT)
https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=7348

--- Comment #2 from Michael Mann <mmann78@xxxxxxxxxxxx> 2012-06-11 18:24:47 PDT ---
Created attachment 8590
  --> https://bugs.wireshark.org/bugzilla/attachment.cgi?id=8590
Sort dissectors patch

The attached patch sorts dissectors by "short name" as it inserts them.  This
makes the plugins properly sorted in, but the tshark output shows that not all
dissectors were properly sorted.

tshark: Unknown protocol -- "sortbug"
tshark: Valid protocols for layer type "udp.port" are:
        a11 (3GPP2 A11)
        actrace (AudioCodes Trunk Trace)
        .
        .
        .
        zep (ZigBee Encapsulation Protocol)
        ziop (Zipped Inter-ORB Protocol)
        zrtp (ZRTP)
        collectd (collectd network data)
        isns (iSNS)
        sflow (InMon sFlow)
        tetra (TETRA Protocol)


Nothing sticks out to me as to why the last four are treated differently.

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