March 2015 |
|
May 2015 |
tcprewrite --infile=input.pcap --outfile=output.pcap --srcipmap=65.19.130.36/32:192.168.2.2 --dstipmap=65.19.130.36/32:192.168.2.2
Interestingly enough the above command works for both TCP and UDP packets :)
For more options see this documentation.
git log --follow pkg/dir/subdir/test/script.h
Here is what the git documentation says:
--follow Continue listing the history of a file beyond renames (works only for a single file).