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

相关推荐
想要打 Acm 的小周同学呀23 分钟前
TCP基础篇(一)
服务器·网络·tcp/ip
矮油0_o1 小时前
5.好事多磨 -- TCP网络连接Ⅱ
服务器·网络·tcp/ip·网络编程·socket
coding随想1 小时前
Ollama本地服务无法通过IP访问的终极解决方案
网络·人工智能·网络协议·tcp/ip
写代码的小王吧2 小时前
【网络安全】安全的网络设计
网络·网络协议·tcp/ip·安全·web安全·网络安全·docker
今夜有雨.2 小时前
使用C++实现HTTP服务
开发语言·网络·c++·后端·网络协议·tcp/ip·http
可可南木2 小时前
BT-Basic函数之首字母T
开发语言·测试工具·pcb工艺
别致的影分身2 小时前
Protobuf 的快速使用(四)
服务器·网络·c++
禹曦a3 小时前
Java进阶之旅-day05:网络编程
java·开发语言·网络
Z字小熊饼干爱吃保安5 小时前
LVS-----DR模式
linux·运维·服务器·网络·nginx·lvs