aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-6lowpan.h
AgeCommit message (Collapse)AuthorFilesLines
2014-03-04Remove all $Id$ from top of fileAlexis La Goutte1-2/+0
(Using sed : sed -i '/^ \* \$Id\$/,+1 d') Fix manually some typo (in export_object_dicom.c and crc16-plain.c) Change-Id: I4c1ae68d1c4afeace8cb195b53c715cf9e1227a8 Reviewed-on: https://code.wireshark.org/review/497 Reviewed-by: Anders Broman <a.broman58@gmail.com>
2013-04-14Update some of the old FSF addresses caught by the new licensecheck buildbotEvan Huus1-1/+1
step. svn path=/trunk/; revision=48848
2012-09-03Add missing newline at end of filePascal Quantin1-1/+1
svn path=/trunk/; revision=44753
2012-09-01From Owen Kirby:Anders Broman1-0/+31
6LoWPAN: Automatic context detection and draft-ietf-6lowpan-nd-19 updates. https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=7521 svn path=/trunk/; revision=44723
2009-10-041. There doesn't seem to be a need for a separate .h file;Bill Meier1-161/+0
2. Move prototype declarations to after the struct declarations used by the prototypes. 3. Fix some typos. svn path=/trunk/; revision=30310
2009-10-03From Owen Kirby:Jaap Keuter1-0/+161
The attached patch adds a dissector for IPv6 over IEEE 802.15.4 (aka 6LoWPAN). The protocol is specified in RFC 4944. This dissector also processes the 6LoWPAN draft header compression scheme in draft-ietf-6lowpan-hc-05. svn path=/trunk/; revision=30268