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

Date: Fri, 30 Mar 2007 14:43:55 GMT
http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=21283

User: standel
Date: 2007/03/30 02:43 PM

Log:
 - use of proto_tree_add_item whenever possible
 - follows the same rules as the one in ipv4 dissector for
 ipv6_[src|dst|addr][_host] items.
 - use proto_tree_add_item for displaying the name of the parsed options.
 - added header type value_string
 - add an expert info for invalid jumbo value and invalid router alert
 length.
 - correction of invalid jumbo payload length
 - get rid of variable declaration after statement

Directory: /trunk/epan/dissectors/
  Changes    Path             Action
  +232 -141  packet-ipv6.c    Modified