URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=8a959eff088fe4123ea93e491c969a3b8c51b896
Submitter: "Alexis La Goutte <alexis.lagoutte@xxxxxxxxx>"
Changed: branch: master
Repository: wireshark
Commits:
8a959ef by John Thacker (johnthacker@xxxxxxxxx):
RTPS: hf_rtps_nokey_data_frag_number is FT_UINT32
In (deprecated) NOKEY_DATA_FRAG, the frag_number field is a uint32
so ret_uint should be used, etc. Fixing to be like DATA_FRAG.
Change-Id: I75848dfbde114cf6e4bdc6864d0690a75ca58d1d
Reviewed-on: https://code.wireshark.org/review/36500
Petri-Dish: Anders Broman <a.broman58@xxxxxxxxx>
Tested-by: Petri Dish Buildbot
Reviewed-by: Alexis La Goutte <alexis.lagoutte@xxxxxxxxx>
Actions performed:
from 2ba42a0 CMake: fix detection of Lua development package
add 8a959ef RTPS: hf_rtps_nokey_data_frag_number is FT_UINT32
Summary of changes:
epan/dissectors/packet-rtps.c | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)