URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=2c3d3435922e5b7da2d3dd819ffb069ca8454664 Submitter: Guy Harris ([email protected]) Changed: branch: master Repository: wireshark
Commits: 2c3d343 by Guy Harris ([email protected]): Call the "no FCS present" version of the Ethernet dissector. I haven't found an official spec for EoIB, but slide 10 of http://downloads.openfabrics.org/Media/Sonoma2009/Sonoma_2009_Tues_converged-net-bridging.pdf shows the "Eth Payload" following the "Eth Header" and optional "Vlan tag", and doesn't show an FCS; "Payload" generally refers to the data transported by the protocol, which wouldn't include the FCS. In addition, the capture attached to bug 5061 includes no Ethernet FCS. So we assume the Ethernet frames carried by EoIB don't include the Ethernet FCS. Bug: 9933 Change-Id: I310e5727c42e05498d1f1df08266a48fd6674388 Reviewed-on: https://code.wireshark.org/review/13351 Reviewed-by: Guy Harris <[email protected]> Actions performed: from fe82323 Call the "no FCS present" version of the Ethernet dissector. adds 2c3d343 Call the "no FCS present" version of the Ethernet dissector. Summary of changes: epan/dissectors/packet-infiniband.c | 20 +++++++++++++++++++- 1 file changed, 19 insertions(+), 1 deletion(-) ___________________________________________________________________________ Sent via: Wireshark-commits mailing list <[email protected]> Archives: https://www.wireshark.org/lists/wireshark-commits Unsubscribe: https://wireshark.org/mailman/options/wireshark-commits mailto:[email protected]?subject=unsubscribe
