On Tue, Aug 27, 2002 at 12:22:27PM -0400, Khachaturov Vassilii wrote: > While trying to implement & test stats text output, I found that while my > code works > when invoked from the GUI stats dialog callback, it doesn't work if I try > to invoke it just prior to epan_cleanup() in tethereal.c:main() - because > cfile.plist is NULL there. Is cfile.plist filled in at all in tethereal?
No, because there isn't a packet list in Tethereal - there's only the current packet.
