<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Packet Capture Question in General Topics</title>
    <link>https://live.paloaltonetworks.com/t5/general-topics/packet-capture-question/m-p/17294#M12629</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Kelly, but we're on 3.0.9 so I'm going to have to modify this for the previous verion.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I found this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A class="jive-link-wiki-small" href="https://live.paloaltonetworks.com/docs/DOC-1045"&gt;https://live.paloaltonetworks.com/docs/DOC-1045#comment-1110&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But when I do:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;scp export debug-pcap from ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;it does not list the file name I specified here:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;debug dataplane filter set destination &amp;lt;dest-IP&amp;gt; file &amp;lt;name.pcap&amp;gt; packet-count 200000&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When I do a:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;debug dataplane get&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I can see my filter and file:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;10.1.2.123:0 -&amp;gt; 0.0.0.0:0, 0 0 2000000 mypcap.pcap&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can you see what I've done wrong?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 15 Jun 2010 19:23:58 GMT</pubDate>
    <dc:creator>grant_sturgis</dc:creator>
    <dc:date>2010-06-15T19:23:58Z</dc:date>
    <item>
      <title>Packet Capture Question</title>
      <link>https://live.paloaltonetworks.com/t5/general-topics/packet-capture-question/m-p/17292#M12627</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hey folks,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'd like capture a particular traffic stream for analysis.&amp;nbsp; I see how you can capure a packet trace as part of a Vulnerability Protection profile, but this particular traffic is not seen as a vulnerability or threat (i.e. it's not showing up in the threat log).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is there a way to create policy, defining the stream, and capturing a packet trace?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Grant&lt;/P&gt;&lt;P&gt;-----------------------&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 15 Jun 2010 16:15:10 GMT</pubDate>
      <guid>https://live.paloaltonetworks.com/t5/general-topics/packet-capture-question/m-p/17292#M12627</guid>
      <dc:creator>grant_sturgis</dc:creator>
      <dc:date>2010-06-15T16:15:10Z</dc:date>
    </item>
    <item>
      <title>Re: Packet Capture Question</title>
      <link>https://live.paloaltonetworks.com/t5/general-topics/packet-capture-question/m-p/17293#M12628</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Grant,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;This document will help you out if you are on PANOS 3.1: &lt;/SPAN&gt;&lt;A class="jive-link-wiki-small" href="https://live.paloaltonetworks.com/docs/DOC-1506"&gt;https://live.paloaltonetworks.com/docs/DOC-1506&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Here is an excerpt:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Traditional PCAP&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Set a filter to control what traffic is captured&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;debug dataplane packet-diag set filter on&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;debug dataplane packet-diag set filter match &amp;lt;criteria&amp;gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Enable Packet Capture&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;debug dataplane packet-diag set capture on&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;debug dataplane packet-diag set capture stage firewall file foo.pcap&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;View the Packet Capture&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;view-pcap filter-pcap foo.pcap&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Export the Packet Capture in PCAP format (SCP or TFTP)&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;scp export filter-pcap from foo.pcap to username@host:path&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;tftp export filter-pcap from foo.pcap to &amp;lt;tftp host&amp;gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;These commands also exist in 3.0 and below but they are not under packet-diag.&amp;nbsp; I believe they are directly under "debug dataplane"&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Kelly&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 15 Jun 2010 17:14:11 GMT</pubDate>
      <guid>https://live.paloaltonetworks.com/t5/general-topics/packet-capture-question/m-p/17293#M12628</guid>
      <dc:creator>kbrazil</dc:creator>
      <dc:date>2010-06-15T17:14:11Z</dc:date>
    </item>
    <item>
      <title>Re: Packet Capture Question</title>
      <link>https://live.paloaltonetworks.com/t5/general-topics/packet-capture-question/m-p/17294#M12629</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Kelly, but we're on 3.0.9 so I'm going to have to modify this for the previous verion.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I found this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A class="jive-link-wiki-small" href="https://live.paloaltonetworks.com/docs/DOC-1045"&gt;https://live.paloaltonetworks.com/docs/DOC-1045#comment-1110&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But when I do:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;scp export debug-pcap from ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;it does not list the file name I specified here:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;debug dataplane filter set destination &amp;lt;dest-IP&amp;gt; file &amp;lt;name.pcap&amp;gt; packet-count 200000&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When I do a:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;debug dataplane get&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I can see my filter and file:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;10.1.2.123:0 -&amp;gt; 0.0.0.0:0, 0 0 2000000 mypcap.pcap&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can you see what I've done wrong?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 15 Jun 2010 19:23:58 GMT</pubDate>
      <guid>https://live.paloaltonetworks.com/t5/general-topics/packet-capture-question/m-p/17294#M12629</guid>
      <dc:creator>grant_sturgis</dc:creator>
      <dc:date>2010-06-15T19:23:58Z</dc:date>
    </item>
    <item>
      <title>Re: Packet Capture Question</title>
      <link>https://live.paloaltonetworks.com/t5/general-topics/packet-capture-question/m-p/17295#M12630</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I don't have a 3.0 box handy to test, but I believe the export command should not include "debug-pcap" but "filter".&amp;nbsp; A debug-pcap is a special type of pcap for traffic terminating on the firewall (such as DHCP or routing protocol).&amp;nbsp; The "filter" pcap is for the traditional packet capture you are performing.&amp;nbsp; There are a couple of other types of pcaps including application and unknown-application.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Kelly&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 15 Jun 2010 19:33:33 GMT</pubDate>
      <guid>https://live.paloaltonetworks.com/t5/general-topics/packet-capture-question/m-p/17295#M12630</guid>
      <dc:creator>kbrazil</dc:creator>
      <dc:date>2010-06-15T19:33:33Z</dc:date>
    </item>
  </channel>
</rss>

