Results 1 to 2 of 2
Hello all,
I am using tcpdump on Cent Os to log all packets into a file.
Then I want to see the packet's content so I use the -X to ...
- 07-26-2011 #1Just Joined!
- Join Date
- Jul 2011
- Posts
- 1
tcpdump problem
Hello all,
I am using tcpdump on Cent Os to log all packets into a file.
Then I want to see the packet's content so I use the -X to do so
Problem is that the content in packets has aprox. the same size. I know the in reality this can't be the case.
tcpdump -x -tttt -r logpacket0
Is it posible that i don't log everything?
Thanks in advance.
- 07-26-2011 #2
Your example reads from a file.
You might want to add -s 0 for packet capturing.You must always face the curtain with a bow.


Reply With Quote