Huge thanks to our Platinum Members Endace and LiveAction,
and our Silver Member Veeam, for supporting the Wireshark Foundation and project.

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

Date: Sun, 18 Mar 2012 13:57:31 GMT
http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=41637

User: morriss
Date: 2012/03/18 06:57 AM

Log:
 Fix one of the dissector assertions in https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=6962 :
 
 tidlist is registered as a FT_UINT16 so don't add an array of 16-bit entities
 (tids) using it.  Instead add each TID individually.

Directory: /trunk/epan/dissectors/
  Changes    Path              Action
  +10 -9     packet-eigrp.c    Modified