Is there something that can break up tcpdump file after the captuure and make sure the breaks are on the border of packet data?
Like -C but after the fact.
|
Is there something that can break up tcpdump file after the captuure and make sure the breaks are on the border of packet data? Like
| |||||
feedback
|
|
I've used
That command should generate one or more files named | |||
|
feedback
|
|
TCPSplit will do this. It even makes sure that you don't lose TCP sessions in the break. | |||
|
feedback
|
|
You can use | |||
|
feedback
|
|
Have you looked at | |||
|
feedback
|
|
To simply split to a manageable size, you should be able to do it with tcpdump itself, using -C, -w and -r options. but I have not tried it. | |||
|
feedback
|