Re: Ethernet packet size python

2009-01-13 Thread Grant Edwards
On 2009-01-13, Steve Holden wrote: > K-man wrote: >> >> 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? > > There is no way to

Re: Ethernet packet size python

2009-01-13 Thread K-man
On Jan 13, 10:35 am, Steve Holden 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 > > suggestions? > >

Re: Ethernet packet size python

2009-01-13 Thread Steve Holden
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 > suggestions? There is no way to know what size Ethernet packets will r