Huge thanks to our Platinum Members Endace and LiveAction,
and our Silver Member Veeam, for supporting the Wireshark Foundation and project.

Wireshark-dev: [Wireshark-dev] I want to print the string tvb->real_data on the ubuntu terminal

From: 刘昆 <liukunmeister@xxxxxxxxx>
Date: Sun, 24 Oct 2010 12:39:03 +0800
I want to print the string "tvb->real_data "which at
packet-http.c:dissect on the ubuntu terminal .But whatever I add
"printf("%s\n",tvb->real_data);"or"printf(stdout,"%s\n",tvb->real_data);" into
the packet-http:dissect_http function ,nothing to be showed on the terminal.

What should I do to display the string "tvb->data"on the terminal?