代码搜索:parse
找到约 10,000 项符合「parse」的源代码
代码结果 10,000
www.eeworm.com/read/460313/7253932
c parse_main.c
#include
#include
#include "parse_fun.h"
#pragma comment(lib, "wpcap.lib")
#pragma comment(lib, "WS2_32.lib")
int main(int argc,char** argv)
{
char logfile[256]={0}
www.eeworm.com/read/460312/7253933
c parse_fun.c
#include
#include
#include "parse_fun.h"
#pragma pack()
char errbuf[PCAP_ERRBUF_SIZE]; //存放错误信息的缓冲区。
char strbuf[2000];
char Cardname[256]; //存放网卡名字
/
www.eeworm.com/read/460312/7253938
h parse_fun.h
#ifndef __PARSE_H
#define __PARSE_H
#include
#include
#include
#pragma pack(1)
typedef struct FrameHeader{
BYTE fhDesMAC[6];
BYTE fhSrcMAC[6];
WORD fhF
www.eeworm.com/read/460312/7253940
c parse_main.c
#include
#include
#include "parse_fun.h"
#pragma comment(lib, "wpcap.lib")
#pragma comment(lib, "WS2_32.lib")
int main(int argc,char** argv)
{
char logfile[256]={0}
www.eeworm.com/read/457469/7325219
vi parse string.vi
www.eeworm.com/read/457466/7325235
h tdate_parse.h
/* tdate_parse.h - parse string dates into internal form, stripped-down version
**
** Copyright
www.eeworm.com/read/457466/7325248
c tdate_parse.c
/* tdate_parse - parse string dates into internal form, stripped-down version
**
** Copyright
www.eeworm.com/read/452938/7429039
c parse_metafile.c
#include
#include
#include
#include
#include
#include
#include "parse_metafile.h"
#include "sha1.h"
char *metafile_content = NU
www.eeworm.com/read/452938/7429050
h parse_metafile.h
#ifndef PARSE_METAFILE
#define PARSE_METAFILE
// 保存从种子文件中获取的tracker的URL
typedef struct _Announce_list {
char announce[128];
struct _Announce_list *next;
} Announce_list;
// 保存各个待下载文件的