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] where can I find the ip src address in packet-http.c

From: 刘昆 <liukunmeister@xxxxxxxxx>
Date: Tue, 07 Dec 2010 09:47:35 +0800
I want to find out the ip source address in packet-http.c.At first,I
thought dissect_http:pinfo->src->data should save the ip source
address,however when I use gdb to print pinfo->src->data ,the value is
"0x8b5301a" .But my ipv4 address is "10.32.59.49 ",it seems the two
values don't match.So what's wrong with it and where can I find the ip
src address in packet-http.c?