1 | initial version |
Have a look at the ringbuffer option -b
(man page here) that splits tshark output into multiple files based on packets, bytes or time. This will affect you lua script but should be reasonably easy to handle.
2 | No.2 Revision |
Have a look at the ringbuffer option -b
(man page here) that splits tshark output into multiple files based on packets, bytes or time. This will affect you your lua script but should be reasonably easy to handle.