Results 1 to 3 of 3
  1. #1
    Dwar
    Dwar is offline
    Veteran Dwar's Avatar
    Join Date
    2010 Mar
    Posts
    2,222
    Thanks Thanks Given 
    211
    Thanks Thanks Received 
    2,230
    Thanked in
    292 Posts
    Rep Power
    10

    WinPCap Packet Sniffer Source

    This Packet Sniffer used WinPCap libraries. But the most important difference from other projects with WinPCap is that here we have only npf.sys of WinPCap. Author has ported all the function from PacketNtx.dll to C#.

    The features of it like ethereal which are
    • You can stop a capture session by,
      • when a specified time duration has passed
      • when specified bytes of data captured
      • when a number of specified packets captured
      • when stop button pressed
    • You can limit the size of the packets to a specified length.You can enable/disable MAC name resolution
    • You can enable the live scrolling the captured packets
    • You can change the hardware filter
    • You can change capture mode
    • You can change Adapter Buffer size, Read Buffer size , Timeout value etc.
    • You can highlight the protocol data by either clicking the protocol node or the protocol data itself.
    • You can see the index of a protocol data and the length of it
    • You can save the captured packets int he format that ethereal understands
    • You can load a packet file captured by ethereal
    • You can partially save the captured packet by selecting them
    • You can copy the protocol data to clipboard in the format string and in the hex layout by selecting the start and stop points
    • You can sort the captured packets as desired


    The code is pure managed, and it supports about 20 protocols which are,
    • ETHERNET
    • LLC
    • STP
    • NETBIOS
    • CDP
    • INTERNET
    • TCP
    • UDP
    • HTTP
    • ICMP
    • ARP
    • LOOPBACK
    • NBDS
    • NBNS
    • NBSS
    • SMB MAILSLOT
    • SMB - Not finished yet
    • DCERPC
    • DLSW - Almost finished
    • DNS - Not finished yet
    • IPX
    • TFTP
    • EIGRP


    Author: Fyrat Kocak

    Please register or login to download attachments.

    Please, post your questions on forum, not by PM or mail

    I spend my time, so please pay a little bit of your time to keep world in equilibrium

  2. The Following 2 Users Say Thank You to Dwar For This Useful Post:


  3. #2
    inesbrasil
    inesbrasil is offline
    Member-in-training inesbrasil's Avatar
    Join Date
    2012 Aug
    Location
    brasil,MG
    Posts
    156
    Thanks Thanks Given 
    12
    Thanks Thanks Received 
    143
    Thanked in
    44 Posts
    Rep Power
    0
    m trying to dear kisses God be with you

    thank you

  4. #3
    Miklo
    Miklo is offline
    New member
    Join Date
    2013 Feb
    Posts
    6
    Thanks Thanks Given 
    0
    Thanks Thanks Received 
    0
    Thanked in
    0 Posts
    Rep Power
    0
    Does it show Incomming Data Directly with the Packets, or is it only showing the Packets and Size of the Packes?

    I will be really greatfull to know if the Data is being Processed and viewable. Thanks

Similar Threads

  1. [Tool] Perfect World Packet Sniffer Cheat Engine plugin
    By Grooguz in forum Perfect World Bots, Cheats
    Replies: 10
    Last Post: 2017-07-08, 11:17 AM
  2. [Help] Help with a Packet
    By kj_mendes2 in forum Aika Online
    Replies: 4
    Last Post: 2012-07-12, 08:09 PM
  3. [Help] Help with a packet
    By nemsei in forum Aika Online
    Replies: 1
    Last Post: 2012-06-14, 12:36 AM
  4. [Dev] BOI C++ bot source
    By erwannludovic in forum Battle of the Immortals
    Replies: 5
    Last Post: 2011-06-10, 01:19 PM
  5. WinPcap Autoit3 UDF
    By TEDSON in forum AutoIt
    Replies: 1
    Last Post: 2010-12-03, 02:33 AM

Tags for this Thread

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •