Hello!
I have made an application that is going to measure the net usage on my network. I have used SOCK_PACKET and RAW_SOCK to get hold of all the IP-packets...
Now to the problem:
I run the app and the result on the logging shows that it's more traffic than the real traffic in the network.
I started to try to find out what the reason was for the extra usage (according to my app).
I examined the packets 1 by 1 and checked which packets actually going and to which port they was adressed to/from.
Then I saw that there were alot of TCP packets that was 40 Bytes and adressed to diffrent IP's. The port was 0 for destination and source.
Can anyone figure out what theese packets are?
I would be very greatful if anyone could help me out with this one.
You have to exuse me for my bad english.
/Daniel Tängmark
dete@spattstorm.com
I have made an application that is going to measure the net usage on my network. I have used SOCK_PACKET and RAW_SOCK to get hold of all the IP-packets...
Now to the problem:
I run the app and the result on the logging shows that it's more traffic than the real traffic in the network.
I started to try to find out what the reason was for the extra usage (according to my app).
I examined the packets 1 by 1 and checked which packets actually going and to which port they was adressed to/from.
Then I saw that there were alot of TCP packets that was 40 Bytes and adressed to diffrent IP's. The port was 0 for destination and source.
Can anyone figure out what theese packets are?
I would be very greatful if anyone could help me out with this one.
You have to exuse me for my bad english.
/Daniel Tängmark
dete@spattstorm.com