URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=33e52b001d501a678190267a5adc0f28b5e91a23
Submitter: Guy Harris (guy@xxxxxxxxxxxx)
Changed: branch: master-2.0
Repository: wireshark
Commits:
33e52b0 by Guy Harris (guy@xxxxxxxxxxxx):
Use the "no FCS" version of the Ethernet dissector.
RFC 6325, section 4.1.4 "Frame Check Sequence (FCS)", says
"Thus, when a frame is encapsulated, the original FCS is not
included but is discarded."
meaning that the inner Ethernet frame does *not* include an FCS.
Change-Id: Ie764ceb66dd43b951da015870e3e652ccfc651b5
Ping-Bug: 9933
Reviewed-on: https://code.wireshark.org/review/13347
Reviewed-by: Guy Harris <guy@xxxxxxxxxxxx>
(cherry picked from commit 24495a1b82e1c9899ee576851ad2fb33201c32ed)
Reviewed-on: https://code.wireshark.org/review/13348
Actions performed:
from 672c85b Use the "no FCS" version of the Ethernet dissector.
adds 33e52b0 Use the "no FCS" version of the Ethernet dissector.
Summary of changes:
epan/dissectors/packet-trill.c | 11 ++++++++++-
1 file changed, 10 insertions(+), 1 deletion(-)