Don't do dissector_add twice on TCP port 3689;
authorwmeier <wmeier@f5534014-38df-0310-8fa8-9805f1628bb7>
Sun, 2 Aug 2009 19:09:36 +0000 (19:09 +0000)
committerwmeier <wmeier@f5534014-38df-0310-8fa8-9805f1628bb7>
Sun, 2 Aug 2009 19:09:36 +0000 (19:09 +0000)
commita71f75df4dfccd60e911b3efad398757ad90978a
tree805728f49826439d0219d61218b8dfe488365202
parent9878c11d7fafd7596b6dd2d3000d1c55d98b7d1a
Don't do dissector_add twice on TCP port 3689;
packet-daap requests registration on that port via http_dissector_add
 and thus packet-http does not need to do a default registration on that port.
Also: fix a typo in a comment.

git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@29265 f5534014-38df-0310-8fa8-9805f1628bb7
epan/dissectors/packet-http.c