<div>Hi,i have a problem with winpcap:</div>
<div>I have a program which constructs MAC frames and sometimees i have to build frames with the length field set to a value less than the data field length (because i have to add a pad to the data but i have to maintain the origional data size in the length field)
</div>
<div>But when i send this frames using winpcap when the frame arrives to the other side the length field has been modified and set to the value of the length of the data plus the length of the pad. I dont know why is happening this.
</div>
<div>Plkease can someone help me?</div>