linux - Rewrite pcap destination ip with tcprewrite -


i try rewrite destination ipv6 of pcap below command:

tcprewrite --infile=v6capture_d80095.pcap --outfile=test.pcap --dstipmap=[ff02::16],[fe80::20c:29ff:fe4c:84f2] 

but got error message:

fatal error: unable parse args: parse_args.c:tcpedit_post_args() line 89: unable parse --dstipmap=[ff02::16],[fe80::20c:29ff:fe4c:84f2] 

any suggestion?

thanks in advance!

should be:

--dstipmap=[ff02::16]:[fe80::20c:29ff:fe4c:84f2] 

Comments

Popular posts from this blog

php - Wordpress website dashboard page or post editor content is not showing but front end data is showing properly -

How to get the ip address of VM and use it to configure SSH connection dynamically in Ansible -

javascript - Get parameter of GET request -