Mergecap && tcprewrite example
For my ( and maybe others) reference,
Mergecap function here is to merge multiple pcap format files
tcprewrite here is used to randomized IP source and destination from the dionaea_log.pcap file
Example:
$mergecap -w merge.pcap snort.log.12864*
$tcprewrite –seed=423 –infile=dionaea_log.pcap –outfile=outputFull.pcap