实例介绍
WinPcap4.01版(驱动程序+开发包+帮助文档),它是一款用于Windows的开源库,用于网络抓包应用程序的开发,另外附加的的帮助文档包括中文版和英文版,你找不到的资源。
【实例截图】
【核心代码】
WinPcap4.01
└── WinPcap4.01
├── 4.0.1-WinPcap.exe
├── winpcap_src
│ ├── build_wpdpack.bat
│ ├── build_wpdpack.txt
│ ├── Common
│ │ ├── dagc.h
│ │ ├── Devioctl.h
│ │ ├── Ntddndis.h
│ │ ├── Ntddpack.h
│ │ ├── Packet32.h
│ │ └── WpcapNames.h
│ ├── createdoc.bat
│ ├── create_docs.bat
│ ├── create_examples.bat
│ ├── create_include.bat
│ ├── create_lib.bat
│ ├── dox
│ │ ├── compile.htm
│ │ ├── doxygen_groups_packetdll.txt
│ │ ├── doxygen_groups.txt
│ │ ├── footer.htm
│ │ ├── internals-arch.gif
│ │ ├── internals.htm
│ │ ├── intro.htm
│ │ ├── language.htm
│ │ ├── libpcap
│ │ │ ├── funcs
│ │ │ │ └── pcap.h
│ │ │ └── incs
│ │ │ └── pcap.h
│ │ ├── main_packetdll.txt
│ │ ├── main.txt
│ │ ├── note.txt
│ │ ├── npf-dump.gif
│ │ ├── npf.htm
│ │ ├── npf-ndis.gif
│ │ ├── npf-npf.gif
│ │ ├── packet.htm
│ │ ├── packet_samp.htm
│ │ ├── pics
│ │ │ ├── dump.gif
│ │ │ ├── encoding.gif
│ │ │ ├── stats.gif
│ │ │ ├── stats_wpcap.gif
│ │ │ ├── winpcap.gif
│ │ │ └── winpcap_small.gif
│ │ ├── prj
│ │ │ ├── winpcap_c.dox
│ │ │ ├── winpcap_c_packetdll.dox
│ │ │ └── winpcap_noc.dox
│ │ ├── slides.ppt
│ │ ├── style.css
│ │ ├── WinPcap_docs.html
│ │ ├── wpcap.htm
│ │ ├── wpcap_remote.htm
│ │ ├── wpcap_samp1.htm
│ │ ├── wpcap_samp2.htm
│ │ ├── wpcap_samp.htm
│ │ ├── wpcap_tut1.txt
│ │ ├── wpcap_tut2.txt
│ │ ├── wpcap_tut3.txt
│ │ ├── wpcap_tut4.txt
│ │ ├── wpcap_tut5.txt
│ │ ├── wpcap_tut6.txt
│ │ ├── wpcap_tut7.txt
│ │ ├── wpcap_tut8.txt
│ │ ├── wpcap_tut9.txt
│ │ └── wpcap_tut.txt
│ ├── Examples
│ │ ├── iflist
│ │ │ ├── iflist.c
│ │ │ ├── iflist.dsp
│ │ │ └── iflist.dsw
│ │ ├── kdump
│ │ │ ├── kdump.c
│ │ │ ├── kdump.dsp
│ │ │ ├── kdump.dsw
│ │ │ └── kdump.exe
│ │ ├── MakeaAll.dsw
│ │ ├── misc
│ │ │ ├── basic_dump.c
│ │ │ ├── basic_dump.dsp
│ │ │ ├── basic_dump_ex.c
│ │ │ ├── basic_dump_ex.dsp
│ │ │ ├── MakeaAll.dsw
│ │ │ ├── readfile.c
│ │ │ ├── readfile.dsp
│ │ │ ├── readfile_ex.c
│ │ │ ├── readfile_ex.dsp
│ │ │ ├── savedump.c
│ │ │ ├── savedump.dsp
│ │ │ ├── sendpack.c
│ │ │ └── sendpack.dsp
│ │ ├── NETMETER
│ │ │ ├── CapDll.h
│ │ │ ├── CaptureThread.cpp
│ │ │ ├── Console.h
│ │ │ ├── LineColl.cpp
│ │ │ ├── LineColl.h
│ │ │ ├── MainFrm.cpp
│ │ │ ├── MainFrm.h
│ │ │ ├── NETMETER.CPP
│ │ │ ├── netmeterDoc.cpp
│ │ │ ├── netmeterDoc.h
│ │ │ ├── netmeter.dsp
│ │ │ ├── netmeter.dsw
│ │ │ ├── NETMETER.H
│ │ │ ├── netmeter.rc
│ │ │ ├── netmeterView.cpp
│ │ │ ├── netmeterView.h
│ │ │ ├── ProgCaptDlg.h
│ │ │ ├── res
│ │ │ │ ├── bitmap1.bmp
│ │ │ │ ├── bitmap2.bmp
│ │ │ │ ├── BMP00001.BMP
│ │ │ │ ├── cap_wizi.bmp
│ │ │ │ ├── listbmp.bmp
│ │ │ │ ├── netmeterDoc.ico
│ │ │ │ ├── netmeter.ico
│ │ │ │ └── netmeter.rc2
│ │ │ ├── resource.h
│ │ │ ├── SelectAdapter.cpp
│ │ │ ├── SelectAdapter.h
│ │ │ ├── StdAfx.cpp
│ │ │ └── StdAfx.h
│ │ ├── PacketDriver
│ │ │ ├── GetMacAddress
│ │ │ │ ├── GetMacAddress.c
│ │ │ │ └── GetMacAddress.dsp
│ │ │ ├── readme.txt
│ │ │ ├── TestPacketCapture
│ │ │ │ ├── TestPacketCapture.c
│ │ │ │ └── TestPacketCapture.dsp
│ │ │ └── TestPacketSend
│ │ │ ├── TestPacketSend.c
│ │ │ └── TestPacketSend.dsp
│ │ ├── pcap_filter
│ │ │ ├── pcap_filter.c
│ │ │ ├── pcap_filter.dsp
│ │ │ └── pcap_filter.dsw
│ │ ├── pktdump_ex
│ │ │ ├── pktdump_ex.c
│ │ │ ├── pktdump_ex.dsp
│ │ │ └── pktdump_ex.dsw
│ │ ├── sendcap
│ │ │ ├── sencap.dsw
│ │ │ ├── sendcap.c
│ │ │ └── sendcap.dsp
│ │ ├── smp_1
│ │ │ ├── smp_1.c
│ │ │ ├── smp_1.dsp
│ │ │ └── smp_1.dsw
│ │ ├── tcptop
│ │ │ ├── tcptop.c
│ │ │ ├── tcptop.dsp
│ │ │ └── tcptop.dsw
│ │ ├── UDPdump
│ │ │ ├── udpdump.c
│ │ │ ├── UDPdump.dsp
│ │ │ └── UDPdump.dsw
│ │ └── UserLevelBridge
│ │ ├── UserBridge.c
│ │ ├── UserBridge.dsp
│ │ └── UserBridge.dsw
│ ├── Examples-pcap
│ │ ├── basic_dump
│ │ │ ├── basic_dump.c
│ │ │ ├── basic_dump.dsp
│ │ │ ├── basic_dump.dsw
│ │ │ └── GNUmakefile
│ │ ├── basic_dump_ex
│ │ │ ├── basic_dump_ex.c
│ │ │ ├── basic_dump_ex.dsp
│ │ │ ├── basic_dump_ex.dsw
│ │ │ └── GNUmakefile
│ │ ├── GNUmakefile
│ │ ├── iflist
│ │ │ ├── GNUmakefile
│ │ │ ├── iflist.c
│ │ │ ├── iflist.dsp
│ │ │ └── iflist.dsw
│ │ ├── MakeaAll.dsw
│ │ ├── pcap_filter
│ │ │ ├── GNUmakefile
│ │ │ ├── Makefile.unix
│ │ │ ├── pcap_filter.c
│ │ │ ├── pcap_filter.dsp
│ │ │ └── pcap_filter.dsw
│ │ ├── pktdump_ex
│ │ │ ├── GNUmakefile
│ │ │ ├── pktdump_ex.c
│ │ │ ├── pktdump_ex.dsp
│ │ │ └── pktdump_ex.dsw
│ │ ├── readfile
│ │ │ ├── GNUmakefile
│ │ │ ├── readfile.c
│ │ │ ├── readfile.dsp
│ │ │ └── readfile.dsw
│ │ ├── readfile_ex
│ │ │ ├── GNUmakefile
│ │ │ ├── readfile_ex.c
│ │ │ ├── readfile_ex.dsp
│ │ │ └── readfile_ex.dsw
│ │ ├── savedump
│ │ │ ├── GNUmakefile
│ │ │ ├── savedump.c
│ │ │ ├── savedump.dsp
│ │ │ └── savedump.dsw
│ │ ├── sendpack
│ │ │ ├── GNUmakefile
│ │ │ ├── sendpack.c
│ │ │ ├── sendpack.dsp
│ │ │ └── sendpack.dsw
│ │ ├── stats
│ │ │ ├── stats.c
│ │ │ ├── stats.dsp
│ │ │ └── stats.dsw
│ │ ├── UDPdump
│ │ │ ├── GNUmakefile
│ │ │ ├── udpdump.c
│ │ │ ├── UDPdump.dsp
│ │ │ └── UDPdump.dsw
│ │ └── winpcap_stress
│ │ ├── winpcap_stress.c
│ │ ├── winpcap_stress.dsp
│ │ └── winpcap_stress.dsw
│ ├── Packet9x
│ │ ├── DLL
│ │ │ ├── Packet32.c
│ │ │ ├── Packet.def
│ │ │ ├── Project
│ │ │ │ ├── GNUmakefile
│ │ │ │ ├── Packet.dsp
│ │ │ │ └── Packet.dsw
│ │ │ ├── version.rc
│ │ │ └── version.rc2
│ │ └── VXD
│ │ ├── Debug.h
│ │ ├── DEVIOCTL.H
│ │ ├── Functs.asm
│ │ ├── Lock.c
│ │ ├── MAKEFILE
│ │ ├── Ndisdev.asm
│ │ ├── Ndis.mk
│ │ ├── NPF.def
│ │ ├── NPF.rc
│ │ ├── Ntddpack.h
│ │ ├── Openclos.c
│ │ ├── Packet.c
│ │ ├── Packet.h
│ │ ├── Read.c
│ │ ├── Request.c
│ │ ├── Vpacket.rc
│ │ ├── win_bpf_filter.c
│ │ ├── win_Bpf.h
│ │ └── Write.c
│ ├── packetNtx
│ │ ├── Compile2k.bat
│ │ ├── CompileDriver.bat
│ │ ├── CompileNT4.bat
│ │ ├── DIRS
│ │ ├── Dll
│ │ │ ├── AdInfo.c
│ │ │ ├── debug.h
│ │ │ ├── NpfImExt.c
│ │ │ ├── NpfImExt.h
│ │ │ ├── Packet32.c
│ │ │ ├── Packet32-Int.h
│ │ │ ├── Packet.def
│ │ │ ├── Project
│ │ │ │ ├── GNUmakefile
│ │ │ │ ├── Packet.dsp
│ │ │ │ └── Packet.dsw
│ │ │ ├── strsafe.h
│ │ │ ├── version.rc
│ │ │ ├── version.rc2
│ │ │ └── WanPacket
│ │ │ ├── version.rc
│ │ │ ├── version.rc2
│ │ │ ├── WanPacket.cpp
│ │ │ ├── WanPacket.def
│ │ │ ├── WanPacket.dsp
│ │ │ ├── WanPacket.dsw
│ │ │ └── WanPacket.h
│ │ └── driver
│ │ ├── bucket_lookup.c
│ │ ├── bucket_lookup.h
│ │ ├── count_packets.c
│ │ ├── count_packets.h
│ │ ├── DEBUG.H
│ │ ├── dump.c
│ │ ├── functions.c
│ │ ├── functions.h
│ │ ├── jitter.c
│ │ ├── jitter.h
│ │ ├── MAKEFILE
│ │ ├── memory_t.h
│ │ ├── normal_lookup.c
│ │ ├── normal_lookup.h
│ │ ├── NPF.RC
│ │ ├── Openclos.c
│ │ ├── Packet.c
│ │ ├── Packet.h
│ │ ├── Read.c
│ │ ├── resource.h
│ │ ├── Sources
│ │ ├── tcp_session.c
│ │ ├── tcp_session.h
│ │ ├── time_calls.h
│ │ ├── tme.c
│ │ ├── tme.h
│ │ ├── valid_insns.h
│ │ ├── win_bpf_filter.c
│ │ ├── win_bpf_filter_init.c
│ │ ├── win_bpf_filter_init.h
│ │ ├── win_bpf.h
│ │ ├── WinPcap NTx Driver_2003.vcproj
│ │ └── Write.c
│ ├── readme-cygwin
│ ├── readme-visualC
│ ├── todo.txt
│ ├── version.h
│ └── wpcap
│ ├── libpcap
│ │ ├── acconfig.h
│ │ ├── aclocal.m4
│ │ ├── arcnet.h
│ │ ├── atmuni31.h
│ │ ├── bpf
│ │ │ └── net
│ │ │ └── bpf_filter.c
│ │ ├── bpf_dump.c
│ │ ├── bpf_image.c
│ │ ├── CHANGES
│ │ ├── ChmodBPF
│ │ │ ├── ChmodBPF
│ │ │ └── StartupParameters.plist
│ │ ├── config.guess
│ │ ├── config.h.in
│ │ ├── config.sub
│ │ ├── configure
│ │ ├── configure.in
│ │ ├── CREDITS
│ │ ├── doc
│ │ │ ├── pcap.html
│ │ │ ├── pcap.txt
│ │ │ └── pcap.xml
│ │ ├── etherent.c
│ │ ├── ethertype.h
│ │ ├── fad-getad.c
│ │ ├── fad-gifc.c
│ │ ├── fad-glifc.c
│ │ ├── fad-null.c
│ │ ├── fad-win32.c
│ │ ├── FILES
│ │ ├── gencode.c
│ │ ├── gencode.h
│ │ ├── grammar.c
│ │ ├── grammar.y
│ │ ├── inet.c
│ │ ├── install-sh
│ │ ├── INSTALL.txt
│ │ ├── lbl
│ │ │ ├── os-aix4.h
│ │ │ ├── os-hpux11.h
│ │ │ ├── os-osf4.h
│ │ │ ├── os-osf5.h
│ │ │ ├── os-solaris2.h
│ │ │ ├── os-sunos4.h
│ │ │ └── os-ultrix4.h
│ │ ├── LICENSE
│ │ ├── llc.h
│ │ ├── Makefile.in
│ │ ├── missing
│ │ │ └── snprintf.c
│ │ ├── mkdep
│ │ ├── msdos
│ │ │ ├── bin2c.c
│ │ │ ├── common.dj
│ │ │ ├── makefile
│ │ │ ├── makefile.dj
│ │ │ ├── makefile.wc
│ │ │ ├── ndis_0.asm
│ │ │ ├── ndis2.c
│ │ │ ├── ndis2.h
│ │ │ ├── pktdrvr.c
│ │ │ ├── pktdrvr.h
│ │ │ ├── pkt_rx0.asm
│ │ │ ├── pkt_rx1.s
│ │ │ └── readme.dos
│ │ ├── nametoaddr.c
│ │ ├── nlpid.h
│ │ ├── optimize.c
│ │ ├── packaging
│ │ │ ├── pcap.spec
│ │ │ └── pcap.spec.in
│ │ ├── pcap1.h
│ │ ├── pcap.3
│ │ ├── pcap-bpf.c
│ │ ├── pcap-bpf.h
│ │ ├── pcap.c
│ │ ├── pcap.c.orig
│ │ ├── pcap-dag.c
│ │ ├── pcap-dag.h
│ │ ├── pcap-dlpi.c
│ │ ├── pcap-dos.c
│ │ ├── pcap-dos.h
│ │ ├── pcap-enet.c
│ │ ├── pcap.h
│ │ ├── pcap-int.h
│ │ ├── pcap-linux.c
│ │ ├── pcap-namedb.h
│ │ ├── pcap-new.c
│ │ ├── pcap-nit.c
│ │ ├── pcap-nit.h
│ │ ├── pcap-null.c
│ │ ├── pcap-pf.c
│ │ ├── pcap-pf.h
│ │ ├── pcap-remote.c
│ │ ├── pcap-remote.h
│ │ ├── pcap-septel.c
│ │ ├── pcap-septel.h
│ │ ├── pcap-snit.c
│ │ ├── pcap-snoop.c
│ │ ├── pcap-stdinc.h
│ │ ├── pcap-win32.c
│ │ ├── pcap-win32.c.orig
│ │ ├── pf.h
│ │ ├── ppp.h
│ │ ├── README
│ │ ├── README.aix
│ │ ├── README.dag
│ │ ├── README.hpux
│ │ ├── README.linux
│ │ ├── README.macosx
│ │ ├── readme-rpcap.txt
│ │ ├── README.septel
│ │ ├── README.tru64
│ │ ├── README.Win32
│ │ ├── remote_code.patch
│ │ ├── remote-ext.h
│ │ ├── rpcapd
│ │ │ ├── daemon.c
│ │ │ ├── daemon.h
│ │ │ ├── fileconf.c
│ │ │ ├── fileconf.h
│ │ │ ├── Makefile
│ │ │ ├── resource.h
│ │ │ ├── rpcapd.c
│ │ │ ├── rpcapd.dsp
│ │ │ ├── rpcapd.dsw
│ │ │ ├── rpcapd.h
│ │ │ ├── utils.c
│ │ │ ├── utils.h
│ │ │ ├── version.rc
│ │ │ ├── version.rc2
│ │ │ ├── win32-pthreads
│ │ │ │ ├── pthread.h
│ │ │ │ ├── pthreadVC.dll
│ │ │ │ ├── pthreadVC.lib
│ │ │ │ ├── sched.h
│ │ │ │ └── semaphore.h
│ │ │ ├── win32-svc.c
│ │ │ └── win32-svc.h
│ │ ├── savefile.c
│ │ ├── savefile.c.orig
│ │ ├── scanner.c
│ │ ├── scanner.l
│ │ ├── sll.h
│ │ ├── sockutils.c
│ │ ├── sockutils.h
│ │ ├── sunatmpos.h
│ │ ├── SUNOS4
│ │ │ ├── nit_if.o.sparc
│ │ │ ├── nit_if.o.sun3
│ │ │ └── nit_if.o.sun4c.4.0.3c
│ │ ├── TODO
│ │ ├── tokdefs.h
│ │ ├── VERSION
│ │ └── Win32
│ │ ├── Include
│ │ │ ├── addrinfo.h
│ │ │ ├── arpa
│ │ │ │ └── nameser.h
│ │ │ ├── bittypes.h
│ │ │ ├── cdecl_ext.h
│ │ │ ├── Gnuc.h
│ │ │ ├── inetprivate.h
│ │ │ ├── ip6_misc.h
│ │ │ ├── net
│ │ │ │ ├── if.h
│ │ │ │ ├── netdb.h
│ │ │ │ └── paths.h
│ │ │ └── sockstorage.h
│ │ ├── Prj
│ │ │ ├── libpcap.dsp
│ │ │ └── libpcap.dsw
│ │ └── Src
│ │ ├── ffs.c
│ │ ├── gai_strerror.c
│ │ ├── getaddrinfo.c
│ │ ├── getnetbynm.c
│ │ ├── getnetent.c
│ │ ├── getopt.c
│ │ ├── getservent.c
│ │ ├── inet_aton.c
│ │ ├── inet_net.c
│ │ └── inet_pton.c
│ ├── PRJ
│ │ ├── build_scanner_parser.bat
│ │ ├── GNUmakefile
│ │ ├── WPCAP.DEF
│ │ ├── wpcap.dsp
│ │ ├── WPCAP.dsw
│ │ └── Wpcap_no_extensions.def
│ └── Win32-Extensions
│ ├── version.aps
│ ├── version.rc
│ ├── version.rc2
│ ├── Win32-Extensions.c
│ └── Win32-Extensions.h
├── WpdPack
│ ├── docs
│ │ ├── html
│ │ │ ├── annotated.html
│ │ │ ├── daemon_8h.html
│ │ │ ├── daemon_8h-source.html
│ │ │ ├── deprecated.html
│ │ │ ├── doxygen__groups_8txt.html
│ │ │ ├── doxygen.png
│ │ │ ├── dump.gif
│ │ │ ├── encoding.gif
│ │ │ ├── fileconf_8h.html
│ │ │ ├── fileconf_8h-source.html
│ │ │ ├── files.html
│ │ │ ├── ftv2blank.png
│ │ │ ├── ftv2doc.png
│ │ │ ├── ftv2folderclosed.png
│ │ │ ├── ftv2folderopen.png
│ │ │ ├── ftv2lastnode.png
│ │ │ ├── ftv2link.png
│ │ │ ├── ftv2mlastnode.png
│ │ │ ├── ftv2mnode.png
│ │ │ ├── ftv2node.png
│ │ │ ├── ftv2plastnode.png
│ │ │ ├── ftv2pnode.png
│ │ │ ├── ftv2vertline.png
│ │ │ ├── funcs_2pcap_8h.html
│ │ │ ├── funcs_2pcap_8h-source.html
│ │ │ ├── functions.html
│ │ │ ├── functions_vars.html
│ │ │ ├── globals_0x62.html
│ │ │ ├── globals_0x63.html
│ │ │ ├── globals_0x64.html
│ │ │ ├── globals_0x65.html
│ │ │ ├── globals_0x66.html
│ │ │ ├── globals_0x67.html
│ │ │ ├── globals_0x68.html
│ │ │ ├── globals_0x69.html
│ │ │ ├── globals_0x6a.html
│ │ │ ├── globals_0x6b.html
│ │ │ ├── globals_0x6d.html
│ │ │ ├── globals_0x6e.html
│ │ │ ├── globals_0x6f.html
│ │ │ ├── globals_0x70.html
│ │ │ ├── globals_0x72.html
│ │ │ ├── globals_0x73.html
│ │ │ ├── globals_0x74.html
│ │ │ ├── globals_0x75.html
│ │ │ ├── globals_defs.html
│ │ │ ├── globals_enum.html
│ │ │ ├── globals_eval.html
│ │ │ ├── globals_func.html
│ │ │ ├── globals.html
│ │ │ ├── globals_type.html
│ │ │ ├── globals_vars.html
│ │ │ ├── group__compilation.html
│ │ │ ├── group__internals.html
│ │ │ ├── group__language.html
│ │ │ ├── group__NPF__code.html
│ │ │ ├── group__NPF.html
│ │ │ ├── group__NPF__include.html
│ │ │ ├── group__packetapi.html
│ │ │ ├── group__remote__auth__methods.html
│ │ │ ├── group__remotefunc.html
│ │ │ ├── group__remote.html
│ │ │ ├── group__remote__open__flags.html
│ │ │ ├── group__remote__pri__func.html
│ │ │ ├── group__remote__pri__struct.html
│ │ │ ├── group__remote__samp__methods.html
│ │ │ ├── group__remote__source__ID.html
│ │ │ ├── group__remote__source__string.html
│ │ │ ├── group__remote__struct.html
│ │ │ ├── group__wpcap__def.html
│ │ │ ├── group__wpcapfunc.html
│ │ │ ├── group__wpcap.html
│ │ │ ├── group__wpcapsamps.html
│ │ │ ├── group__wpcap__tut1.html
│ │ │ ├── group__wpcap__tut2.html
│ │ │ ├── group__wpcap__tut3.html
│ │ │ ├── group__wpcap__tut4.html
│ │ │ ├── group__wpcap__tut5.html
│ │ │ ├── group__wpcap__tut6.html
│ │ │ ├── group__wpcap__tut7.html
│ │ │ ├── group__wpcap__tut8.html
│ │ │ ├── group__wpcap__tut9.html
│ │ │ ├── group__wpcap__tut.html
│ │ │ ├── incs_2pcap_8h.html
│ │ │ ├── incs_2pcap_8h-source.html
│ │ │ ├── index.hhc
│ │ │ ├── index.hhk
│ │ │ ├── index.hhp
│ │ │ ├── index.html
│ │ │ ├── internals-arch.gif
│ │ │ ├── jitter_8h.html
│ │ │ ├── jitter_8h-source.html
│ │ │ ├── main_8txt.html
│ │ │ ├── main.html
│ │ │ ├── modules.html
│ │ │ ├── npf-dump.gif
│ │ │ ├── npf-ndis.gif
│ │ │ ├── npf-npf.gif
│ │ │ ├── Packet_8h.html
│ │ │ ├── Packet_8h-source.html
│ │ │ ├── pages.html
│ │ │ ├── pcap-remote_8h.html
│ │ │ ├── pcap-remote_8h-source.html
│ │ │ ├── remote-ext_8h.html
│ │ │ ├── remote-ext_8h-source.html
│ │ │ ├── rpcapd_8h.html
│ │ │ ├── rpcapd_8h-source.html
│ │ │ ├── stats.gif
│ │ │ ├── stats_wpcap.gif
│ │ │ ├── structactivehosts.html
│ │ │ ├── structactive__pars.html
│ │ │ ├── structbinary__stream.html
│ │ │ ├── struct____CPU__Private__Data.html
│ │ │ ├── structdaemon__slpars.html
│ │ │ ├── struct__DEVICE__EXTENSION.html
│ │ │ ├── struct__INTERNAL__REQUEST.html
│ │ │ ├── structJIT__BPF__Filter.html
│ │ │ ├── struct__OPEN__INSTANCE.html
│ │ │ ├── structpacket__file__header.html
│ │ │ ├── structPacketHeader.html
│ │ │ ├── struct__PACKET__RESERVED.html
│ │ │ ├── structpcap__addr.html
│ │ │ ├── structpcap__file__header.html
│ │ │ ├── structpcap__if.html
│ │ │ ├── structpcap__pkthdr.html
│ │ │ ├── structpcap__rmtauth.html
│ │ │ ├── structpcap__samp.html
│ │ │ ├── structpcap__send__queue.html
│ │ │ ├── structpcap__stat.html
│ │ │ ├── structrpcap__auth.html
│ │ │ ├── structrpcap__filterbpf__insn.html
│ │ │ ├── structrpcap__filter.html
│ │ │ ├── structrpcap__findalldevs__ifaddr.html
│ │ │ ├── structrpcap__findalldevs__if.html
│ │ │ ├── structrpcap__header.html
│ │ │ ├── structrpcap__openreply.html
│ │ │ ├── structrpcap__pkthdr.html
│ │ │ ├── structrpcap__sampling.html
│ │ │ ├── structrpcap__startcapreply.html
│ │ │ ├── structrpcap__startcapreq.html
│ │ │ ├── structrpcap__stats.html
│ │ │ ├── structsf__pkthdr.html
│ │ │ ├── style.css
│ │ │ ├── tab_b.gif
│ │ │ ├── tab_l.gif
│ │ │ ├── tab_r.gif
│ │ │ ├── tabs.css
│ │ │ ├── tree.html
│ │ │ ├── utils_8h.html
│ │ │ ├── utils_8h-source.html
│ │ │ ├── Win32-Extensions_8h.html
│ │ │ ├── Win32-Extensions_8h-source.html
│ │ │ ├── win32-svc_8h.html
│ │ │ ├── win32-svc_8h-source.html
│ │ │ ├── winpcap.gif
│ │ │ ├── winpcap_small.gif
│ │ │ ├── wpcap__remote_8htm.html
│ │ │ ├── wpcap__remote_8htm-source.html
│ │ │ ├── wpcap__tut1_8txt.html
│ │ │ ├── wpcap__tut2_8txt.html
│ │ │ ├── wpcap__tut3_8txt.html
│ │ │ ├── wpcap__tut4_8txt.html
│ │ │ ├── wpcap__tut5_8txt.html
│ │ │ ├── wpcap__tut6_8txt.html
│ │ │ ├── wpcap__tut7_8txt.html
│ │ │ ├── wpcap__tut8_8txt.html
│ │ │ ├── wpcap__tut_8txt.html
│ │ │ └── wpcap__tut9_8txt.html
│ │ └── WinPcap_docs.html
│ ├── Examples-pcap
│ │ ├── basic_dump
│ │ │ ├── basic_dump.c
│ │ │ ├── basic_dump.dsp
│ │ │ ├── basic_dump.dsw
│ │ │ └── GNUmakefile
│ │ ├── basic_dump_ex
│ │ │ ├── basic_dump_ex.c
│ │ │ ├── basic_dump_ex.dsp
│ │ │ ├── basic_dump_ex.dsw
│ │ │ └── GNUmakefile
│ │ ├── GNUmakefile
│ │ ├── iflist
│ │ │ ├── GNUmakefile
│ │ │ ├── iflist.c
│ │ │ ├── iflist.dsp
│ │ │ └── iflist.dsw
│ │ ├── MakeaAll.dsw
│ │ ├── pcap_filter
│ │ │ ├── GNUmakefile
│ │ │ ├── Makefile.unix
│ │ │ ├── pcap_filter.c
│ │ │ ├── pcap_filter.dsp
│ │ │ └── pcap_filter.dsw
│ │ ├── pktdump_ex
│ │ │ ├── GNUmakefile
│ │ │ ├── pktdump_ex.c
│ │ │ ├── pktdump_ex.dsp
│ │ │ └── pktdump_ex.dsw
│ │ ├── readfile
│ │ │ ├── GNUmakefile
│ │ │ ├── readfile.c
│ │ │ ├── readfile.dsp
│ │ │ └── readfile.dsw
│ │ ├── readfile_ex
│ │ │ ├── GNUmakefile
│ │ │ ├── readfile_ex.c
│ │ │ ├── readfile_ex.dsp
│ │ │ └── readfile_ex.dsw
│ │ ├── savedump
│ │ │ ├── GNUmakefile
│ │ │ ├── savedump.c
│ │ │ ├── savedump.dsp
│ │ │ └── savedump.dsw
│ │ ├── sendpack
│ │ │ ├── GNUmakefile
│ │ │ ├── sendpack.c
│ │ │ ├── sendpack.dsp
│ │ │ └── sendpack.dsw
│ │ └── UDPdump
│ │ ├── GNUmakefile
│ │ ├── udpdump.c
│ │ ├── UDPdump.dsp
│ │ └── UDPdump.dsw
│ ├── Examples-remote
│ │ ├── iflist
│ │ │ ├── iflist.c
│ │ │ ├── iflist.dsp
│ │ │ └── iflist.dsw
│ │ ├── MakeaAll.dsw
│ │ ├── misc
│ │ │ ├── basic_dump.c
│ │ │ ├── basic_dump.dsp
│ │ │ ├── basic_dump_ex.c
│ │ │ ├── basic_dump_ex.dsp
│ │ │ ├── MakeaAll.dsw
│ │ │ ├── readfile.c
│ │ │ ├── readfile.dsp
│ │ │ ├── readfile_ex.c
│ │ │ ├── readfile_ex.dsp
│ │ │ ├── savedump.c
│ │ │ ├── savedump.dsp
│ │ │ ├── sendpack.c
│ │ │ └── sendpack.dsp
│ │ ├── PacketDriver
│ │ │ ├── GetMacAddress
│ │ │ │ ├── GetMacAddress.c
│ │ │ │ └── GetMacAddress.dsp
│ │ │ ├── readme.txt
│ │ │ ├── TestPacketCapture
│ │ │ │ ├── TestPacketCapture.c
│ │ │ │ └── TestPacketCapture.dsp
│ │ │ └── TestPacketSend
│ │ │ ├── TestPacketSend.c
│ │ │ └── TestPacketSend.dsp
│ │ ├── pcap_filter
│ │ │ ├── pcap_filter.c
│ │ │ ├── pcap_filter.dsp
│ │ │ └── pcap_filter.dsw
│ │ ├── pktdump_ex
│ │ │ ├── pktdump_ex.c
│ │ │ ├── pktdump_ex.dsp
│ │ │ └── pktdump_ex.dsw
│ │ ├── sendcap
│ │ │ ├── sencap.dsw
│ │ │ ├── sendcap.c
│ │ │ └── sendcap.dsp
│ │ ├── smp_1
│ │ │ ├── smp_1.c
│ │ │ ├── smp_1.dsp
│ │ │ └── smp_1.dsw
│ │ ├── tcptop
│ │ │ ├── tcptop.c
│ │ │ ├── tcptop.dsp
│ │ │ └── tcptop.dsw
│ │ ├── UDPdump
│ │ │ ├── udpdump.c
│ │ │ ├── UDPdump.dsp
│ │ │ └── UDPdump.dsw
│ │ └── UserLevelBridge
│ │ ├── UserBridge.c
│ │ ├── UserBridge.dsp
│ │ └── UserBridge.dsw
│ ├── Include
│ │ ├── bittypes.h
│ │ ├── bucket_lookup.h
│ │ ├── count_packets.h
│ │ ├── Devioctl.h
│ │ ├── Gnuc.h
│ │ ├── ip6_misc.h
│ │ ├── memory_t.h
│ │ ├── normal_lookup.h
│ │ ├── Ntddndis.h
│ │ ├── Ntddpack.h
│ │ ├── Packet32.h
│ │ ├── pcap-bpf.h
│ │ ├── pcap.h
│ │ ├── pcap-int.h
│ │ ├── pcap-stdinc.h
│ │ ├── remote-ext.h
│ │ ├── tcp_session.h
│ │ ├── time_calls.h
│ │ ├── tme.h
│ │ └── Win32-Extensions.h
│ └── Lib
│ ├── libpacket.a
│ ├── libwpcap.a
│ ├── Packet.lib
│ └── wpcap.lib
└── WpdPack4.01_英文帮助文档
├── docs
│ ├── html
│ │ ├── annotated.html
│ │ ├── daemon_8h.html
│ │ ├── daemon_8h-source.html
│ │ ├── deprecated.html
│ │ ├── doxygen__groups_8txt.html
│ │ ├── doxygen.png
│ │ ├── dump.gif
│ │ ├── encoding.gif
│ │ ├── fileconf_8h.html
│ │ ├── fileconf_8h-source.html
│ │ ├── files.html
│ │ ├── ftv2blank.png
│ │ ├── ftv2doc.png
│ │ ├── ftv2folderclosed.png
│ │ ├── ftv2folderopen.png
│ │ ├── ftv2lastnode.png
│ │ ├── ftv2link.png
│ │ ├── ftv2mlastnode.png
│ │ ├── ftv2mnode.png
│ │ ├── ftv2node.png
│ │ ├── ftv2plastnode.png
│ │ ├── ftv2pnode.png
│ │ ├── ftv2vertline.png
│ │ ├── funcs_2pcap_8h.html
│ │ ├── funcs_2pcap_8h-source.html
│ │ ├── functions.html
│ │ ├── functions_vars.html
│ │ ├── globals_0x62.html
│ │ ├── globals_0x63.html
│ │ ├── globals_0x64.html
│ │ ├── globals_0x65.html
│ │ ├── globals_0x66.html
│ │ ├── globals_0x67.html
│ │ ├── globals_0x68.html
│ │ ├── globals_0x69.html
│ │ ├── globals_0x6a.html
│ │ ├── globals_0x6b.html
│ │ ├── globals_0x6d.html
│ │ ├── globals_0x6e.html
│ │ ├── globals_0x6f.html
│ │ ├── globals_0x70.html
│ │ ├── globals_0x72.html
│ │ ├── globals_0x73.html
│ │ ├── globals_0x74.html
│ │ ├── globals_0x75.html
│ │ ├── globals_defs.html
│ │ ├── globals_enum.html
│ │ ├── globals_eval.html
│ │ ├── globals_func.html
│ │ ├── globals.html
│ │ ├── globals_type.html
│ │ ├── globals_vars.html
│ │ ├── group__compilation.html
│ │ ├── group__internals.html
│ │ ├── group__language.html
│ │ ├── group__NPF__code.html
│ │ ├── group__NPF.html
│ │ ├── group__NPF__include.html
│ │ ├── group__packetapi.html
│ │ ├── group__remote__auth__methods.html
│ │ ├── group__remotefunc.html
│ │ ├── group__remote.html
│ │ ├── group__remote__open__flags.html
│ │ ├── group__remote__pri__func.html
│ │ ├── group__remote__pri__struct.html
│ │ ├── group__remote__samp__methods.html
│ │ ├── group__remote__source__ID.html
│ │ ├── group__remote__source__string.html
│ │ ├── group__remote__struct.html
│ │ ├── group__wpcap__def.html
│ │ ├── group__wpcapfunc.html
│ │ ├── group__wpcap.html
│ │ ├── group__wpcapsamps.html
│ │ ├── group__wpcap__tut1.html
│ │ ├── group__wpcap__tut2.html
│ │ ├── group__wpcap__tut3.html
│ │ ├── group__wpcap__tut4.html
│ │ ├── group__wpcap__tut5.html
│ │ ├── group__wpcap__tut6.html
│ │ ├── group__wpcap__tut7.html
│ │ ├── group__wpcap__tut8.html
│ │ ├── group__wpcap__tut9.html
│ │ ├── group__wpcap__tut.html
│ │ ├── incs_2pcap_8h.html
│ │ ├── incs_2pcap_8h-source.html
│ │ ├── index.hhc
│ │ ├── index.hhk
│ │ ├── index.hhp
│ │ ├── index.html
│ │ ├── internals-arch.gif
│ │ ├── jitter_8h.html
│ │ ├── jitter_8h-source.html
│ │ ├── main_8txt.html
│ │ ├── main.html
│ │ ├── modules.html
│ │ ├── npf-dump.gif
│ │ ├── npf-ndis.gif
│ │ ├── npf-npf.gif
│ │ ├── Packet_8h.html
│ │ ├── Packet_8h-source.html
│ │ ├── pages.html
│ │ ├── pcap-remote_8h.html
│ │ ├── pcap-remote_8h-source.html
│ │ ├── remote-ext_8h.html
│ │ ├── remote-ext_8h-source.html
│ │ ├── rpcapd_8h.html
│ │ ├── rpcapd_8h-source.html
│ │ ├── stats.gif
│ │ ├── stats_wpcap.gif
│ │ ├── structactivehosts.html
│ │ ├── structactive__pars.html
│ │ ├── structbinary__stream.html
│ │ ├── struct____CPU__Private__Data.html
│ │ ├── structdaemon__slpars.html
│ │ ├── struct__DEVICE__EXTENSION.html
│ │ ├── struct__INTERNAL__REQUEST.html
│ │ ├── structJIT__BPF__Filter.html
│ │ ├── struct__OPEN__INSTANCE.html
│ │ ├── structpacket__file__header.html
│ │ ├── structPacketHeader.html
│ │ ├── struct__PACKET__RESERVED.html
│ │ ├── structpcap__addr.html
│ │ ├── structpcap__file__header.html
│ │ ├── structpcap__if.html
│ │ ├── structpcap__pkthdr.html
│ │ ├── structpcap__rmtauth.html
│ │ ├── structpcap__samp.html
│ │ ├── structpcap__send__queue.html
│ │ ├── structpcap__stat.html
│ │ ├── structrpcap__auth.html
│ │ ├── structrpcap__filterbpf__insn.html
│ │ ├── structrpcap__filter.html
│ │ ├── structrpcap__findalldevs__ifaddr.html
│ │ ├── structrpcap__findalldevs__if.html
│ │ ├── structrpcap__header.html
│ │ ├── structrpcap__openreply.html
│ │ ├── structrpcap__pkthdr.html
│ │ ├── structrpcap__sampling.html
│ │ ├── structrpcap__startcapreply.html
│ │ ├── structrpcap__startcapreq.html
│ │ ├── structrpcap__stats.html
│ │ ├── structsf__pkthdr.html
│ │ ├── style.css
│ │ ├── tab_b.gif
│ │ ├── tab_l.gif
│ │ ├── tab_r.gif
│ │ ├── tabs.css
│ │ ├── tree.html
│ │ ├── utils_8h.html
│ │ ├── utils_8h-source.html
│ │ ├── Win32-Extensions_8h.html
│ │ ├── Win32-Extensions_8h-source.html
│ │ ├── win32-svc_8h.html
│ │ ├── win32-svc_8h-source.html
│ │ ├── winpcap.gif
│ │ ├── winpcap_small.gif
│ │ ├── wpcap__remote_8htm.html
│ │ ├── wpcap__remote_8htm-source.html
│ │ ├── wpcap__tut1_8txt.html
│ │ ├── wpcap__tut2_8txt.html
│ │ ├── wpcap__tut3_8txt.html
│ │ ├── wpcap__tut4_8txt.html
│ │ ├── wpcap__tut5_8txt.html
│ │ ├── wpcap__tut6_8txt.html
│ │ ├── wpcap__tut7_8txt.html
│ │ ├── wpcap__tut8_8txt.html
│ │ ├── wpcap__tut_8txt.html
│ │ └── wpcap__tut9_8txt.html
│ └── WinPcap_docs.html
├── Examples-pcap
│ ├── basic_dump
│ │ ├── basic_dump.c
│ │ ├── basic_dump.dsp
│ │ ├── basic_dump.dsw
│ │ └── GNUmakefile
│ ├── basic_dump_ex
│ │ ├── basic_dump_ex.c
│ │ ├── basic_dump_ex.dsp
│ │ ├── basic_dump_ex.dsw
│ │ └── GNUmakefile
│ ├── GNUmakefile
│ ├── iflist
│ │ ├── GNUmakefile
│ │ ├── iflist.c
│ │ ├── iflist.dsp
│ │ └── iflist.dsw
│ ├── MakeaAll.dsw
│ ├── pcap_filter
│ │ ├── GNUmakefile
│ │ ├── Makefile.unix
│ │ ├── pcap_filter.c
│ │ ├── pcap_filter.dsp
│ │ └── pcap_filter.dsw
│ ├── pktdump_ex
│ │ ├── GNUmakefile
│ │ ├── pktdump_ex.c
│ │ ├── pktdump_ex.dsp
│ │ └── pktdump_ex.dsw
│ ├── readfile
│ │ ├── GNUmakefile
│ │ ├── readfile.c
│ │ ├── readfile.dsp
│ │ └── readfile.dsw
│ ├── readfile_ex
│ │ ├── GNUmakefile
│ │ ├── readfile_ex.c
│ │ ├── readfile_ex.dsp
│ │ └── readfile_ex.dsw
│ ├── savedump
│ │ ├── GNUmakefile
│ │ ├── savedump.c
│ │ ├── savedump.dsp
│ │ └── savedump.dsw
│ ├── sendpack
│ │ ├── GNUmakefile
│ │ ├── sendpack.c
│ │ ├── sendpack.dsp
│ │ └── sendpack.dsw
│ └── UDPdump
│ ├── GNUmakefile
│ ├── udpdump.c
│ ├── UDPdump.dsp
│ └── UDPdump.dsw
├── Examples-remote
│ ├── iflist
│ │ ├── iflist.c
│ │ ├── iflist.dsp
│ │ └── iflist.dsw
│ ├── MakeaAll.dsw
│ ├── misc
│ │ ├── basic_dump.c
│ │ ├── basic_dump.dsp
│ │ ├── basic_dump_ex.c
│ │ ├── basic_dump_ex.dsp
│ │ ├── MakeaAll.dsw
│ │ ├── readfile.c
│ │ ├── readfile.dsp
│ │ ├── readfile_ex.c
│ │ ├── readfile_ex.dsp
│ │ ├── savedump.c
│ │ ├── savedump.dsp
│ │ ├── sendpack.c
│ │ └── sendpack.dsp
│ ├── PacketDriver
│ │ ├── GetMacAddress
│ │ │ ├── GetMacAddress.c
│ │ │ └── GetMacAddress.dsp
│ │ ├── readme.txt
│ │ ├── TestPacketCapture
│ │ │ ├── TestPacketCapture.c
│ │ │ └── TestPacketCapture.dsp
│ │ └── TestPacketSend
│ │ ├── TestPacketSend.c
│ │ └── TestPacketSend.dsp
│ ├── pcap_filter
│ │ ├── pcap_filter.c
│ │ ├── pcap_filter.dsp
│ │ └── pcap_filter.dsw
│ ├── pktdump_ex
│ │ ├── pktdump_ex.c
│ │ ├── pktdump_ex.dsp
│ │ └── pktdump_ex.dsw
│ ├── sendcap
│ │ ├── sencap.dsw
│ │ ├── sendcap.c
│ │ └── sendcap.dsp
│ ├── smp_1
│ │ ├── smp_1.c
│ │ ├── smp_1.dsp
│ │ └── smp_1.dsw
│ ├── tcptop
│ │ ├── tcptop.c
│ │ ├── tcptop.dsp
│ │ └── tcptop.dsw
│ ├── UDPdump
│ │ ├── udpdump.c
│ │ ├── UDPdump.dsp
│ │ └── UDPdump.dsw
│ └── UserLevelBridge
│ ├── UserBridge.c
│ ├── UserBridge.dsp
│ └── UserBridge.dsw
├── Include
│ ├── bittypes.h
│ ├── bucket_lookup.h
│ ├── count_packets.h
│ ├── Devioctl.h
│ ├── Gnuc.h
│ ├── ip6_misc.h
│ ├── memory_t.h
│ ├── normal_lookup.h
│ ├── Ntddndis.h
│ ├── Ntddpack.h
│ ├── Packet32.h
│ ├── pcap-bpf.h
│ ├── pcap.h
│ ├── pcap-int.h
│ ├── pcap-stdinc.h
│ ├── remote-ext.h
│ ├── tcp_session.h
│ ├── time_calls.h
│ ├── tme.h
│ └── Win32-Extensions.h
└── Lib
├── libpacket.a
├── libwpcap.a
├── Packet.lib
└── wpcap.lib
129 directories, 1015 files
标签:
小贴士
感谢您为本站写下的评论,您的评论对其它用户来说具有重要的参考价值,所以请认真填写。
- 类似“顶”、“沙发”之类没有营养的文字,对勤劳贡献的楼主来说是令人沮丧的反馈信息。
- 相信您也不想看到一排文字/表情墙,所以请不要反馈意义不大的重复字符,也请尽量不要纯表情的回复。
- 提问之前请再仔细看一遍楼主的说明,或许是您遗漏了。
- 请勿到处挖坑绊人、招贴广告。既占空间让人厌烦,又没人会搭理,于人于己都无利。
关于好例子网
本站旨在为广大IT学习爱好者提供一个非营利性互相学习交流分享平台。本站所有资源都可以被免费获取学习研究。本站资源来自网友分享,对搜索内容的合法性不具有预见性、识别性、控制性,仅供学习研究,请务必在下载后24小时内给予删除,不得用于其他任何用途,否则后果自负。基于互联网的特殊性,平台无法对用户传输的作品、信息、内容的权属或合法性、安全性、合规性、真实性、科学性、完整权、有效性等进行实质审查;无论平台是否已进行审查,用户均应自行承担因其传输的作品、信息、内容而可能或已经产生的侵权或权属纠纷等法律责任。本站所有资源不代表本站的观点或立场,基于网友分享,根据中国法律《信息网络传播权保护条例》第二十二与二十三条之规定,若资源存在侵权或相关问题请联系本站客服人员,点此联系我们。关于更多版权及免责申明参见 版权及免责申明
网友评论
我要评论