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 |
|||||
|
|
I've used
That command should generate one or more files named |
|||
|
|
|
TCPSplit will do this. It even makes sure that you don't lose TCP sessions in the break. |
|||
|
|
|
You can use |
|||
|
|
|
Have you looked at |
|||
|
|
|
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. |
|||
|
|