Wireshark-commits: [Wireshark-commits] rev 36606: /trunk/epan/dissectors/ /trunk/epan/dissectors/:
Date: Tue, 12 Apr 2011 20:19:13 GMT
http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=36606

User: wmeier
Date: 2011/04/12 01:19 PM

Log:
 Don't assign to a proto_item * if the value won't be used: Coverity 1034;
 Comment out two calls to tvb_)get_ephemeral_string since the result is never used: Coverity 1035;
 Also:
  Remove some unneeded #includes;
  Use consistent indentation.

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