http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=36641
User: alagoutte
Date: 2011/04/14 02:40 AM
Log:
Update to last IANA parameters (2011-04-08)
Update to last RPL Draft (19)
Add new ICMPv6 Option: Proxy Signature (PS) draft-ietf-csi-proxy-send-05
Fix 2 Clang Warning (unused variable):
packet-icmpv6.c:2755:9: warning: Value stored to 'oplength' is never read
oplength = tvb_get_guint8(tvb, rr_offset);
packet-icmpv6.c:2916:5: warning: Value stored to 'nb_mcast_records' is never read
nb_mcast_records = tvb_get_ntohs(tvb, mldr_offset);
Directory: /trunk/epan/dissectors/
Changes Path Action
+81 -51 packet-icmpv6.c Modified