Huge thanks to our Platinum Members Endace and LiveAction,
and our Silver Member Veeam, for supporting the Wireshark Foundation and project.

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

Date: Thu, 23 Aug 2012 04:45:56 GMT
http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=44624

User: guy
Date: 2012/08/22 09:45 PM

Log:
 Get rid of unnecessary function pointer - just directly call the
 function in the switch statement.  This keeps us from calling through an
 uninitialized pointer for custome parameter numbers other than
 LLRP_VENDOR_IMPINJ (as warned of by at least some compilers).

Directory: /trunk/epan/dissectors/
  Changes    Path             Action
  +1 -4      packet-llrp.c    Modified