ANNOUNCEMENT: Live Wireshark University & Allegro Packets online APAC Wireshark Training Session
April 17th, 2024 | 14:30-16:00 SGT (UTC+8) | Online

Wireshark-commits: [Wireshark-commits] rev 42140: /trunk/epan/dissectors/ /trunk/epan/dissectors/:

Date: Thu, 19 Apr 2012 12:41:13 GMT
http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=42140

User: alagoutte
Date: 2012/04/19 05:41 AM

Log:
 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 .

Directory: /trunk/epan/dissectors/
  Changes    Path            Action
  +4 -4      packet-hip.c    Modified