Wireshark mailing list archives

I want to print the string tvb->real_data on the ubuntu terminal


From: 刘昆 <liukunmeister () gmail com>
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?
___________________________________________________________________________
Sent via:    Wireshark-dev mailing list <wireshark-dev () wireshark org>
Archives:    http://www.wireshark.org/lists/wireshark-dev
Unsubscribe: https://wireshark.org/mailman/options/wireshark-dev
             mailto:wireshark-dev-request () wireshark org?subject=unsubscribe


Current thread: