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

Date: Thu, 24 Mar 2011 23:34:15 GMT
http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=36322

User: wmeier
Date: 2011/03/24 04:34 PM

Log:
 Don't assign to a proto_item* if the value won't be used:
 
 Also: Fix a bug wherein PPP_RTP_CUD8 was being registered
  to "ppp.protocol" with the cudp16 handle rather than the cudp8 handle.
 
 Coverity 1004-1013

Directory: /trunk/epan/dissectors/
  Changes    Path            Action
  +44 -27    packet-ppp.c    Modified