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

Date: Sun, 11 Nov 2012 20:29:07 GMT
http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=46003

User: eapache
Date: 2012/11/11 12:29 PM

Log:
 Fix part of https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=6665
 
 Make sure the array of names is always null-terminated, even if we have
 enough names to fill the entire thing. Also use a gboolean instead of a
 gint for one variable.

Directory: /trunk/epan/dissectors/
  Changes    Path              Action
  +13 -2     packet-tpncp.c    Modified