代码搜索:Packet
找到约 10,000 项符合「Packet」的源代码
代码结果 10,000
www.eeworm.com/read/308882/13688066
h packet_in.h
/***************************************************************************
packet_in.h - description
-------------------
begin
www.eeworm.com/read/303364/13817174
inf packet.inf
;-------------------------------------------------------------------------
; PACKET.INF -- Sample Protocol Driver
;
; Copyright (c) 1993-1999, Microsoft Corporation
;------------------------------
www.eeworm.com/read/302502/13833633
cs packet.cs
/*
* Original Code by KPD-Team (http://www.mentalis.org), 2003
* Modified: Philip Pierce July 2004
*/
using System;
using System.Text;
using System.Net;
using System.Net.Sockets;
using Sys
www.eeworm.com/read/302113/13841907
h packet.h
/* -*- Mode:C++; c-basic-offset:8; tab-width:8; indent-tabs-mode:t -*- */
/*
* Copyright (c) 1997 Regents of the University of California.
* All rights reserved.
*
* Redistribution and use in sour
www.eeworm.com/read/302112/13842006
h packet.h
/* -*- Mode:C++; c-basic-offset:8; tab-width:8; indent-tabs-mode:t -*- */
/*
* Copyright (c) 1997 Regents of the University of California.
* All rights reserved.
*
* Redistribution and use in sour
www.eeworm.com/read/302101/13842302
h packet.h
/*
* Copyright (c) 2004 Ying Ge, Communication Research Center Canada.
*
* Copyright (c) 2002, 2003 Maoyu Wang, Communication Research Center Canada.
*
* By Ying Ge:
* 1. Change the OLSR packet
www.eeworm.com/read/302101/13842321
c packet.c
/*
* Copyright (c) 2004 Ying Ge, Communication Research Center Canada.
*
* Copyright (c) 2002, 2003 Maoyu Wang, Communication Research Center Canada.
*
* By Ying Ge:
* 1. Change the OLSR packet
www.eeworm.com/read/300909/13881516
java packet.java
import java.net.*;
import java.util.*;
import java.io.*;
class Packet implements Serializable
{
//private Integer routerId;//who send the packet,谁发送的不重要了
private Integer Sender;
private St
www.eeworm.com/read/152843/5661230
c packet.c
/* $Id: packet.c,v 1.5.8.1 2001/09/23 22:24:59 kai Exp $
*
* Copyright (C) 1996 SpellCaster Telecommunications Inc.
*
* This software may be used and distributed according to the terms
* of the
www.eeworm.com/read/150965/5687608
java packet.java
package jpcap.packet;
import jpcap.JpcapCaptor;
/** This is a root class of the all the packets captured by {@link JpcapCaptor Jpcap}. */
public class Packet
{
/** Captured timestamp (sec) *