Enough of mumbling for help :)


@Sravan : One easy way of implementing is via Raw socket[SOCK_RAW]
(available in WinXP + and linux) and filter ur data, but everything is
very unorganized in raw socket , for eg you might get many ACK/SYN/
NACK packet for tcp data and others like ARP. You need to decode
according to corresponding protocol. Another way is via some kernel
mode driver , many freely available library exists [Ethereal,pcap]


On Feb 18, 6:38 pm, Sravan <[email protected]> wrote:
> hi !
>
> i am doing a project on network data protocol analyzer. i need to
> analyze network data that is being transferred between the two network
> end points and display the data in my gui.
>
> can anyone tell me how can i read network data or analyze network
> data.
>
> please do reply as soon as possible as i am in urge to complete my
> project.
>
> waiting for replies.........
>
> thank u
>
> --
> Sravan Lakkaraju M.Tech CS

Reply via email to