Is there anyway to get the payload of a TCP packet using pyshark?
I am trying to compare the data sections of different packets across multiple TCP streams but I can't find a way to get at the data of the packet. pkt['tcp'].data
does not seem to exist.