Ethernet packet size python

2009-01-13 Thread K-man
Hi, I am sending data using the socket interface in python, but I want to know how big the ethernet packet size is (in bytes). I didn't really see a way using the socket library of how to do this. Any suggestions? -- http://mail.python.org/mailman/listinfo/python-list

Re: Ethernet packet size python

2009-01-13 Thread K-man
On Jan 13, 10:35 am, Steve Holden st...@holdenweb.com wrote: K-man wrote: Hi,   I am sending data using the socket interface in python, but I want to know how big the ethernet packet size is (in bytes).  I didn't really see a way using the socket library of how to do this.  Any