下载此文档

ipdump源码.doc


文档分类:办公文档 | 页数:约6页 举报非法文档有奖
1/6
下载提示
  • 1.该资料是网友上传的,本站提供全文预览,预览什么样,下载就什么样。
  • 2.下载该文档所得收入归上传者、原创者。
  • 3.下载的文档,不会出现我们的网址水印。
1/6 下载此文档
文档列表 文档介绍
ipdump 源码
#include<
#include<>
#include<>
#include<sys/>
#include<sys/>
#include<sys/>
#/.h>
#inet/>
#inet/>
#inet/>
#inet/>
#define __FAVOR_BSD
#inet/>
#inet/>
#inet/>
#include<arpa/>
#ifdef _linux
#include<linux/>
#include<linux/>
#else
#include<sys/>
//#i />
#/>
#include<>
#endif
#define MAXSIZE 65535
#define EXIT_FAILURE 0
void (struct ether_header *eth);
void print_arp(struct ether_arp *arp);
void print_ip(struct ip *ip);
void print_tcp(struct tcphdr *tcp);
void print_icmp(struct icmp *icmp);
void print_udp(struct udphdr *udp);
char *mac_ntoa(u_char *d);
char *ip_ttoa(int flag);
char *ip_ftoa(int flag);
char *tcp_ftoa(int flag);
int main(int argc, char *argv[]) {
struct ether_header *eth;
struct ether_arp *arp;
struct ip *ip;
struct icmp *icmp;
struct tcphdr *tcp;
struct udphdr *udp;
int sock;
int len;
char buff[MAXSIZE];
char *p;
printf("begin!\n");
if ( (sock = socket(, SOCK_PACKET, htons(ETH_P_ALL))) < 0) {
perror(" socket");
  return(EXIT_FAILURE);
}
/*
struct socket local;
memset(&local, 0, sizeof(local));
= ;
= 0;
= INADDR_ANY;
*/
while (1) {
  printf("+++++begin+++++++++++++++++++++++++++++++++++\n");
  if ((len = rea

ipdump源码 来自淘豆网m.daumloan.com转载请标明出处.

相关文档 更多>>
非法内容举报中心
文档信息
  • 页数6
  • 收藏数0 收藏
  • 顶次数0
  • 上传人mh900965
  • 文件大小20 KB
  • 时间2018-03-26
最近更新