http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=41018
User: morriss
Date: 2012/02/13 12:56 PM
Log:
Fix https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=6817 :
Make the IPP dissector a 'new-style' dissector that does not accept packets
which are clearly not IPP.
This is useful when a user points their web browser at a CUPS server--which
causes the CUPS server to spit out a nice looking web page from which you can
administer the server and/or printers but which up until this fix caused the
IPP dissector to mark the packet as malformed.
Directory: /trunk/epan/dissectors/
Changes Path Action
+22 -2 packet-ipp.c Modified