hi everyone:
i am coping with tcp streams captured in my computer with perl.
i create a hash structure and the packets within save stream are added to hash node.
but i don't know how to make these packets of one tcp stream wrote into a single pcap file.
it seems that Net::Pcap can only handle this by one packet.
does anyone know of it ?
thanks a lot :)