Hi
Not sure if this is the right place to ask, but here goes:
I'm trying to get the following command to work in pfSense 2.2.1:
I tried the pfSense forum but since tcpdump(1) is part of FreeBSD they suggested that I asked here instead.
What should happen is: it creates a file called capture.pcap0 and dumps packets until it reaches 1,000,000 bytes and then it starts with file 2 and 3. When file 3 is full it starts all over with file 1.
What does happen: it creates a file called capture.pcap0 and starts to dump packets there. It won't rotate, capture.pcap0 just keeps growing in size. I aborted first run when capture.pcap0 was approximately 500 MB.
Any ideas?
Not sure if this is the right place to ask, but here goes:
I'm trying to get the following command to work in pfSense 2.2.1:
tcpdump -C 1 -W 3 -i em1 -w capture.pcap 'host 10.0.47.1'I tried the pfSense forum but since tcpdump(1) is part of FreeBSD they suggested that I asked here instead.
What should happen is: it creates a file called capture.pcap0 and dumps packets until it reaches 1,000,000 bytes and then it starts with file 2 and 3. When file 3 is full it starts all over with file 1.
What does happen: it creates a file called capture.pcap0 and starts to dump packets there. It won't rotate, capture.pcap0 just keeps growing in size. I aborted first run when capture.pcap0 was approximately 500 MB.
Any ideas?
Last edited by a moderator: