URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=c7a214f5bec3905c8b04bf309b8b8031facaa1b5
Submitter: "Guy Harris <guy@xxxxxxxxxxxx>"
Changed: branch: master-3.0
Repository: wireshark
Commits:
c7a214f by Guy Harris (guy@xxxxxxxxxxxx):
Fix dissection of DDP length and checksum fields.
The DDP length is 10 bits long, not 2 bits long; it includes the bottom
2 bits of the first octet *and* all 8 bits of the second octet.
The checksum is at an offset of 2, not 0, from the beginning of the header.
Change-Id: I7e2b8eff4d023f80a894f1e1eec7b71d08510f7e
Reviewed-on: https://code.wireshark.org/review/33094
Reviewed-by: Guy Harris <guy@xxxxxxxxxxxx>
(cherry picked from commit a0b5de78e6f669b98a5a5465e23ed63f701282d4)
Reviewed-on: https://code.wireshark.org/review/33095
Actions performed:
from 1a6f795 [Automatic update for 2019-05-05]
add c7a214f Fix dissection of DDP length and checksum fields.
Summary of changes:
epan/dissectors/packet-atalk.c | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)