Huge thanks to our Platinum Members Endace and LiveAction,
and our Silver Member Veeam, for supporting the Wireshark Foundation and project.

Wireshark-dev: Re: [Wireshark-dev] Query regarding raw socket sending and receiving

From: Sebastien Tandel <sebastien@xxxxxxxxx>
Date: Mon, 12 Mar 2007 17:37:37 +0100
Hi,

I fear you're not on the accurate mailing-list for these questions ...

google these keywords 'unix network programming'
or buy 'Unix network programming' by Stevens, Prentice-Hall


Regards,
Sebastien Tandel

sara vanan wrote:
> Dear Sir,
>
>  I am doing raw socket programming in Linux. I want to send raw
> socket from client to Server and receiving the socket on the server
> side.
>
> sock=socket(PF_INET, SOCK_RAW, IPPROTO_RAW);
>
>
> When I am running the send program it gives error ( sendto() too
> maximum data ).
>
> I had attached the source file with this and kindly help me regarding
> this.
>
> or give me some link for sample program.( Raw socket sending and
> receiving).
>
> Thanks
>
> Saravanan
> ------------------------------------------------------------------------
>
> _______________________________________________
> Wireshark-dev mailing list
> Wireshark-dev@xxxxxxxxxxxxx
> http://www.wireshark.org/mailman/listinfo/wireshark-dev
>