README.md

December 4, 2022 ยท View on GitHub

Winpcap packet sniffer tutorial + example

Description

This will show you how to to capture network packets using winpcap. No network programming or tcp/ip knowledge is required. The example program captures chat from a yahoo messenger chat room and places in a text box. I tried to make the example program very simple. I used vbpcap.dll functions library so we don't have to do low level winpcap programming. The tutorial explains everything of the example program and also shows how to analyze packets. I also included a way to sequential search a string for multiple substrings(very fast). This will be useful if you want to search for some particular string or bytes in your packet.

More Info

Submitted On2006-01-10 06:54:40
ByMohaimen Hossain
LevelBeginner
User Rating4.8 (19 globes from 4 users)
CompatibilityVB 6.0
CategoryInternet/ HTML
WorldVisual Basic
Archive FileWinpcap_pa196392192006.zip