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

Wireshark-commits: [Wireshark-commits] rev 29265: /trunk/epan/dissectors/ /trunk/epan/dissectors/:

Date: Sun, 02 Aug 2009 19:09:39 GMT
http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=29265

User: wmeier
Date: 2009/08/02 12:09 PM

Log:
 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.

Directory: /trunk/epan/dissectors/
  Changes    Path             Action
  +2 -2      packet-http.c    Modified