Dear Tommaso, and other ns3 users,
I have looked at the UDP and tried to trace the MAC address of the packet but couldnt find any way to do so. UDP packet also has a header of 64 bytes long. Since the udp header only contains the ip address which are the end to end addresses we found no information on the mac layer.
We have also seen all other packets that wireshark has captured and couldn't find any packet that contains more than 128 bytes (since our udp packet has a payload of 64 bytes and header of 64 bytes). The reason why we are looking for larger sized packets is because I want to capture the UDP packet that is traced before it reaches the top layer and since before reaching the network layer the packet will have an additional MAC header which will contain the mac addresses of the forwarding nodes that packet should be more than 128 bytes.
However the only MAC layer or other lower layer packets I see are ARPs, ACKs, and standard ieee 802.11b which have a much lower length than even 50 bytes
Is there any particular type of MAC packet i should look for, or is there any way of finding the mac address of where the udp packet came from in wireshark?
Thanks!
Please feel free anyone to comment if my reasoning is a little wrong.