pyshark
pyshark copied to clipboard
Difference between Packet length and captured_length attributes
Can you help me understand the difference between the "length" and "captured_length" attributes of a Packet class instance? Is "length" the length of the packet that was sent? How is the full length of the packet that was sent determined if only part of it was received? Is it an assumption?