Ethereal-dev: Re: [Ethereal-dev] unhandled exception - XCEPT_GROUP_ETHEREAL

Note: This archive is from the project's previous web site, ethereal.com. This list is no longer active.

From: Marcin Gryszkalis <mgryszkalis@xxxxxxxxx>
Date: Tue, 12 Feb 2002 10:23:18 +0100
Guy Harris wrote:
Well, there the first is, anyway; the other two were just copies of the
first.  The other two I wanted were:

	print *(frame_data *)0xbfbff3c8
	print *(struct pcap_pkthdr *)0x83f515c

can you get those as well?

sure:
(gdb) print *(frame_data *)0xbfbff3c8
$1 = {next = 0x0, prev = 0x0, pfd = 0x0, data_src = 0x83bda68, num = 66938, pkt_len = 838090752, cap_len = 4294967295, rel_secs = -1013295689, rel_usecs = -1071235, abs_secs = 92, abs_usecs = 4294901778, del_secs = -1013303530, del_usecs = -1594958, file_off = 0, lnk_t = 1, flags = {passed_dfilter = 0, encoding = 0, visited = 0, marked = 0}}

(gdb) print *(struct pcap_pkthdr *)0x83f515c
$3 = {ts = {tv_sec = 92, tv_usec = -65518}, caplen = 4294967295, len = 838090752}


--
Marcin Gryszkalis <mg@xxxxxxxxx>
or <dagoon@xxxxxxxxxxxxxxxx>