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.