Wireshark-commits: [Wireshark-commits] master 24495a1: Use the "no FCS" version of the Ethernet dis

From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Sun, 17 Jan 2016 02:57:35 +0000 (UTC)
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=24495a1b82e1c9899ee576851ad2fb33201c32ed
Submitter: Guy Harris (guy@xxxxxxxxxxxx)
Changed: branch: master
Repository: wireshark

Commits:

24495a1 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>
    

Actions performed:

    from  4b663db   Use the "no FCS" version of the Ethernet dissector.
    adds  24495a1   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(-)