Wireshark-commits: [Wireshark-commits] rev 47376: /trunk/epan/ /trunk/epan/dissectors/: packet-daap

Date: Wed, 30 Jan 2013 21:49:33 GMT
http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=47376

User: guy
Date: 2013/01/30 01:49 PM

Log:
 Add a routine to allow dissectors to specify ports that carry HTTP
 traffic *without* claiming all that traffic for themselves; they might
 want, instead, to register for a particular media type.
 
 Not all traffic to or from port 3689 is DAAP - not even traffic between
 two Apple machines doing media stuff (e.g., some FairPlay traffic
 isn't).  Register for the media type application/x-dmap-tagged, and just
 say port 3689 is HTTP.  This means we can get rid of the FPLY hack, as
 that traffic is application/octet-stream.  Update some comments.
 
 Leave it up to the DAAP dissector to tag traffic as DAAP in the protocol
 column.

Directory: /trunk/epan/dissectors/
  Changes    Path             Action
  +17 -23    packet-daap.c    Modified
  +11 -6     packet-http.c    Modified
  +1 -0      packet-http.h    Modified

Directory: /trunk/epan/
  Changes    Path                Action
  +1 -0      libwireshark.def    Modified