framelen is different

Dear all,

Had anyone here encountered the following problem:
I had send a npkt (en packet) from a down producer to the convertor (
mytype ->en). The framelen is 73 bytes. At the destination computer, my own
convertor module (mytype->en) pick up this packet but the framelen is not
equal to 73 bytes. Is this correct? Will the devn-XXX.so further “cut” the
npkt into smaller packet? The offset at the destination convertor module is
read as 0 . Shouldnt it be a value of 14?
Thanks in advance

tkk

tkk <mailbox_cw-any@yahoo.com.sg> wrote:

Dear all,

Had anyone here encountered the following problem:
I had send a npkt (en packet) from a down producer to the convertor (
mytype ->en). The framelen is 73 bytes. At the destination computer, my own
convertor module (mytype->en) pick up this packet but the framelen is not
equal to 73 bytes. Is this correct? Will the devn-XXX.so further “cut” the
npkt into smaller packet? The offset at the destination convertor module is
read as 0 . Shouldnt it be a value of 14?
Thanks in advance

tkk

AFAIK, none of our drivers receive into more than one fragment.
If the driver is ethernet and your converter receives en on the
bottom, that the offset to the ethernet header is 0.

-seanb