Wireshark-commits: [Wireshark-commits] rev 39055: /trunk/epan/dissectors/ /trunk/epan/dissectors/:
Date: Mon, 19 Sep 2011 20:37:20 GMT
http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=39055

User: cmaynard
Date: 2011/09/19 01:37 PM

Log:
 Since the call to proto_tree_add_text() was #if 0'd out, there's no need to assign the return value of tvb_new_subset to wlan_tvb.  Actually, there's probably no need to call tvb_new_subset() in the first place, but for now let's just tackle the unused value warning and leave the FIXME for someone who knows more about this.  Fixes Coverity CID 864.

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