代码搜索结果
找到约 10,000 项符合
Protocol 的代码
protocol.h
// IP Packet Structure
//
/*
typedef IP * LPIP;
typedef IP UNALIGNED * ULPIP;
*/
//
// TCP Packet Structure
//
typedef struct _TCP
{
WORD SrcPort;
WORD DstPort;
DWORD
protocol.cpp
// protocol.cpp : Defines the class behaviors for the application.
//
#include "stdafx.h"
#include "protocol.h"
#include "protocolDlg.h"
#ifdef _DEBUG
#define new DEBUG_NEW
#undef THIS_FILE
protocol.clw
; CLW file contains information for the MFC ClassWizard
[General Info]
Version=1
LastClass=CProtocolDlg
LastTemplate=CDialog
NewFileInclude1=#include "stdafx.h"
NewFileInclude2=#include "proto
protocol.dsp
# Microsoft Developer Studio Project File - Name="protocol" - Package Owner=
# Microsoft Developer Studio Generated Build File, Format Version 6.00
# ** DO NOT EDIT **
# TARGTYPE "Win32 (x86)
protocol.h
// protocol.h : main header file for the PROTOCOL application
//
#if !defined(AFX_PROTOCOL_H__D281BECF_9BDF_4D49_A515_AE8B48E84827__INCLUDED_)
#define AFX_PROTOCOL_H__D281BECF_9BDF_4D49_A515_AE8B