ANNOUNCEMENT: Live Wireshark University & Allegro Packets online APAC Wireshark Training Session
April 17th, 2024 | 14:30-16:00 SGT (UTC+8) | Online

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