代码搜索:libnet
找到约 850 项符合「libnet」的源代码
代码结果 850
www.eeworm.com/read/104469/15691380
mak beos.mak
# Portability makefile -- helper for other makefiles
# BeOS version
TARGET = BEOS
# PW: I'm pretty sure these are incorrect.
LIBDEST = /boot/develop/lib/x86/$(LIBFILENAME)
INCDEST = /boot/develop/h
www.eeworm.com/read/176393/9500298
txt 《网络安全开发包详解》目录.txt
××××××××××××××××××××××
简介
××××××××××××××××××××××
本书以计算机网络安全开发包技术为核心,详细讨论了几个著名的网络安全开发包,它们分别是网络数据包捕获开发包Libpcap,Windows网络数据包捕获开发包WinPcap,数据包构造和发送开发包<mark>Libnet</mark>,通用网络安全开发包Libdnet,网络入侵检测开发包Libnids。书中对每个 ...
www.eeworm.com/read/140870/13056095
c prom.c
/*
nast
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation; either
www.eeworm.com/read/315806/13536080
txt 《网络安全开发包详解》目录.txt
××××××××××××××××××××××
简介
××××××××××××××××××××××
本书以计算机网络安全开发包技术为核心,详细讨论了几个著名的网络安全开发包,它们分别是网络数据包捕获开发包Libpcap,Windows网络数据包捕获开发包WinPcap,数据包构造和发送开发包<mark>Libnet</mark>,通用网络安全开发包Libdnet,网络入侵检测开发包Libnids。书中对每个 ...
www.eeworm.com/read/100449/6269190
linux readme.linux
===============================================================================
LIBNET 1.0 (c) 1998 - 2001 Mike D. Schiffman
http://www.packetfa
www.eeworm.com/read/491338/6438796
c arp.c
#include
#include
#include
#include
#include
#include
int get_hw_addr(char *, unsigned char *, struct in_addr *);
int main()
{
www.eeworm.com/read/207400/15273206
c~ sendpacket.c~
/*
这个部分是联创认证的特色所在,不论数据包的格式还是加密算法,与其他公司的标准都有很大不同
这也是编写此软件的难点所在,幸好我有很好的汇编语言基础,对破解技术有所了解。哈哈,我可不是什么
linux高手,接触Linux只还不到一年,使用linux才一个学期,可不是,现在还为debian安装中文输入法而犯愁:(
24-09-2005 10:51
*/
#include "sendpacket ...