URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=8cabf5be59bbc6074ffb4fe22e7c9933ae78db90
Submitter: Anders Broman (a.broman58@xxxxxxxxx)
Changed: branch: master
Repository: wireshark
Commits:
8cabf5b by Martin Kaiser (wireshark@xxxxxxxxx):
[aeron] don't THROW() an exception from a dissector
in the functions that dissect specific messages, we can just return 0
add a return value to aeron_frame_stream_analysis_setup() and
pass it on to the callers to allow for a clean exit
Change-Id: Iab4dee38112e32ca36822abc49d27dfe9e4c9ef7
Reviewed-on: https://code.wireshark.org/review/13147
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 d203bee Register the Redback dissector by name.
adds 8cabf5b [aeron] don't THROW() an exception from a dissector
Summary of changes:
epan/dissectors/packet-aeron.c | 47 +++++++++++++++++++++++++---------------
1 file changed, 30 insertions(+), 17 deletions(-)