Security/Network Packet Analysis
tcpdump
공대나왔음
2017. 11. 8. 15:23
user@ubuntu:~$ tcpdump -r input.pcap -w output.pcap -C 10
The "-C" option specifies the size of the file to split into.
Eg: In the above case new files size will be 10 million bytes each.