代码搜索:Protocol
找到约 10,000 项符合「Protocol」的源代码
代码结果 10,000
www.eeworm.com/read/315806/13536074
c get_ip_code.c
/* 文件名字:get_ip_code.c */
#include "pcap.h"
/*
-----------------------------------------------------------------------------------------------------------------------
Libpcap头文件 ;
下面是以太网协议格式
----
www.eeworm.com/read/136989/5834164
h uiop_factory.h
// -*- C++ -*-
// UIOP_Factory.h,v 1.5 2003/10/28 18:29:34 bala Exp
// ============================================================================
//
// = LIBRARY
// TAO
//
// = FILENAME
//
www.eeworm.com/read/136989/5836809
h uipmc_factory.h
// -*- C++ -*-
//=============================================================================
/**
* @file UIPMC_Factory.h
*
* UIPMC_Factory.h,v 1.4 2003/10/28 18:34:24 bala Exp
*
www.eeworm.com/read/476968/6743638
c ethernet1.c
#include
struct ether_header
{
u_int8_t ether_dhost[6];
u_int8_t ether_shost[6];
u_int16_t ether_type;
};
int main()
{
char error_content[PCAP_ERRBUF_SIZE];
pcap_t *
www.eeworm.com/read/476968/6743643
c ip.c
#include "pcap.h"
struct ether_header
{
u_int8_t ether_dhost[6];
u_int8_t ether_shost[6];
u_int16_t ether_type;
};
typedef u_int32_t
in_addr_t;
struct in_addr
{
in_addr_t s_addr;
www.eeworm.com/read/492697/6419796
h winsmcrd.h
/*++
Copyright (c) 1996 Microsoft Corporation
Module Name:
winsmcrd.h
Abstract:
Smart Card class/port IOCTL codes. This file is required for all code
user mode and kernel mo
www.eeworm.com/read/135259/13945591
h winsmcrd.h
/*++
Copyright (c) 1996 Microsoft Corporation
Module Name:
winsmcrd.h
Abstract:
Smart Card class/port IOCTL codes. This file is required for all code
user mode and kernel mo
www.eeworm.com/read/291969/8384724
dpr simplecmpp.dpr
program SimpleCMPP;
uses
Forms,
main in 'main.pas' {FrmMain},
cmpp in 'cmpp.pas',
CMPP_Protocol in 'CMPP_Protocol.pas',
md5 in 'md5.pas';
{$R *.res}
begin
Application.Initia
www.eeworm.com/read/291467/8416976
h xtunnelsprotocol.h
/*
File: XTunnelsProtocol.h
Contains: X-Tunnels protocol definitions shared with client
Copyright: (c) 2003 by Xten Networks, Inc., all rights reserved.
*/
#ifndef XTUNNELSPROTOCOL_H_