I just searched for a tool to join multiple tcpdump capture files as I’m experimenting with kismet (trying to break my own wpa key *g*). mergecap is an easy solution: mergecap -w out.dump 1.dump 2.dump merges both dump files into one outfile.
mergecap should be included in the wireshark package (formerly knows as ethereal).