Update to last IANA parameters (2011-04-08)
authorAlexis La Goutte <alexis.lagoutte@gmail.com>
Thu, 14 Apr 2011 09:40:07 +0000 (09:40 -0000)
committerAlexis La Goutte <alexis.lagoutte@gmail.com>
Thu, 14 Apr 2011 09:40:07 +0000 (09:40 -0000)
commit12dae38bb723192b25c22621484c0b8e0b08233c
tree5cdfff2e6106af9a5e168bbdb057036bbda05f55
parent5653540de6b9f8373a8114f99959b70012bb5bdf
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);

svn path=/trunk/; revision=36641
epan/dissectors/packet-icmpv6.c