<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Capturing on Notities</title><link>https://19cc27e0.backup-website.pages.dev/en/tags/capturing/</link><description>Recent content in Capturing on Notities</description><generator>Hugo</generator><language>en</language><lastBuildDate>Wed, 15 Jul 2026 23:50:02 +0200</lastBuildDate><atom:link href="https://19cc27e0.backup-website.pages.dev/en/tags/capturing/index.xml" rel="self" type="application/rss+xml"/><item><title>Windows packet capturing for example for an LDAPS traffic analysis</title><link>https://19cc27e0.backup-website.pages.dev/en/blog/2026-windows-packet-capturing-voor-bijvoorbeeld-een-ldaps-verkeer-analyse/</link><pubDate>Sun, 18 Jan 2026 18:55:54 +0000</pubDate><guid>https://19cc27e0.backup-website.pages.dev/en/blog/2026-windows-packet-capturing-voor-bijvoorbeeld-een-ldaps-verkeer-analyse/</guid><description>&lt;p&gt;Open a Windows Terminal or Command session As Administrator&lt;/p&gt;
&lt;pre tabindex="0"&gt;&lt;code&gt;Check existing filters
# pktmon filter list

Clear all filters
# pktmon filter remove

Check capture status
# pktmon status

Add a filter for LDAPS
# pktmon filter add -p 636

Start the capture
# pktmon start --etw
&lt;/code&gt;&lt;/pre&gt;&lt;p&gt;Try to connect again to the LDAP server / If you want to monitor a different port, repeat the command that generates the network traffic.&lt;/p&gt;</description></item></channel></rss>