代码搜索:Packet
找到约 10,000 项符合「Packet」的源代码
代码结果 10,000
www.eeworm.com/read/382844/8994941
h almah-packet.h
#ifndef ALMAH_PACKET
#define ALMAH_PACKET
#include "packet.h"
#include "obamp/utility/tree_analyzer_list.h"
// header Obamp packet
struct hdr_almah {
int Message_ID;
int src_IP;
d
www.eeworm.com/read/382844/8994953
cc almah-packet.cc
#include "almah-packet.h"
int hdr_almah::offset_;
static class Almah_HeaderClass : public PacketHeaderClass {
public:
Almah_HeaderClass() : PacketHeaderClass("PacketHeader/Almah",
siz
www.eeworm.com/read/283350/9027404
h mflood-packet.h
#ifndef __mflood_packet_h__
#define __mflood_packet_h__
/*
* JFlood Routing Protocol Header Macros
*/
#define HDR_MFLOOD(p) ((struct hdr_mflood*)hdr_mflood::access(p))
/*
* General JFlo
www.eeworm.com/read/184366/9107766
h capture_packet.h
/* Nessus Attack Scripting Language
*
* Copyright (C) 2002 - 2003 Michel Arboi and Renaud Deraison
*
* This program is free software; you can redistribute it and/or modify
* it under the terms o
www.eeworm.com/read/184366/9107857
c capture_packet.c
/* Nessus Attack Scripting Language
*
* Copyright (C) 2002 - 2004 Tenable Network Security
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GN
www.eeworm.com/read/380897/9123953
m harwav_packet.m
%%%%%谐波小波变换的二带和小波包实现%%%%%%%%%%
clear
fs=4000;
fn=fs/2;%奈奎斯特频率
dett=1/fs;%采样周期
nx=400;%采样点数
tp=nx*dett;%采样时间长度
detf=1/tp;%频率分辨率
t=0:dett:(nx-1)*dett;%时间向量
f=0:detf:(nx-1)*detf;%频率向量
%%%%信号部分%
www.eeworm.com/read/380682/9135122
h packet.h.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
www.eeworm.com/read/281357/9160286
h packet_types.h
// IP packet structures...
// -----------------------
// Note: All of this is hard coded little endian!
typedef long n_long;
typedef short n_short;
typedef long n_time;
struct ip
{
www.eeworm.com/read/281357/9160313
h packet32.h
/*
* Copyright (c) 1999, 2000
* Politecnico di Torino. All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided tha
www.eeworm.com/read/379966/9170314
c mbus_packet.c
/******************************************************************************
Filename: mbus_packet.c
******************************************************************************/
#includ