Ethereal-dev: Re: [Ethereal-dev] Follow TCP Stream module

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

From: Guy Harris <gharris@xxxxxxxxx>
Date: Fri, 07 Jan 2005 03:34:52 -0800
rex plantado wrote:

do you have FollowTCPStream() module which I can use in my progy?

Not easily - the code is in follow.c (most of the work is done there), gtk/follow_dlg.c (the UI, which shows how to read the file that the follow.c code constructs), and epan/dissectors/packet-tcp.c (which calls the follow.c code), but it's not a "module" in the sense of something that's designed to be easily extracted from Ethereal and put into another application. It might be possible to extract and modify it, but, if so, it's not necessarily going to be easy to do so.