pub fn packet_bandwidth(packet: &[u8]) -> Result<Bandwidth>
Get bandwidth from a packet.
Returns InvalidPacket if the packet is malformed.
InvalidPacket