Well, wireshark already can decipher pretty much all the packets once they're decompressed; they're just normal IP packets at that point. If you're looking at the raw 6lowpan packets, I recommend examining draft-hui-hc-00 for the packet format.
Steve On Fri, Apr 16, 2010 at 4:25 AM, olfa gaddour <[email protected]> wrote: > > Hi all! > I am developing a java tool to sniff the 6lowpan packets using the blip > implementation. > > I want to know what are the possible messages that can be exchanged between > the 6lowpan devices. > > With using Wireshark, there are the messages router solicitation and router > advertissement (in the neighbor discovery process) > > What are the other messages that can be exchanged ? > > I am looking for a prompt reply, > > Best Regards, > > -- > View this message in context: > http://old.nabble.com/blip-message-format-tp28265749p28265749.html > Sent from the TinyOS - Help mailing list archive at Nabble.com. > > _______________________________________________ > Tinyos-help mailing list > [email protected] > https://www.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help > -- stephen dawson-haggerty http://cs.berkeley.edu/~stevedh uc berkeley wireless and embedded systems lab berkeley, ca 94720 _______________________________________________ Tinyos-help mailing list [email protected] https://www.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help
