An older capture now produces file sizes that are too large for WS to open. Is there a way to tell WS to open just a portion of the file, or to split the file into smaller pieces? It is not possible to change the capture at this time. asked 19 Dec '11, 13:26 truman220 |
5 Answers:
I think editcap ought to be able to help you here. Read about it in the man page or the user guide. answered 19 Dec '11, 13:33 cmaynard ♦♦ |
I used editcap -r filein fileout 1-80000 to make manageable chunks for Excel. Thanks for the help! answered 22 Dec '11, 13:44 truman220 |
I use SplitCap. It automatically splits a capture file by "flow" (combination of Source IP/Port and Dest IP/Port) answered 19 Dec '11, 15:34 jdwegner edited 19 Dec '11, 15:38 cmaynard ♦♦ |
answered 21 Dec '11, 07:14 thetechfirm edited 21 Dec '11, 14:44 Guy Harris ♦♦ |
TShark and SplitCap answered 21 Dec '11, 15:50 joke |