Celal Dogan

Celal Dogan

Senior Network Engineer

at · 37 articles published

Proficient in System Administration, Python, Computer Network, Network Engineering, PHP, Web Testing, Penetration Testing, Wireshark, RADIUS, Cisco Router, TCP/IP, Kali Linux, OSPF, NPS, and Multiprotocol BGP.

Areas of expertise

Certifications & credentials

  • Check Point Certified Security Expert (CCSE) R81
  • Check Point Certified Security Administrator (CCSA)
  • Cisco Certified Internetwork Expert (CCIE) Routing and Switching – Written
  • Cisco Certified Network Associate (CCNA) Routing and Switching

Articles by Celal Dogan

Learn How to Use Wireshark like a PRO

Learn how to use wireshark with different examples.

15 Top Wireshark IP Filters with Examples [Cheat Sheet]

Top 15 Wireshark IP filters cheat sheet with examples

Troubleshooting TLS Failures using Wireshark

Troubleshooting different types of TLS failures in TLS and MTLS communication between server and client such as Certificate Expired, Bad Certificate, Unknown …

How to check if ISP is blocking website [Wireshark]

Step by step instructions to check if isp is blocking website using wireshrak. The website URL can be blocked via DNS name or via IP which can be checked using …

[SOLVED] Find Duplicate IP Address with Wireshark

Find duplicate ip address, how to detect duplicate ip address with arping, detecting duplicate ip addresses using arp, linux detect duplicate ip address …

How to troubleshoot TFTP Issues with Wireshark

Not defined, File not found, Access violation, Disk full or allocation exceeded, Unknown transfer ID, Unknown transfer ID, File already exists, No such user, …

Troubleshoot Packet Fragmentation Issues with Wireshark

fragmented ip protocol wireshark udp 17, observe ip fragmentation using tcpdump and wireshark, how to tell if ip datagram is fragmented, wireshark fragment …

Detect Rogue DHCP Server with Wireshark [Step-by-Step]

Step by step instructions to detect rogue dhcp server in the network using wireshark. Introducing a rogue DHCP server to the network can block the clients from …

Analyze TLS and mTLS Authentication with Wireshark

In this article, we will cover Mutual Transport Layer Security (mTLS). The protocol provides a method for mutual authentication. Unlike general usage of TLS

How to decrypt IPSec Packets (ISAKMP and ESP) - Wireshark

In this article, we will focus on decrypting IPsec traffic between a Cisco router and a Strongswan IPsec VPN solution. Most of network vendors do not provide

How to analyze IPsec Traffic with Wireshark

Internet Protocol Security (IPsec) is a set of protocols that enable us to authenticate and encrypt traffic between two parties. Protocols such as Internet

Analyse Slow Networks with TCP Zero Window - Wireshark

Recently, I have been sent a network trace file to analyze. The common complains were related poor (slow) TCP performance. After examining the trace file in

Analyze TCP Receive Window with Wireshark [Step-by-Step]

Transmission Control Protocol (TCP) is a connection oriented protocol. Before exchanging data between both sides, a connection is established. TCP Receive

Kerberos Authentication Packet Analysis with Wireshark

Kerberos authentication presents several advantages over other network authentication methods.

How to analyze LDAP traffic with Wireshark - Tutorial

There are two methods to secure LDAP traffic. The first method is to using Secure Sockets Layer (SSL) /Transport Layer Security (TLS) technology. When this