<?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: [tool] - https://tcpdump101.com in General Topics</title>
    <link>https://community.checkpoint.com/t5/General-Topics/tool-https-tcpdump101-com/m-p/22630#M4392</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for the kind reply. It's actually not a bug - Let me explain:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When performing "fw ctl debug" and making modifications to the module flags (in your example, the "fw" module) you can either add flags (with the + sign) or you can remove flags (with the - sign). Each of these actions (add and remove module flags) must be on their own line which is why we have one line for "fw ctl debug -m $MODULE + $FLAGS" and "fw ctl debug -m $MODULE - $FLAGS)". On each line, you can have as many of the modules turned on or off as you want.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When programming this, the easiest way I found to create these lines was to create an array of the modules (the boxes on the right) and whether or not they were "active" or "inactive". Taking this array, we loop over all the entries and put the specific module flags in their respective line (either "+" or "-") which then updates the command.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The downside to this is that there's no baseline array to compare against so even if you set your debug flags back to their original settings, the commands still appear - It works but it does look a little ugly. &lt;img id="smileyhappy" class="emoticon emoticon-smileyhappy" src="https://community.checkpoint.com/i/smilies/16x16_smiley-happy.png" alt="Smiley Happy" title="Smiley Happy" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The other thing about the debug boxes is that the current defaults are already highlighted. For example, look at the "kissflow" boxes below:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="" class="image-1 jive-image j-img-original" src="https://community.checkpoint.com/legacyfs/online/checkpoint/69837_CheckMates5.png" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and compare it against the output from this command:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE class="language-none line-numbers"&gt;&lt;CODE&gt;[Expert@gw-9de5b8:0]# fw ctl debug -m kissflow&lt;BR /&gt;Kernel debugging buffer size: 50KB&lt;BR /&gt;Module: kissflow&lt;BR /&gt;Enabled Kernel debugging options: error warning&lt;BR /&gt;Messaging threshold set to type=Info freq=Common&lt;SPAN class="line-numbers-rows"&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;See how the default options of "error warning" are highlighted in the "kissflow" module? This way here, users don't have to turn them on since they're on by default. Only when making changes to a module will the "-m $MODULE +/- $FLAGS" show up.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I hope this clears things up. &lt;img id="smileyhappy" class="emoticon emoticon-smileyhappy" src="https://community.checkpoint.com/i/smilies/16x16_smiley-happy.png" alt="Smiley Happy" title="Smiley Happy" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sean (Gr@ve_Rose)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 27 Aug 2018 13:24:47 GMT</pubDate>
    <dc:creator>Grave_Rose</dc:creator>
    <dc:date>2018-08-27T13:24:47Z</dc:date>
    <item>
      <title>[tool] - https://tcpdump101.com</title>
      <link>https://community.checkpoint.com/t5/General-Topics/tool-https-tcpdump101-com/m-p/22604#M4366</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hopefully self-promotion isn't frowned upon but I was suggested to post here. Over the past few years, I've been working on a tool to help people capture packets by allowing users to have a web-based interface to create the commands for them. Today, I've launched the latest version into production which supports "fw monitor" as well as "fw ctl debug" commands. It's located here: &lt;A href="https://tcpdump101.com"&gt;https://tcpdump101.com&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm posting this in the hopes that people will find it useful (it supports tcpdump as well as other vendors) and maybe get some feedback from the community. If you use it, let me know if you find it handy, what you'd like to see improved and if you have any other suggestions.&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;Sean (Gr@ve_Rose)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Overview of Check Point module in tcpdump101" class="image-1 jive-image j-img-original" src="https://community.checkpoint.com/legacyfs/online/checkpoint/69760_CheckMates2.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 24 Aug 2018 15:17:05 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/General-Topics/tool-https-tcpdump101-com/m-p/22604#M4366</guid>
      <dc:creator>Grave_Rose</dc:creator>
      <dc:date>2018-08-24T15:17:05Z</dc:date>
    </item>
    <item>
      <title>Re: [tool] - https://tcpdump101.com</title>
      <link>https://community.checkpoint.com/t5/General-Topics/tool-https-tcpdump101-com/m-p/22605#M4367</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi &lt;A _jive_internal="true" data-userid="61990" data-username="seanfa178d3c-f9ff-30cf-9362-c6ffc0bec1e4" href="https://community.checkpoint.com/people/seanfa178d3c-f9ff-30cf-9362-c6ffc0bec1e4"&gt;Sean,&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I like to program web apps myself. It must have been a lot of work. I like this tool.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Great work!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.checkpoint.com/migrated-users/55229"&gt;Heiko &lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 24 Aug 2018 17:44:12 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/General-Topics/tool-https-tcpdump101-com/m-p/22605#M4367</guid>
      <dc:creator>HeikoAnkenbrand</dc:creator>
      <dc:date>2018-08-24T17:44:12Z</dc:date>
    </item>
    <item>
      <title>Re: [tool] - https://tcpdump101.com</title>
      <link>https://community.checkpoint.com/t5/General-Topics/tool-https-tcpdump101-com/m-p/22606#M4368</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks &lt;A href="https://community.checkpoint.com/migrated-users/54411"&gt;Heiko Ankenbrand&lt;/A&gt;‌. It took almost three years to get to this point and I'm looking forward to improving it more. I'm always open to suggestions from people to make it better as well so if you use it (or know people who would use it) and have ideas, please let me know.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sean&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 24 Aug 2018 18:28:14 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/General-Topics/tool-https-tcpdump101-com/m-p/22606#M4368</guid>
      <dc:creator>Grave_Rose</dc:creator>
      <dc:date>2018-08-24T18:28:14Z</dc:date>
    </item>
    <item>
      <title>Re: [tool] - https://tcpdump101.com</title>
      <link>https://community.checkpoint.com/t5/General-Topics/tool-https-tcpdump101-com/m-p/22607#M4369</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;IMG alt="" class="image-1 jive-image" src="https://community.checkpoint.com/legacyfs/online/checkpoint/69785_ChrisFarley.gif" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 24 Aug 2018 19:34:35 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/General-Topics/tool-https-tcpdump101-com/m-p/22607#M4369</guid>
      <dc:creator>JozkoMrkvicka</dc:creator>
      <dc:date>2018-08-24T19:34:35Z</dc:date>
    </item>
    <item>
      <title>Re: [tool] - https://tcpdump101.com</title>
      <link>https://community.checkpoint.com/t5/General-Topics/tool-https-tcpdump101-com/m-p/22608#M4370</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;IMG alt="" class="image-1 jive-image j-img-original" src="https://community.checkpoint.com/legacyfs/online/checkpoint/69786_high-five.gif" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 24 Aug 2018 19:42:27 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/General-Topics/tool-https-tcpdump101-com/m-p/22608#M4370</guid>
      <dc:creator>Grave_Rose</dc:creator>
      <dc:date>2018-08-24T19:42:27Z</dc:date>
    </item>
    <item>
      <title>Re: [tool] - https://tcpdump101.com</title>
      <link>https://community.checkpoint.com/t5/General-Topics/tool-https-tcpdump101-com/m-p/22609#M4371</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I saw someone else mention the tool in the &lt;A href="https://community.checkpoint.com/group/1125"&gt;CheckMates en Français&lt;/A&gt;‌ section, glad you posted about it in English. &lt;img id="smileyhappy" class="emoticon emoticon-smileyhappy" src="https://community.checkpoint.com/i/smilies/16x16_smiley-happy.png" alt="Smiley Happy" title="Smiley Happy" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 25 Aug 2018 00:31:44 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/General-Topics/tool-https-tcpdump101-com/m-p/22609#M4371</guid>
      <dc:creator>PhoneBoy</dc:creator>
      <dc:date>2018-08-25T00:31:44Z</dc:date>
    </item>
    <item>
      <title>Re: [tool] - https://tcpdump101.com</title>
      <link>https://community.checkpoint.com/t5/General-Topics/tool-https-tcpdump101-com/m-p/22610#M4372</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have to say that even as a Canadian, my French still isn't on par to where it should be. &lt;img id="smileyhappy" class="emoticon emoticon-smileyhappy" src="https://community.checkpoint.com/i/smilies/16x16_smiley-happy.png" alt="Smiley Happy" title="Smiley Happy" /&gt; In all seriousness, though, I'm glad it's helping people out. I've been fortunate to have learned from good people throughout my years and now it's my turn to give something back. I'm looking forward to adding more features which (hopefully) won't take another three years for a major release. &lt;img id="smileyhappy" class="emoticon emoticon-smileyhappy" src="https://community.checkpoint.com/i/smilies/16x16_smiley-happy.png" alt="Smiley Happy" title="Smiley Happy" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 25 Aug 2018 01:42:32 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/General-Topics/tool-https-tcpdump101-com/m-p/22610#M4372</guid>
      <dc:creator>Grave_Rose</dc:creator>
      <dc:date>2018-08-25T01:42:32Z</dc:date>
    </item>
    <item>
      <title>Re: [tool] - https://tcpdump101.com</title>
      <link>https://community.checkpoint.com/t5/General-Topics/tool-https-tcpdump101-com/m-p/22611#M4373</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Maybe you can add options into fw monitor to specify source, destionation, port ? And also opposites - like not source, not destination,...&lt;/P&gt;&lt;P&gt;The same for tcpdump &lt;img id="smileyhappy" class="emoticon emoticon-smileyhappy" src="https://community.checkpoint.com/i/smilies/16x16_smiley-happy.png" alt="Smiley Happy" title="Smiley Happy" /&gt;&lt;/P&gt;&lt;P&gt;There are tons of parameters available in both cases which can be added into next release &lt;img id="smileyhappy" class="emoticon emoticon-smileyhappy" src="https://community.checkpoint.com/i/smilies/16x16_smiley-happy.png" alt="Smiley Happy" title="Smiley Happy" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 25 Aug 2018 08:28:38 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/General-Topics/tool-https-tcpdump101-com/m-p/22611#M4373</guid>
      <dc:creator>JozkoMrkvicka</dc:creator>
      <dc:date>2018-08-25T08:28:38Z</dc:date>
    </item>
    <item>
      <title>Re: [tool] - https://tcpdump101.com</title>
      <link>https://community.checkpoint.com/t5/General-Topics/tool-https-tcpdump101-com/m-p/22612#M4374</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;They're already there - That's the point of the tool. &lt;img id="smileyhappy" class="emoticon emoticon-smileyhappy" src="https://community.checkpoint.com/i/smilies/16x16_smiley-happy.png" alt="Smiley Happy" title="Smiley Happy" /&gt; On any module (tcpdump, fw monitor, fw ctl debug), use the right-hand side to create your filters. Use the drop-down box that is under "Filter Option" to get started and use "Add New Filter Option" to create a new one. Once the filters are created, your full PCap/Debug command appears at the top. You can then use the "Copy Command" or "Highlight Command" to get your command to paste into a terminal.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="" class="image-1 jive-image j-img-original" src="https://community.checkpoint.com/legacyfs/online/checkpoint/69790_CheckMates3.png" /&gt;&lt;IMG alt="" class="image-2 jive-image j-img-original" src="https://community.checkpoint.com/legacyfs/online/checkpoint/69791_CheckMates4.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 25 Aug 2018 11:41:36 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/General-Topics/tool-https-tcpdump101-com/m-p/22612#M4374</guid>
      <dc:creator>Grave_Rose</dc:creator>
      <dc:date>2018-08-25T11:41:36Z</dc:date>
    </item>
    <item>
      <title>Re: [tool] - https://tcpdump101.com</title>
      <link>https://community.checkpoint.com/t5/General-Topics/tool-https-tcpdump101-com/m-p/22613#M4375</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Sorry, wasnt aware about it as I am using mobile to check it &lt;img id="smileyhappy" class="emoticon emoticon-smileyhappy" src="https://community.checkpoint.com/i/smilies/16x16_smiley-happy.png" alt="Smiley Happy" title="Smiley Happy" /&gt;&lt;/P&gt;&lt;P&gt;But anyway, in case your filter is setup and you realized you did mistake in IP, it will add new condition instead of correct the wrong one:&lt;/P&gt;&lt;P&gt;&lt;IMG alt="" class="image-1 jive-image j-img-original" src="https://community.checkpoint.com/legacyfs/online/checkpoint/69787_Screenshot_20180825-152403.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 25 Aug 2018 13:26:27 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/General-Topics/tool-https-tcpdump101-com/m-p/22613#M4375</guid>
      <dc:creator>JozkoMrkvicka</dc:creator>
      <dc:date>2018-08-25T13:26:27Z</dc:date>
    </item>
    <item>
      <title>Re: [tool] - https://tcpdump101.com</title>
      <link>https://community.checkpoint.com/t5/General-Topics/tool-https-tcpdump101-com/m-p/22614#M4376</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Good catch! Thanks for letting me know. &lt;img id="smileyhappy" class="emoticon emoticon-smileyhappy" src="https://community.checkpoint.com/i/smilies/16x16_smiley-happy.png" alt="Smiley Happy" title="Smiley Happy" /&gt;&amp;nbsp;I'll try to fix this bug before Monday (hopefully) and will update again.&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 25 Aug 2018 13:46:46 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/General-Topics/tool-https-tcpdump101-com/m-p/22614#M4376</guid>
      <dc:creator>Grave_Rose</dc:creator>
      <dc:date>2018-08-25T13:46:46Z</dc:date>
    </item>
    <item>
      <title>Re: [tool] - https://tcpdump101.com</title>
      <link>https://community.checkpoint.com/t5/General-Topics/tool-https-tcpdump101-com/m-p/22615#M4377</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Sean,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you for the excellent tool.&lt;/P&gt;&lt;P&gt;I believe there are two more options that should be included for the Chain Position Options: "e" and "E"&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Vladimir&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 25 Aug 2018 20:06:06 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/General-Topics/tool-https-tcpdump101-com/m-p/22615#M4377</guid>
      <dc:creator>Vladimir</dc:creator>
      <dc:date>2018-08-25T20:06:06Z</dc:date>
    </item>
    <item>
      <title>Re: [tool] - https://tcpdump101.com</title>
      <link>https://community.checkpoint.com/t5/General-Topics/tool-https-tcpdump101-com/m-p/22616#M4378</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;But these 2 Chains are only in R80, so maybe just simple chexbox to tick if user will run fw monitor on R80 would be enough.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 25 Aug 2018 22:20:23 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/General-Topics/tool-https-tcpdump101-com/m-p/22616#M4378</guid>
      <dc:creator>JozkoMrkvicka</dc:creator>
      <dc:date>2018-08-25T22:20:23Z</dc:date>
    </item>
    <item>
      <title>Re: [tool] - https://tcpdump101.com</title>
      <link>https://community.checkpoint.com/t5/General-Topics/tool-https-tcpdump101-com/m-p/22617#M4379</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Good option.&lt;/P&gt;&lt;P&gt;May be include the "fwaccel off; " at the beginning of the string as another?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 25 Aug 2018 23:20:33 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/General-Topics/tool-https-tcpdump101-com/m-p/22617#M4379</guid>
      <dc:creator>Vladimir</dc:creator>
      <dc:date>2018-08-25T23:20:33Z</dc:date>
    </item>
    <item>
      <title>Re: [tool] - https://tcpdump101.com</title>
      <link>https://community.checkpoint.com/t5/General-Topics/tool-https-tcpdump101-com/m-p/22618#M4380</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P style="color: #333333; border: 0px;"&gt;Right, but in general I don't recommend doing this on a production firewall the performance impact can be noticeable. &amp;nbsp;I would always recommend disabling SecureXL selectively for the IP addresses you want to capture ahead of time, then you can use &lt;SPAN style="border: 0px; font-weight: bold;"&gt;&lt;STRONG&gt;tcpdump&lt;/STRONG&gt;&lt;/SPAN&gt; and/or &lt;SPAN style="border: 0px; font-weight: bold;"&gt;&lt;STRONG&gt;fw monitor&lt;/STRONG&gt;&lt;/SPAN&gt; to see all inbound and outbound traffic:&lt;/P&gt;&lt;P style="color: #333333; border: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P style="color: #333333; border: 0px;"&gt;&lt;A class="" href="https://supportcenter.checkpoint.com/supportcenter/portal?eventSubmit_doGoviewsolutiondetails=&amp;amp;solutionid=sk104468&amp;amp;partition=Advanced&amp;amp;product=SecureXL%22" rel="nofollow" style="color: #6d6e71; border: 0px; font-weight: inherit; padding: 0px calc(12px + 0.35ex) 0px 0px;"&gt;sk104468: How to &lt;SPAN style="border: 0px; font-weight: bold;"&gt;&lt;STRONG&gt;disable&lt;/STRONG&gt;&lt;/SPAN&gt; &lt;SPAN style="border: 0px; font-weight: bold;"&gt;&lt;STRONG&gt;SecureXL&lt;/STRONG&gt;&lt;/SPAN&gt; for specific IP addresses&lt;/A&gt;&lt;/P&gt;&lt;P style="color: #333333; border: 0px;"&gt;&lt;/P&gt;&lt;P style="color: #333333; border: 0px;"&gt;Regards&lt;/P&gt;&lt;P style="color: #333333; border: 0px;"&gt;Heiko&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 26 Aug 2018 06:16:26 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/General-Topics/tool-https-tcpdump101-com/m-p/22618#M4380</guid>
      <dc:creator>HeikoAnkenbrand</dc:creator>
      <dc:date>2018-08-26T06:16:26Z</dc:date>
    </item>
    <item>
      <title>Re: [tool] - https://tcpdump101.com</title>
      <link>https://community.checkpoint.com/t5/General-Topics/tool-https-tcpdump101-com/m-p/22619#M4381</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you Heiko!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I was not aware of this sk and, in my experience, even TAC consistently resorts to using blanket "fwaccel off" during troubleshooting.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can anyone chime in if there is a way to achieve the same selective acceleration manipulation without policy installation in R80.++?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 26 Aug 2018 13:45:26 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/General-Topics/tool-https-tcpdump101-com/m-p/22619#M4381</guid>
      <dc:creator>Vladimir</dc:creator>
      <dc:date>2018-08-26T13:45:26Z</dc:date>
    </item>
    <item>
      <title>Re: [tool] - https://tcpdump101.com</title>
      <link>https://community.checkpoint.com/t5/General-Topics/tool-https-tcpdump101-com/m-p/22620#M4382</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hey folks... I've patched the bug and the "fw monitor" portion now edits the proper filter instead of always editing the last one. Thanks to &lt;A href="https://community.checkpoint.com/migrated-users/42431"&gt;Jozko Mrkvicka&lt;/A&gt;‌ for reporting this to me. I owe you one Internet beer. &lt;img id="smileyhappy" class="emoticon emoticon-smileyhappy" src="https://community.checkpoint.com/i/smilies/16x16_smiley-happy.png" alt="Smiley Happy" title="Smiley Happy" /&gt; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 27 Aug 2018 00:13:32 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/General-Topics/tool-https-tcpdump101-com/m-p/22620#M4382</guid>
      <dc:creator>Grave_Rose</dc:creator>
      <dc:date>2018-08-27T00:13:32Z</dc:date>
    </item>
    <item>
      <title>Re: [tool] - https://tcpdump101.com</title>
      <link>https://community.checkpoint.com/t5/General-Topics/tool-https-tcpdump101-com/m-p/22621#M4383</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for the kind words, &lt;A href="https://community.checkpoint.com/migrated-users/47844"&gt;Vladimir Yakovlev&lt;/A&gt;‌. I like your idea of adding in the "eE" inspection options as well as putting some sort of switch for versioning that the users can select. Adding the "eE" should be pretty quick and, for now, I think I'll put a note on them to let people know that these are R80 switches only. In a future major release, I'll probably have some sort of R80.xx/R7X.xx switch that will hide and display different options.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;With regards to putting in the command for disabling SecureXL at the start, I've added a note in the module that people can turn it off if they want to. I don't want to have "fwaccel off" at the start of the command in case it causes issues for people. By having the note there, it's an active choice the user makes themselves - Not me making the choice for them. As goofy&amp;nbsp; and paranoid as this may sound, it makes me a little less responsible if they bring down their firewall by disabling acceleration. &lt;img id="smileyhappy" class="emoticon emoticon-smileyhappy" src="https://community.checkpoint.com/i/smilies/16x16_smiley-happy.png" alt="Smiley Happy" title="Smiley Happy" /&gt; I do have a few warnings (including on the splash page, the module itself and the Help section) about people being responsible for their own actions but in todays day and age, you can never be too careful. &lt;IMG src="https://community.checkpoint.com/legacyfs/online/checkpoint/emoticons/wink.png" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks again for the ideas! Keep your eyes open since the "eE" chains will be in soon-ish.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sean (Gr@ve_Rose)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 27 Aug 2018 00:25:47 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/General-Topics/tool-https-tcpdump101-com/m-p/22621#M4383</guid>
      <dc:creator>Grave_Rose</dc:creator>
      <dc:date>2018-08-27T00:25:47Z</dc:date>
    </item>
    <item>
      <title>Re: [tool] - https://tcpdump101.com</title>
      <link>https://community.checkpoint.com/t5/General-Topics/tool-https-tcpdump101-com/m-p/22622#M4384</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Totally dig the caution in choosing what to include for auto execution.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 27 Aug 2018 01:48:50 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/General-Topics/tool-https-tcpdump101-com/m-p/22622#M4384</guid>
      <dc:creator>Vladimir</dc:creator>
      <dc:date>2018-08-27T01:48:50Z</dc:date>
    </item>
    <item>
      <title>Re: [tool] - https://tcpdump101.com</title>
      <link>https://community.checkpoint.com/t5/General-Topics/tool-https-tcpdump101-com/m-p/22623#M4385</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;No plan to add support for Juniper and Palo Alto ? I am not sure if these vendors has some specific in-build tools for traffic capturing like Check Point (fw monitor).&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 27 Aug 2018 06:19:54 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/General-Topics/tool-https-tcpdump101-com/m-p/22623#M4385</guid>
      <dc:creator>JozkoMrkvicka</dc:creator>
      <dc:date>2018-08-27T06:19:54Z</dc:date>
    </item>
  </channel>
</rss>

