URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=3e5b2537f7fdff838f611f779fff526cdda1a2a3
Submitter: Anders Broman (a.broman58@xxxxxxxxx)
Changed: branch: master
Repository: wireshark
Commits:
3e5b253 by Jeff Morriss (jeff.morriss.ws@xxxxxxxxx):
RPC: call REPORT_DISSECTOR_BUG() rather than abort().
Checking WIRESHARK_ABORT_ON_DISSECTOR_BUG here looks somewhat redundant but it's not:
it's needed to prevent REPORT_DISSECTOR_BUG() from throwing an exception when
we're not dissecting (when nobody's going to catch the exception).
Change-Id: I4dfc484bdf13bca236bfff1388d4399e26880ad7
Reviewed-on: https://code.wireshark.org/review/11272
Reviewed-by: Michael Mann <mmann78@xxxxxxxxxxxx>
Petri-Dish: Anders Broman <a.broman58@xxxxxxxxx>
Tested-by: Petri Dish Buildbot <buildbot-no-reply@xxxxxxxxxxxxx>
Reviewed-by: Anders Broman <a.broman58@xxxxxxxxx>
Actions performed:
from d059714 ZCL (zbee): Use hf_zbee_zcl_attr_uint40 for ZBEE_ZCL_40_BIT_UINT
adds 3e5b253 RPC: call REPORT_DISSECTOR_BUG() rather than abort().
Summary of changes:
epan/dissectors/packet-rpc.c | 12 +++++++++---
1 file changed, 9 insertions(+), 3 deletions(-)