Skip to content
Snippets Groups Projects
Commit d87af3b8 authored by Tommy Persson's avatar Tommy Persson
Browse files

Adapting to use of double.

parent f54ef213
No related branches found
No related tags found
No related merge requests found
PCAPFILE=motionlogger_udp_0_5_0_doubles_network_byte_order.pcap
terra8:
tcprewrite --infile=motionlogger_udp_0_4_0_doubles.pcap --outfile=changed.pcap --dstipmap=0.0.0.0/0:192.168.7.160/32 --fixcsum
tcprewrite --infile=$(PCAPFILE) --outfile=changed.pcap --dstipmap=0.0.0.0/0:192.168.7.160/32 --fixcsum
laptop:
tcprewrite --infile=motionlogger_udp_0_4_0_doubles.pcap --outfile=changed.pcap --dstipmap=0.0.0.0/0:192.168.1.136/32 --fixcsum
tcprewrite --infile=$(PCAPFILE) --outfile=changed.pcap --dstipmap=0.0.0.0/0:192.168.1.136/32 --fixcsum
replay-terra8:
udpreplay -i ens1 -c 1000 changed.pcap
......
File added
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment