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 41994: /trunk/epan/dissectors/ /trunk/epan/dissectors/:

Date: Mon, 09 Apr 2012 18:17:33 GMT
http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=41994

User: cmaynard
Date: 2012/04/09 11:17 AM

Log:
 Set the minimum length of the Internet Timestamp option to 4 bytes instead of 5.  RFC 791 only states that the smallest legal value of the pointer is 5, not the smallest size for the option itself.  Fixes https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=7043
 
 Since backporting must be manually applied anyway, other changes include fixing the displaying of the EOOL and NOP options, as well as other options without a dissect routine associated with them.

Directory: /trunk/epan/dissectors/
  Changes    Path           Action
  +30 -7     packet-ip.c    Modified