Hi list, Your opinion please: What should proto_tree_add_debug_text() do? Should it print the string to STDOUT regardless of the value of tree or not?
Currently it checks for (tree != NULL) before it prints anything. That could be what you want until you want to know what's going on when tree == NULL. Regards, Jaap _______________________________________________ Wireshark-dev mailing list [email protected] http://www.wireshark.org/mailman/listinfo/wireshark-dev
