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. asked 25 Dec '13, 21:58 Devesh |
One Answer:
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 answered 26 Dec '13, 08:03 Kurt Knochner ♦ |