Wireshark-commits: [Wireshark-commits] rev 52648: /trunk/epan/dissectors/ /trunk/epan/dissectors/:
Date: Wed, 16 Oct 2013 18:08:25 GMT
http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=52648

User: eapache
Date: 2013/10/16 06:08 PM

Log:
 In packet-wsp.c, don't use the get_long_integer macro where we only need the
 very smallest part of its logic. Just call tvb_get_guint8 directly and check
 that the return is between 1 and 4. Properly fixes the set-but-unused and
 associated warnings that were showing up.

Directory: /trunk/epan/dissectors/
  Changes    Path            Action
  +6 -6      packet-wsp.c    Modified