Hello Guys I want to capture 6lowpan packets transferring between UDP IPv6 client and UDP IPv6 server , both running on contiki OS on the same system. |
If your question is 'how to capture network traffic on contiki', my answer is: try using tcpdump. It should be available on contiki, or at least you can install it. Then transfer the capture file to another system and analyze it with Wireshark. Regards |