搜索资源列表
sniffer
- 一、实现 Sniffer 的基本功能。 Sniffer 是一种用于监测网络性能、使用情况的工具。 能够指定需要侦听的网卡(考虑一台机器上多张网卡的情况) 能够侦听所有进出本主机的数据包,解析显示数据包( ICMP 、 IP 、 TCP 、 UDP 等)各个字段。比如,对 IP 头而言,需要显示 版本、头长度、服务类型、数据包长度、标识、 DF/MF 标志、段内偏移、生存期、协议类型、源目的 IP 地址、选项内容、数据内容。要求显示数据的实际含义(例
df
- linux 中df命令的实现c语言源码,是在busybox-1.1.2中移植出来的,因此也发现了其中的一个BUG,即其中的一个strdup函数分配的空间没有释放,造成内存泄露,在这份代码中进行了修正并注释了。-df command realize
Linuxneihe
- Linux0.01内核分析与操作系统设计,对学习内核很有帮助-Operating system kernel Linux0.01 analysis and design, very helpful for learning the kernel
linux-du-df
- linux下,发现 du、df 硬盘空间不同,介绍了相关的解决方法-linux, the discovery of du, df different hard disk space, introduced the relevant solution
vivi_t
- 该文件是vivi的打包文件,是linux文件完成中比较关键的一部。-Linux df sdg dgsh fgh
coreutils-8.13(df).tar
- 著名的linux工具包源码coreutils-8.13,适用于fedora14的最新版本,可以实现支持命令行命令,如df、cp等,想学习命令行源码的朋友可以-The famous linux toolkit source coreutils-8.13, the latest version applies fedora14 can achieve support command line commands such as df, cp, etc., want to learn the comma
df
- Linux API Driver:Mini df implementation for busybox.
113172198Linux_command_source_code
- Linux command source code (cp, cut, date, df, kill, ln, mkdir...)
df
- Linux 单独实现df命令 查看设备的大小,mipsel处理器-Linux alone to achieve DF command Check the device size, mipsel processor
df
- include <sys param.h> include <errno.h> include <ufs fs.h> include <sys stat.h> include <sys vfs.h> Device Driver for linux.