Ethereal-dev: [Ethereal-dev] access to previous packet data

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

Date: Tue, 21 Mar 2006 15:38:01 +0100
Hello,
is it possible to access data from a previous per_packet_data_structure? I tried it with "prev_frame_data = p_get_proto_data(pinfo->fd->prev, proto_iec);"

Should this work or am i barking up the wrong tree?