From 35df42866e250c555345452bb26bb6946ac25de8 Mon Sep 17 00:00:00 2001 From: hackbard Date: Sat, 7 Sep 2002 03:13:24 +0000 Subject: [PATCH] downgraded for demo :p --- hdw-sniff.c | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/hdw-sniff.c b/hdw-sniff.c index ddd212d..48e7bdc 100644 --- a/hdw-sniff.c +++ b/hdw-sniff.c @@ -79,14 +79,14 @@ int main(int argc, char *argv[]) { printf("ip protocol: "); ip_hdr=(struct ip *)(package+sizeof(struct ethhdr)); printf("version = %x ",ntohs(ip_hdr->ip_v)); - printf("header_length = %x ",ntohs(ip_hdr->ip_hl)); + printf("header_length = %x \n",ntohs(ip_hdr->ip_hl)); // i=0; //printf("service = %x ",*(ip_hdr->ip_tos)); //printf("total_length(dec.) = %hu \n",*(ip_hdr->ip_len)); - printf("ip_addresses: source = "); - for(i=0;i<4;i++) - printf("%x%s",*(ip_hdr->ip_src+i), - (i==3?"\n":".")); + //printf("ip_addresses: source = "); + //for(i=0;i<4;i++) + // printf("%x%s",*(ip_hdr->ip_src+i), + // (i==3?"\n":".")); } @@ -96,6 +96,6 @@ int main(int argc, char *argv[]) { printf("\n"); } printf("\n"); - printf("just beacon frames, ha? - wake up early! :)\n"); + printf("wake up early! :)\n"); printf("\n"); } -- 2.20.1