URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=22e421f7d390e7558b998dc458bfb536cfaf460b
Submitter: Michael Mann (mmann78@xxxxxxxxxxxx)
Changed: branch: master
Repository: wireshark
Commits:
22e421f by Andreas Leibold (andreas.leibold@xxxxxxxxxx):
Fixed a bug which might have caused a division by 0.
Variable "channels_per_frame" could have caused a division by 0.
This is now changed, by stopping dissection in this case. A warning is
shown for this case.
Change-Id: I6d4dcb91b833a7d7f0759e28f56950b94ab1ed7e
Reviewed-on: https://code.wireshark.org/review/17228
Petri-Dish: Anders Broman <a.broman58@xxxxxxxxx>
Tested-by: Petri Dish Buildbot <buildbot-no-reply@xxxxxxxxxxxxx>
Reviewed-by: Michael Mann <mmann78@xxxxxxxxxxxx>
Actions performed:
from b9e70e9 RANAP: Add an heuristic to decode the HO-to-UTRAN Command embedded in the RRC Container within the TargetRNC-to-SourceRNC Transparent Container
adds 22e421f Fixed a bug which might have caused a division by 0.
Summary of changes:
epan/dissectors/packet-ieee1722.c | 59 +++++++++++++++++++------------------
1 file changed, 31 insertions(+), 28 deletions(-)