From Francisco Vidal Meca via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id...
authorAlexis La Goutte <alexis.lagoutte@gmail.com>
Thu, 19 Apr 2012 12:41:12 +0000 (12:41 -0000)
committerAlexis La Goutte <alexis.lagoutte@gmail.com>
Thu, 19 Apr 2012 12:41:12 +0000 (12:41 -0000)
commit990d1ad71e2a28231f93a622cb93fe5e38a9bf84
treec066b56bf8caec5c2573d76c1dcde3dbab7f261b
parent61a6d25bc29aadbba91d91bc387d2d9293a0db6e
From Francisco Vidal Meca via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=7136
HIP dissector: PUZZLE and SOLUTION parameters variable size

According to specifications, puzzle and solution parameters carry Random #I and
#J fields that has variable length depending of the Hash function. The fields
are recognized with a fixed value of 8 bytes.

The #I and #J fields should be determined depending of the TLV size.

See http://tools.ietf.org/html/draft-ietf-hip-rfc5201-bis-08#section-5.2.5 .

svn path=/trunk/; revision=42140
epan/dissectors/packet-hip.c