aboutsummaryrefslogtreecommitdiffstats
path: root/packet-rpl.c
AgeCommit message (Collapse)AuthorFilesLines
2003-03-02From Jochen Friedrich: add support for:Guy Harris1-2/+2
HP extended 802.2 LLC HP-UX remote management over HP extended 802.2 LLC SNMP over HP extended 802.2 LLC. svn path=/trunk/; revision=7253
2003-02-18Remove hidden hf_rpl_type field from top level tree and add it toLaurent Deniel1-3/+3
rpl_tree subtree since this produces some weird thing like abort in "Protocol Hierarchy Statistics". svn path=/trunk/; revision=7170
2002-11-05Show the SAP values in RPL packets symbolically if possible.Guy Harris1-2/+3
svn path=/trunk/; revision=6564
2002-11-03From Jochen Friedrich: give individual fields their own ett_ values andGuy Harris1-365/+405
fix the name of the file in the introductory comment. Get rid of unnecessary include of "prefs.h". Make the MAC address fields FT_ETHER rather than FT_BYTES. Get rid of CRs at the ends of lines. svn path=/trunk/; revision=6553
2002-11-02From Jochen Friedrich : Support for the RPL (Remote Program Load) protocol ↵Ronnie Sahlberg1-0/+365
implemented on some NIC bootproms. svn path=/trunk/; revision=6548