Resources  
  • Berkeley Packet Filter (BPF) in SolanaMay 27, 2024. Berkeley Packet Filter (BPF) in Solana facilitates efficient, programmable blockchain operations. It enables smart contract execution, network optimization, and dApp development, enhancing Solana's flexibility and scalability.
  • Deploy Packet Capture for Azure VPN GatewayNov 22, 2023. In this article step-by-step guide on capturing Azure VPN Gateway traffic using VPN Gateway Packet Capture is clear and well-organized. The use of numbered steps makes it easy to follow, and you've included important details at each stage, such as creating a container in the storage account, generating a Shared Access Signature (SAS) token, starting and stopping the packet capture, and retrieving the captured data.
  • Packet Capture Feature in AzureNov 21, 2023. The packet capture feature is available on the Network Watcher; the Azure packet capture allows us to capture packets as they pass through a virtual machine's NIC. This feature can be abused to read sensitive data from unencrypted internal traffic.
  • Generate QR Code using C# Console ApplicationAug 03, 2023. Learn to Generate QR Code in C# using the QRCode NuGet package. Create a console app, enter data to encode, and save the QR code as a PNG image. Open the image with the default viewer to see the result. Happy coding!
  • Code First Migration Using NuGet Commands In ASP.NET MVC 5Oct 15, 2015. This article intends to describe the code first migrations in ASP.NET MVC using NuGet Commands.
  • What is a firewall?Dec 29, 2008. This article teaches about basics of firewall used in computer networking including the types of firewall.
  • Packet Sniffer in C#Jun 05, 2003. The attached source code is a packet sniffer. Most of featured came from ethereal.
  • Trace Utility to Trace IP Packet PathMay 16, 2002. Trace utility traces the path of an IP packet. To understand the process, its important to understand ICMP protocol we are going to use for this purpose.
  • Simple Sniffer in C#Dec 03, 2001. This program shows you how to retrieve data from a packet using Sockets.