URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=9e4c79c15366e7e3f44dc3d03dfc4ea23929ecfe
Submitter: Michael Mann (mmann78@xxxxxxxxxxxx)
Changed: branch: master
Repository: wireshark
Commits:
9e4c79c by Martin Kaiser (wireshark@xxxxxxxxx):
[wcp] don't THROW() an exception from a dissector
in this case, we can simply abort the decompression,
the caller is already prepared to handle this
Change-Id: I2fb8132878ecd58d9370c49083aa7db959803cae
Reviewed-on: https://code.wireshark.org/review/13150
Petri-Dish: Alexis La Goutte <alexis.lagoutte@xxxxxxxxx>
Tested-by: Petri Dish Buildbot <buildbot-no-reply@xxxxxxxxxxxxx>
Reviewed-by: Michael Mann <mmann78@xxxxxxxxxxxx>
Actions performed:
from 25973fa [openwire] don't THROW() an exception from a dissector
adds 9e4c79c [wcp] don't THROW() an exception from a dissector
Summary of changes:
epan/dissectors/packet-wcp.c | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)