• 大小: 1KB
    文件类型: .cpp
    金币: 1
    下载: 0 次
    发布日期: 2021-06-11
  • 语言: C/C++
  • 标签: Wireshark  txt  

资源简介

保存wireshark抓包的数据为txt文本,然后更改cpp文件中的文件路劲并运行

资源截图

代码片段和文件信息

// Data1 Test2.cpp : 定义控制台应用程序的入口点。
//

#include “stdafx.h“


#include “stdafx.h“
#include 
#include
#include
int _tmain(int argc _TCHAR* argv[])
{
FILE** fp = new (FILE*);
char a b c;
int i;
//strhex = “0123456789abcdefABCDEF“;
if (fopen_s(fp “E:\\For Analysis Test1.txt“ “r“) != NULL)
{
printf(“error...\n“);
return -1;
}
while (fscanf_s(*fp “%c“ &a 1) == 1)
{
if (a == ‘R‘)
{
i = 0;
while (i < 168)
{
fscanf_s(*fp “%c“ &a 1);

评论

共有 条评论