luqman_abbas2
Junior Member level 1
- Joined
- Nov 15, 2012
- Messages
- 17
- Helped
- 0
- Reputation
- 0
- Reaction score
- 0
- Trophy points
- 1,281
- Activity points
- 1,397
HEY all!
I have done UDP reception through microblaze and i have extracted the data from that using EMAClite.
Now i am making a UDP trnsmitter, i have made ethernet frame and calculated all checksum correctly with placing a known data.
the problem is just in two bytes of ethernet frame."the ethernet protocol field bytes" which are to be 0x0800 for IP type protocol.
when i place this info in packet the frame is not gathered on wireshark even in promiscious mode, bt when i put any othr info in that the frame is declared "bogus" or "malformed" by wireshark.
can anybody suggest what to do?
thanks in advance!
I have done UDP reception through microblaze and i have extracted the data from that using EMAClite.
Now i am making a UDP trnsmitter, i have made ethernet frame and calculated all checksum correctly with placing a known data.
the problem is just in two bytes of ethernet frame."the ethernet protocol field bytes" which are to be 0x0800 for IP type protocol.
when i place this info in packet the frame is not gathered on wireshark even in promiscious mode, bt when i put any othr info in that the frame is declared "bogus" or "malformed" by wireshark.
can anybody suggest what to do?
thanks in advance!