- Access exclusive content
- Connect with peers
- Share your expertise
- Find support resources
08-25-2013 11:12 PM
Hello,
i have a hundreds pages of traffic log, how can i find captured packets? Searching for green arrows manualy is annoying, can i somehow use some filter or something?
08-26-2013 12:14 AM
Application PCAPs are generally enabled for Unknown apps : unknown-tcp or unknown-udp
You can use the following filter
( app eq unknown-tcp ) or ( app eq unknown-udp )
You can verify the capture settings using CLI command :
> show running application setting
08-26-2013 12:48 AM
Thank you for information. Clarifying the question: eg.: one day i capture "skype" packets. Now i have lot of traffic log with "skype" application and i don't remember the day, when i captured "skype" packets. How can i find now those packets (i can find manualy, but this is a waste of time)? Is any possibility to find all captured packets despite application?
08-26-2013 12:52 AM
(flags has pcap)
This should give you all the logs with PCAPs
08-26-2013 01:11 AM
That's it. Thank you very much!
Click Accept as Solution to acknowledge that the answer to your question has been provided.
The button appears next to the replies on topics you’ve started. The member who gave the solution and all future visitors to this topic will appreciate it!
These simple actions take just seconds of your time, but go a long way in showing appreciation for community members and the LIVEcommunity as a whole!
The LIVEcommunity thanks you for your participation!