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

Date: Thu, 13 Jan 2011 22:18:33 GMT
http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=35526

User: morriss
Date: 2011/01/13 02:18 PM

Log:
 Don't (blindly) pass the result of match_strval() into proto_tree_add_*():
 some OS (like Solaris) don't like NULL pointers to strings in (s)printf
 formats; use val_to_str() instead.

Directory: /trunk/epan/dissectors/
  Changes    Path            Action
  +5 -5      packet-pim.c    Modified