Wireshark-commits: [Wireshark-commits] rev 39131: / /trunk/epan/dissectors/: Makefile.common packet

Date: Sun, 25 Sep 2011 16:31:15 GMT
http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=39131

User: stig
Date: 2011/09/25 09:31 AM

Log:
 From Glenn Matthews via bug 6319:
 Add dissector for XMCP protocol.
 
 From me:
 - Fixed an obvious bug setting transaction_id_key[2].key = NULL,
   where transaction_id_key is defined with only 2 elements.
 - Only register heur_dissector once.
 - Only find media_type_dissector_table once.
 - Added packet-xmcp.c to CMakeLists.txt

Directory: /trunk/epan/dissectors/
  Changes    Path                    Action
  +1 -0      Makefile.common         Modified
  +2 -1      packet-classicstun.c    Modified
  +1407 -0   packet-xmcp.c           Added

Directory: /trunk/epan/
  Changes    Path              Action
  +1 -0      CMakeLists.txt    Modified