Save packet data as hex string
Hello,
I have a few CFLOW (netflow v9) packets that I'd like to refeed using a python script. Specifically this python script.
How exactly do I export the packet data as a hex string? I tried to right click > copy > ... as hex stream. But that gives me the data in ...0009000c01f200f25b0fa...
format and not in ...\x00\t\x00\x15e\x9c\ ...
format. Is this possible? Kindly advice.
Thanks.