Wireshark-commits: [Wireshark-commits] rev 35542: /trunk/epan/dissectors/ /trunk/epan/dissectors/:
Date: Sat, 15 Jan 2011 18:58:46 GMT
http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=35542

User: morriss
Date: 2011/01/15 10:58 AM

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
  +2 -6      packet-stun.c    Modified