URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=7ebbf11c599b9714aefc5eb881716afcc8a74cf9
Submitter: Alexis La Goutte (alexis.lagoutte@xxxxxxxxx)
Changed: branch: master
Repository: wireshark
Commits:
7ebbf11 by Juanjo Martin (juanjo@xxxxxxx):
RTITCP: Fixed header length when using the CRC
Before, the function get_rtitcp_pdu_len didn't take into account
the case where the CRC is sent (header_length is increased by 8).
This has been fixed.
Change-Id: I3eb22ec2aadc7406ccdcfcc8a5beaa98b48ed143
Reviewed-on: https://code.wireshark.org/review/14265
Reviewed-by: Michael Mann <mmann78@xxxxxxxxxxxx>
Petri-Dish: Michael Mann <mmann78@xxxxxxxxxxxx>
Tested-by: Petri Dish Buildbot <buildbot-no-reply@xxxxxxxxxxxxx>
Reviewed-by: Alexis La Goutte <alexis.lagoutte@xxxxxxxxx>
Actions performed:
from 6b54fbf CMake: Add more structure to libwireshark build
adds 7ebbf11 RTITCP: Fixed header length when using the CRC
Summary of changes:
epan/dissectors/packet-rtitcp.c | 11 ++++++-----
1 file changed, 6 insertions(+), 5 deletions(-)