05-20-2015 02:46 AM
HI All,
i have a pcap file with tls tranport, i need to run that pcap file to my machine.
for that i have changed that pcap with following command
#sudo tcprewrite --dlt=enet --enet-dmac=00:11:22:33:44:55 --enet-smac=66:77:88:99:AA:BB --infile=bad.pcap --outfile=fix.pcap
next i ran that file
#sudo tcpreplay -i eth2 fix.pcap
Result : not getting any packet on the remote machine
can any guide, is it possible to tcpwrite in tls transport protocal
Thanks
Kumar
05-20-2015 08:09 AM
@kumar94905 wrote:
HI All,
i have a pcap file with tls tranport, i need to run that pcap file to my machine.
for that i have changed that pcap with following command
#sudo tcprewrite --dlt=enet --enet-dmac=00:11:22:33:44:55 --enet-smac=66:77:88:99:AA:BB --infile=bad.pcap --outfile=fix.pcap
next i ran that file
#sudo tcpreplay -i eth2 fix.pcap
Result : not getting any packet on the remote machine
can any guide, is it possible to tcpwrite in tls transport protocal
Thanks
Kumar
How is this LabVIEW related?