Hi, I need to export the data from my capture. I am aware of follow the stream, save as. It works fine for small captures. If the capture is big this operation will never end. Can this operation be done as the batch? I hope for better performance.. If yes, can you advise the exact command and parameter? thx Bob asked 13 Dec '16, 13:23 cz50344 |
One Answer:
You may want to check out the answered 04 Jan '17, 06:31 JeffMorriss ♦ |
Hi,
it is almost perfect answer. Thanks for it.
Now - Can we extract only one direction? I have tried this, but it does not work. I am not able to filter for only one direction.
Thanks
Bob
The filter in this case is there to select the stream not to select the direction. I think you'll need to post-process the data using the fact that, as the man page says:
The data sent by the second node is prefixed with a tab to differentiate it from the data sent by the first node.
BTW, don't forget to accept the answer (if it answers your question) by clicking on the checkbox next to it--see the FAQ for details.