欢迎来到尧图网

客户服务 关于我们

您的位置:首页 > 财经 > 创投人物 > wireshark 二次开发

wireshark 二次开发

2024/10/24 10:28:12 来源:https://blog.csdn.net/weixin_45939263/article/details/139407677  浏览:    关键词:wireshark 二次开发

一、 Windows 准备

1、源代码下载 Git:https://github.com/wireshark/wireshark
2、 准备Visual C++
要编译wireshark,开发电脑上应该安装了Visual Studio并包括了Visual C++,请至少安装Visual Studio 2010以减少不必要的麻烦。

visual studio 2019安装教程:https://blog.csdn.net/qq_45782378/article/details/113043087
1、点击新建→项目
2、语言我们选择C++,同时选中下面的空项
在这里插入图片描述
3、右键 点击添加→新建项 选择C++文件(.cpp)
在这里插入图片描述

#include<iostream>
using namespace std;
int main()
{cout << "Hello World" << endl;system("pause");return 0;
}

二、 编译一次wireshark源码

https://www.wireshark.org/docs/wsdg_html_chunked/ChSetupWindows.html

版权声明:

本网仅为发布的内容提供存储空间,不对发表、转载的内容提供任何形式的保证。凡本网注明“来源:XXX网络”的作品,均转载自其它媒体,著作权归作者所有,商业转载请联系作者获得授权,非商业转载请注明出处。

我们尊重并感谢每一位作者,均已注明文章来源和作者。如因作品内容、版权或其它问题,请及时与我们联系,联系邮箱:809451989@qq.com,投稿邮箱:809451989@qq.com