不再提交构建文件

This commit is contained in:
2024-11-04 17:06:05 +08:00
parent ad0b0d6910
commit b11db84072
8 changed files with 3 additions and 1 deletions

2
cap.c
View File

@@ -246,7 +246,7 @@ void cleanup_(int signum)
// 清理
pcap_freecode(&fp);
pcap_freealldevs(alldevs); // 释放设备列表
pcap_close(handle); // 关闭会话句柄
//pcap_close(handle); // 关闭会话句柄