Wireshark-commits: [Wireshark-commits] rev 53308: /trunk/epan/dissectors/ /trunk/epan/dissectors/:
Date: Wed, 13 Nov 2013 23:43:09 GMT
http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=53308

User: eapache
Date: 2013/11/13 11:43 PM

Log:
 Fix what appears to be a mistake during the conversion in r53036 from
 dissector_try_uint to dissector_try_uint_new: protocols called due to TCP port
 matching were not getting added to the list of protocols in the frame. The
 "add_proto_name" parameter should be TRUE except in unusual circumstances.

Directory: /trunk/epan/dissectors/
  Changes    Path            Action
  +3 -3      packet-tcp.c    Modified