代码搜索:libnet
找到约 850 项符合「libnet」的源代码
代码结果 850
www.eeworm.com/read/104469/15691325
makefile
BASE = .
ifeq ($(wildcard port.mak),)
error:
@echo You have not made a port.mak file! See the installation instructions in
@echo the readme.txt file for details.
endif
-include $(BASE)/port.mak
www.eeworm.com/read/104469/15691338
makefile
all: html text info texinfo clean
html: build
rm -f libnet.html
cp -f src/libnet.html .
text: build
rm -f libnet.txt
cp -f src/libnet.txt .
info: build
rm -f libnet.info
cp -f src/libnet.info
www.eeworm.com/read/104469/15691279
h channels.h
/*----------------------------------------------------------------
* channels.h - declarations for channel handlers (internal)
*----------------------------------------------------------------
* l
www.eeworm.com/read/104469/15691292
h threads.h
/*----------------------------------------------------------------
* threads.h - macros to help the library be thread-safe
*----------------------------------------------------------------
* libne
www.eeworm.com/read/176393/9500219
c build_packets.c
#include
void main()
{
libnet_t *l = NULL;
/* libnet句柄 */
libnet_ptag_t protocol_tag;
/* 协议标记 */
char *payload = NULL;
/* 负载 */
u_short payload_le
www.eeworm.com/read/315806/13536044
c build_packets.c
#include
void main()
{
libnet_t *l = NULL;
/* libnet句柄 */
libnet_ptag_t protocol_tag;
/* 协议标记 */
char *payload = NULL;
/* 负载 */
u_short payload_le
www.eeworm.com/read/100449/6269235
c udp.c
/*
* $Id: udp.c,v 1.1.1.1 2000/05/25 00:28:49 route Exp $
*
* libnet
* UDP Packet assembly tester
*
* Copyright (c) 1998, 1999, 2000 Mike D. Schiffman
* All rights res
www.eeworm.com/read/100449/6269236
c udp+data.c
/*
* $Id: udp+data.c,v 1.1.1.1 2000/05/25 00:28:49 route Exp $
*
* libnet
* UDP + payload Packet assembly tester
*
* Copyright (c) 1998, 1999, 2000 Mike D. Schiffman
*
www.eeworm.com/read/100449/6269249
c tcp.c
/*
* $Id: tcp.c,v 1.1.1.1 2000/05/25 00:28:49 route Exp $
*
* libnet
* tcp.c - Build a TCP packet at the link layer
*
* Copyright (c) 1998, 1999, 2000 Mike D. Schiffman
www.eeworm.com/read/388197/8628589
readme
权责声名:
本软件仅供研究学习之用,无意对实达的交换机及认证机制做任何抵触性行为。
本软件不可用于任何商业和不良用途,否则责任自负。
本软件不保证在任何环境下能够通过,本人也不保证能按时按网友要求改进本软件,其编写及维护纯属个人爱好,
有可能随时被终止。
本软件不保证经过严格测试对机器无害,由于未知的使用环境或不当的使用对计算机造成的损害,责任由使用者全
部承担。
...