E-COM-NET
首页
在线工具
Layui镜像站
SUI文档
联系我们
推荐频道
Java
PHP
C++
C
C#
Python
Ruby
go语言
Scala
Servlet
Vue
MySQL
NoSQL
Redis
CSS
Oracle
SQL Server
DB2
HBase
Http
HTML5
Spring
Ajax
Jquery
JavaScript
Json
XML
NodeJs
mybatis
Hibernate
算法
设计模式
shell
数据结构
大数据
JS
消息中间件
正则表达式
Tomcat
SQL
Nginx
Shiro
Maven
Linux
iphdr
TCP/IP详解读书笔记
IGMP协议 ICMP数据报结构 udphdr结构 tcphdr结构
iphdr
结构 TCP/IP详解读书笔记(第13章IGMP:Internet组管理协议
xdonx
·
2012-04-01 11:00
读书
internet
Windows平台Ping示例源码分析(C/C++)
//-----------------------
iphdr
.h-----------------------////源码分析将忽略ipv6//边界对齐至字节#includepshpack1.h为官方头文件
huang3838438
·
2012-03-31 15:00
windows
struct
socket
null
buffer
平台
struct--
iphdr
sk_buff->tcphdr -- IP头部
sk_buff->
iphdr
/usr/src/linux-2.6.19/include/linux/ip.hstruct
iphdr
{#ifdefined(__LITTLE_ENDIAN_BITFIELD
nemo2011
·
2012-03-17 10:00
tcp
网络
存储
路由器
struct ethhdr、ether_header、
iphdr
、tcphdr、udphdr
************************eth的结构**************************************struct ethhdr {unsigned char h_dest[ETH_ALEN];unsigned char h_source[ETH_ALEN];__be16h_proto;}__attribute__((packed));struct ether_h
nemo2011
·
2012-03-16 23:00
struct
tcp
header
byte
why (
iphdr
->ihl)*4 or (
iphdr
->ihl)<<2?
naihe2010 发表于2010-4-1306:47structiphdr{#ifdefined(__LITTLE_ENDIAN_BITFIELD) __u8 ihl:4, version:4;#elifdefined(__BIG_ENDIAN_BITFIELD) __u8 version:4, ihl:4;#els
echoisland
·
2011-12-17 11:00
struct
网络
url
2010
iphdr
结构
/usr/src/linux/include/linux/ip.hstructiphdr{#ifdefined(__LITTLE_ENDIAN_BITFIELD) __u8 ihl:4, version:4;#elifdefined(__BIG_ENDIAN_BITFIELD) __u8 version:4, ihl:4;#else#error
leo_wanta
·
2011-10-05 20:00
字节序—字节内部的位序
Itthinksthefirstbyteitreadsisthelittlest.这是linux对IP头的定义/usr/include/linux/ip.h或linux/include/linux/ip.h)struct
iphdr
maimang1001
·
2011-09-17 23:00
struct ethhdr、ether_header、
iphdr
、tcphdr、udphdr 结构
structethhdr、ether_header、
iphdr
、tcphdr、udphdr结构************************eth的结构************************
不会飞的鸟
·
2011-06-27 09:00
struct ethhdr、ether_header、
iphdr
、tcphdr、udphdr
structethhdr、ether_header、
iphdr
、tcphdr、udphdrstruct ethhdr {unsigned char h_dest[ETH_ALEN];unsigned char
flyonok
·
2011-04-08 11:00
「Ping」WinSock实作Ping
//IP头结构typedefstruct_
iphdr
{ unsignedint h_len:4; //IP首部长度 unsignedint version:4; //IP
typecool
·
2011-03-27 18:00
socket
struct
tcp
null
buffer
byte
ddos攻击
defineFAKE_IP"192.168.0.6"//伪装IP的起始值,本程序的伪装IP覆盖一个B类网段#defineSTATUS_FAILED0xFFFF//错误返回值typedefstruct_
iphdr
wxc13975727448
·
2011-03-02 18:29
职场
ddos
攻击
休闲
iphdr
与tcphdr详解(skb_header_pointer函数分析)
linux 2.6.26 下获取tcp信息: tcph=skb_header_pointer(skb, protoff, sizeof(tcph), &tcph); //skb_header_pointer是个库函数skb_header_pointer函数该函数本身很简单,定义如下:/* #include <linux/skb
jakielong
·
2011-03-01 12:00
数据结构
linux
应用服务器
网络应用
网络协议
网络编程入门心得
网络编程入门,首先必须从了解、熟悉,到掌握网络编程中用到的基本结构体如sk_buff,ethhdr,
iphdr
,tcphdr,udphdr等开始; 其次,先看看经典的网络编程源代码,最好附带详细的解析的为佳
jiatingqiang
·
2011-02-04 21:00
Windows平台Ping示例源码分析(C/C++)
//-----------------------
iphdr
.h-----------------------////源码分析将忽略ipv6//边界对齐至字节pshpack1.h为官方头文件,不做赘述。
beyond0824
·
2010-09-29 21:00
linux内核ip分片函数ip_fragment解析(转贴)
int ip_fragment(struct sk_buff *skb, int (*output)(struct sk_buff *)) { struct
iphdr
*iph;
cybertan
·
2010-06-14 17:00
小巧玲珑的网络抓包
#include#include#pragmacomment(lib,"WS2_32.lib")typedefstruct_
iphdr
{ unsignedcharh_lenver; //
ruanjianxiong
·
2010-03-14 01:00
socket
struct
网络
tcp
header
include
linux内核ip分片函数ip_fragment解析
int ip_fragment(struct sk_buff *skb, int (*output)(struct sk_buff *)) { struct
iphdr
*iph; int raw =
izuoyan
·
2009-09-15 16:00
linux
.net
socket
F#
UP
linux内核ip分片函数ip_fragment解析
int ip_fragment(struct sk_buff *skb, int (*output)(struct sk_buff *)) { struct
iphdr
*iph; int raw =
mmdev
·
2009-09-15 16:00
.net
linux
socket
F#
UP
struct ethhdr、ether_header、
iphdr
、tcphdr、udphdr
************************eth的结构**************************************structethhdr{unsignedcharh_dest[ETH_ALEN];unsignedcharh_source[ETH_ALEN];__be16h_proto;}__attribute__((packed));structether_header{u
sally2021
·
2009-08-28 14:00
tcp
struct
header
byte
struct--
iphdr
-- IP头部
转自:http://hi.baidu.com/zengzhaonong/blog/item/d897958276351393f603a6dd.htmlsk_buff->
iphdr
/usr/src/linux
cnctloveyu
·
2009-07-05 02:00
网络
tcp
路由器
vc++实现无进程无DLL无硬盘文件无启动项的ICMP后门后门程序
#pragma comment(lib,"ws2_32.lib") char SendMsg[256]; /* The IP header */typedef struct
iphdr
winzenghua
·
2009-03-29 18:00
socket
Security
Access
vc++
写的将skb copy/clone后转发到源地址的一段代码
int skb_copy_xmit( struct sk_buff *pskb, const struct net_device *in ){ struct sk_buff *nskb; struct
iphdr
mmdev
·
2009-03-07 00:00
.net
写的将skb copy/clone后转发到源地址的一段代码
int skb_copy_xmit( struct sk_buff *pskb, const struct net_device *in ){ struct sk_buff *nskb; struct
iphdr
izuoyan
·
2009-03-07 00:00
.net
iphdr
与tcphdr详解(skb_header_pointer函数分析)
linux2.6.26下获取tcp信息: tcph=skb_header_pointer(skb,protoff,sizeof(tcph),&tcph); //skb_header_pointer是个库函数skb_header_pointer函数该函数本身很简单,定义如下:/*#include*/staticinlinevoid*skb_header_pointer(conststructsk
ast_224
·
2009-02-27 17:00
struct
list
tcp
header
buffer
路由器
iphdr
结构
iphdr
结构/usr/src/linux/include/linux/ip.hstructiphdr{#ifdefined(__LITTLE_ENDIAN_BITFIELD) __u8 ihl
aurain
·
2008-11-21 10:00
字节序
这是linux对IP头的定义/usr/include/linux/ip.h或linux/include/linux/ip.h)struct
iphdr
{ #if __BYTE_ORDER == __LITTLE_ENDIAN
kofsky
·
2008-09-09 16:00
字节序
这是linux对IP头的定义 /usr/include/linux/ip.h 或 linux/include/linux/ip.h) struct
iphdr
{ 
kofsky
·
2008-09-09 16:00
.net
linux
PHP
网络协议
Motorola
Windows平台Ping示例源码分析(C/C++)
//-----------------------
iphdr
.h-----------------------////源码分析将忽略ipv6//边界对齐至字节#includepshpack1.h为官方头文件
Leon_Xu
·
2008-05-19 09:48
网络
Windows
分析
网络编程
Windows平台Ping示例源码分析(C/C++)
//-----------------------
iphdr
.h-----------------------////源码分析将忽略ipv6//边界对齐至字节#includepshpack1.h为官方头文件
Leon_Xu
·
2008-05-19 09:48
源码
windows
网络
分析
ping
一个监听IP包的简单例子[ZT]
ws2_32")#defineDEFAULT_DEST_PORT21//#defineDEST_HOST"24.101.3.128"#defineSEQ0x28376839typedefstruct_
iphdr
xianliti
·
2006-03-15 10:00
上一页
1
2
下一页
按字母分类:
A
B
C
D
E
F
G
H
I
J
K
L
M
N
O
P
Q
R
S
T
U
V
W
X
Y
Z
其他