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

Date: Wed, 20 Feb 2013 02:15:21 GMT
http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=47761

User: cmaynard
Date: 2013/02/19 06:15 PM

Log:
 Fix Coverity CID 751720: Logically dead code.
 
 In fixing this bug, also fix another:  Be sure to use tvb_length() and not tvb_reported_length() in get_utp_version(), since this is essentially where the heuristics are being applied to decide whether to accept the packet or not.

Directory: /trunk/epan/dissectors/
  Changes    Path               Action
  +17 -18    packet-bt-utp.c    Modified