X-Git-Url: https://www.hackdaworld.org/gitweb/?p=my-code%2Fhdw-sniff.git;a=blobdiff_plain;f=hdw-sniff.c;h=d6f2b0c087b9bfb99a3882e3e5b91c45837b6ada;hp=48e7bdc0876293789654969feab241eda65fd4c0;hb=6b943da1deb33efbbdcd649d92c6a369c317cfd5;hpb=35df42866e250c555345452bb26bb6946ac25de8 diff --git a/hdw-sniff.c b/hdw-sniff.c index 48e7bdc..d6f2b0c 100644 --- a/hdw-sniff.c +++ b/hdw-sniff.c @@ -61,12 +61,14 @@ int main(int argc, char *argv[]) { } /* is ieee802.11 ? -- we assume yes :) */ - - + /* ... */ + + + /* ieee802.3 */ /* ethernet */ e_hdr=(struct ethhdr *)package; /* what types ? */ - printf("types = "); + printf("type = "); printf("%x ",ntohs(e_hdr->h_proto)); printf("dest_addr = "); for(i=0;iip_len)); //printf("ip_addresses: source = "); //for(i=0;i<4;i++) - // printf("%x%s",*(ip_hdr->ip_src+i), + // printf("%x%s",ntohl(ip_hdr->ip_src), // (i==3?"\n":"."));