URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=20650243d303a064aa47ce47c5f58bc846d5ae5b
Submitter: Michael Mann (mmann78@xxxxxxxxxxxx)
Changed: branch: master
Repository: wireshark
Commits:
2065024 by Martin Kaiser (wireshark@xxxxxxxxx):
lbm (CID 1201450): 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: Ibcf685f6e58a5c5c4b96289d0c08e83d019301e7
Reviewed-on: https://code.wireshark.org/review/15489
Reviewed-by: Michael Mann <mmann78@xxxxxxxxxxxx>
Actions performed:
from 21f798e lbmpdm (CID 1201451): result of shift operation is always 0
adds 2065024 lbm (CID 1201450): result of shift operation is always 0
Summary of changes:
epan/dissectors/packet-lbm.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)