pcapng: convert FCS lengths between bytes and bits.
Merged
requested to merge guyharris/wireshark:backport-a3fd4fd25bd3009aed8053cc612129af209b18ea into release-3.6
The FCS length in a pcapng IDB is in bits, but the length in an EPB is in bytes; convert the latter to bits.
The FCS length in the Ethernet pseudo-header is in bytes; convert the length-in-bits to a length-in-bytes before using it to set the FCS length in the pseudo-header.
Fixes #19174 (closed).
(backported from commit a3fd4fd2)