ANNOUNCEMENT: Live Wireshark University & Allegro Packets online APAC Wireshark Training Session
July 17th, 2024 | 10:00am-11:55am SGT (UTC+8) | Online

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?