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
Post a Comment