https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=5677

Guy Harris <g...@alum.mit.edu> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Platform|Other                       |All
            Summary|Decode as for IPP not       |IPP on ports other than 631
                   |available for HTTP          |not recognized
         OS/Version|Linux (other)               |All

--- Comment #2 from Guy Harris <g...@alum.mit.edu> 2011-02-10 16:19:23 PST ---
"Decode As" currently only works at the TCP layer, and IPP doesn't run over
TCP, it runs over HTTP.

This would require either

    1) extension of "Decode As" to other protocol layers

or

    2) using the Content-Type field to choose IPP (at the time we did the IPP
dissector, we didn't support subdissectors of HTTP content being selected by
Content-Type) - look for "application/ipp".

2) is probably the best answer here, as it'd make the right thing happen
automatically.

Title changed to reflect the underlying problem.

-- 
Configure bugmail: https://bugs.wireshark.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
___________________________________________________________________________
Sent via:    Wireshark-bugs mailing list <wireshark-bugs@wireshark.org>
Archives:    http://www.wireshark.org/lists/wireshark-bugs
Unsubscribe: https://wireshark.org/mailman/options/wireshark-bugs
             mailto:wireshark-bugs-requ...@wireshark.org?subject=unsubscribe

Reply via email to