Wireshark-commits: [Wireshark-commits] master-2.0 1d6dd6a: afs: eliminate "malformed packet" false
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=1d6dd6a5f2e8f00bceae021716412c33db1f9cb2
Submitter: Michael Mann (mmann78@xxxxxxxxxxxx)
Changed: branch: master-2.0
Repository: wireshark
Commits:
1d6dd6a by Mark Vitale (mvitale@xxxxxxxxxxxxxx):
afs: eliminate "malformed packet" false alarms
Many AFS packets have empty payloads, and Wireshark marks these as
"Malformed Packet" even though they are normal.
Eliminate these false alarms by using tvb_reported_length_remaining when
adding items to the tree.
Change-Id: I4f134fef36b8bb7f99224f02fea9cf29117fb36a
Reviewed-on: https://code.wireshark.org/review/15754
Petri-Dish: Alexis La Goutte <alexis.lagoutte@xxxxxxxxx>
Tested-by: Petri Dish Buildbot <buildbot-no-reply@xxxxxxxxxxxxx>
Reviewed-by: Michael Mann <mmann78@xxxxxxxxxxxx>
(cherry picked from commit 528edba87ae6a6ffd951bdd137421910ea88d964)
Reviewed-on: https://code.wireshark.org/review/15758
Petri-Dish: Michael Mann <mmann78@xxxxxxxxxxxx>
Reviewed-by: Mark Vitale <mvitale@xxxxxxxxxxxxxx>
Actions performed:
from 77548a9 Qt: RTP audio stream fixups.
adds 1d6dd6a afs: eliminate "malformed packet" false alarms
Summary of changes:
epan/dissectors/packet-afs.c | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)