Giter Site home page Giter Site logo

harkeryx / packetcapture Goto Github PK

View Code? Open in Web Editor NEW

This project forked from smallonehan/packetcapture

0.0 0.0 0.0 10.44 MB

WireShark是一款强大的网络协议数据包分析工具,底层基于libpcap、winpcap实现。本项目实现基于libcap的简单数据包抓取功能,供学习参考。

C 99.11% Makefile 0.89%

packetcapture's Introduction

PacketsCapture

WireShark是一款强大的网络协议数据包分析工具,底层基于libpcap、winpcap实现。本项目实现基于libcap的简单数据包抓取功能,供学习参考。

安装Libcap

解压进入源代码目录

./config
make
sudo make install

将生成的so文件复制到 /usr/lib 目录

sudo cp libpcap.so.1.7.4 /usr/lib/libpcap.so.1

编译执行

make

生成可执行文件PacketsCapture

sudo ./PacketsCapture

使用方法即源码结构参考 introduction.doc Libpcap-Libnet.pdf

packetcapture's People

Contributors

smallonehan avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.