ANNOUNCEMENT: Live Wireshark University & Allegro Packets online APAC Wireshark Training Session
April 17th, 2024 | 14:30-16:00 SGT (UTC+8) | Online

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