http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=27811
User: guy
Date: 2009/03/20 04:20 PM
Log:
proto_item_append_string() actually appends to the string value for a
protocol tree item; the item being added to isn't a string, so
proto_item_append_text() should be used - but the second argument to
proto_item_append_text() should always be a format string.
Use #if 0/#endif to leave a data structure in the source code without
compiling it in, rather than a comment (if you use a comment, things can
break if you put a comment into the commented-out code).
Directory: /trunk/epan/dissectors/
Changes Path Action
+4 -3 packet-nas_eps.c Modified