URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=21f798e50f6f641f62b9f56a14abb58da4f5dc4d
Submitter: Michael Mann (mmann78@xxxxxxxxxxxx)
Changed: branch: master
Repository: wireshark
Commits:
21f798e by Martin Kaiser (wireshark@xxxxxxxxx):
lbmpdm (CID 1201451): result of shift operation is always 0
apply a mask to get the lower 32 bit of a guint64
(there's no need for a right shift)
Change-Id: Ifa8281a64bb327bd9b8591cc2e54ee35ab15ae11
Reviewed-on: https://code.wireshark.org/review/15491
Reviewed-by: Michael Mann <mmann78@xxxxxxxxxxxx>
Actions performed:
from 260ef14 lbmc (CID 1201452): result of shift operation is always 0
adds 21f798e lbmpdm (CID 1201451): result of shift operation is always 0
Summary of changes:
epan/dissectors/packet-lbmpdm.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)