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)

bash 复制代码
#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

相关推荐
岸边的风6 分钟前
无需公网IP的文件交互:FileCodeBox容器化部署技术解析
网络·网络协议·tcp/ip
Zonda要好好学习1 小时前
Python入门Day4
java·网络·python
riverz12271 小时前
TCP backlog工作机制
服务器·网络·tcp/ip
yqcoder1 小时前
1. http 有哪些版本,你是用的哪个版本,怎么查看
网络·网络协议·http
Fanmeang5 小时前
OSPF路由过滤
运维·网络·华为·ip·路由·ospf·路由过滤
我是阿呆同学6 小时前
仿mudou库one thread oneloop式并发服务器
网络
是阿建吖!6 小时前
【Linux | 网络】网络编程套接字
linux·网络
en-route7 小时前
HTTP cookie
网络·网络协议·http
yqcoder7 小时前
2. 你可以说一下 http 版本的发展过程吗
网络·网络协议·http
网硕互联的小客服8 小时前
未来趋势:AI与量子计算对服务器安全的影响
运维·服务器·网络·网络安全·量子计算