<?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/22683#M4445</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hey &lt;A href="https://community.checkpoint.com/migrated-users/45296"&gt;Sven Glock&lt;/A&gt;‌ - Thanks so much for the helpful feedback!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For items 1 and 2 I just forgot about them, to be honest. &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 was rushing a little bit and, since I do this in my spare time, sometimes I forget where I left off or what I was working on. I'll put these back in since they're both pretty important to people.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Item 3 is covered in the "Information Only" option with the "-D" switch. This will show you all the interfaces you can run tcpdump on.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Item 4 I like the idea of "On/Off" and then maybe have a little item about printing to the screen versus saving to a file. I'll update this as well when I'm putting back the additional "Save to File" options.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For item 5, have you never seen a MAC address with 11:11:11:11:11:11:11:11:!1:$" before? &lt;IMG src="https://community.checkpoint.com/legacyfs/online/checkpoint/emoticons/grin.png" /&gt; Seriously though, those checks are currently in the works on my laptop - I just haven't pushed them to the public site yet. As for the "host" filter, as goofy as this sounds, it's possible that someone has "11111asdfasdf" as a hostname somewhere. I will be putting in some "guessing" checks for those but it's almost impossible to know what people can put in for those types of filter. For example, the following three items are all valid: 1.2.3.4, 2001:bad:c0de::1 and 1.2.3.4.com (IPv4, IPv6, host/domain name). I will be testing out some RegEx to see if I can get it to work properly but I may be left with just guessing. Stay tuned, though. &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;Item 6 is a bit more involved... You see, HTML select and option elements are not able to be styled by CSS as some other HTML DOM elements. The same thing goes for radio buttons and checkboxes. To be able to create a bold section title or have custom radio buttons (for example) would require a fair bit of coding since you have to hide the existing HTML &amp;lt;option&amp;gt; element, create new HTML/CSS for the custom look and then have a JavaScript caller to handle the events. But... And I'm not joking about this... While writing this out, you did give me an idea that may work. Instead of using an HTML select/option combination, I could create an HTML/CSS menu instead and use an onClick function on the spans to call the back-end JS. I'm going to try this out to see how easy it is to get working. Thanks for helping me think of a new (possible) solution, Sven. &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;I like the idea in item 7 about shortening the list by using radio buttons for src/dst. I will also try merging the host/net option by looking for the "/" character but I may keep host and net separate to make things a bit easier for new people. But I will give it a try and see how it goes.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For the last item, it's a good idea in theory but, personally, I think it may not work as well in practice. Here's what I'm thinking... We know that there are many useful combinations of TCP flags like SA or FA or even the old XMas tree scan with FPU set. But people who are new to PCaps, TCP or networking in general may not. By keeping the filters separate, the users will learn that the flags are unique per filter which, in turn, will help them learn that each TCP flag is unique and then they have that extra knowledge. The other thing is newer people may get confused if they have to create logic gates with this type of filter and they may be tempted to put checkmarks in boxes that already exist when, instead, they should be creating a new filter inside their logic gates. But maybe I'm overthinking this. &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;In terms of my weekend... I'm currently fighting a sinus cold (yay Canadian weather!) so between that, family obligations and getting drunk on cold medicine, I'll see how much time I've got for this. Maybe I'll work on it after taking some cough syrup and see if it makes my code better or not... If the next dev push has a bunch of cat pictures instead of usable code, you'll know why. &lt;IMG src="https://community.checkpoint.com/legacyfs/online/checkpoint/emoticons/grin.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 06 Dec 2018 14:42:46 GMT</pubDate>
    <dc:creator>Grave_Rose</dc:creator>
    <dc:date>2018-12-06T14:42:46Z</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>

