8000 GitHub - qiaolunzhang/sniffer: sniffer in c++ with qt
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

qiaolunzhang/sniffer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

90 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

sniffer

requirements

# gtk3 for C
sudo apt-get install libgtk-3-dev
# to capture packet
sudo apt-get install libpcap-dev
# debug for qtcreator
sudo apt-get install gdb
# for lGL
sudo apt-get install libgl-dev

for libpcap work in qt just add the following line to your .pro file

LIBS += -L/usr/local/lib/ -lpcap

structure of the program

  • sniffer.cpp 命令行下的sniffer程序
  • init.h 定义的变量以及程序刚开始运行时的几个函数

About

sniffer in c++ with qt

Topics

Resources

Stars

Watchers

Forks 42FE

Releases

No releases published

Packages

No packages published
0