Ethereal-dev: [ethereal-dev] packet*[ch] changes in

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

From: "Gilbert Ramirez Jr." <gram@xxxxxxxxxxxxxxxxxxx>
Date: Mon, 22 Mar 1999 21:30:38 -0600 (CST)
I have commited the changes I referred to the other day to CVS. Now all
packet*.[ch] files know nothing about gtk objects. They use <glib.h>, but
not <gtk/gtk.h>. You might even see a faster compilation time, because of
that!

I have moved most of the extraneous info out of packet.h and into more
appropriate places. The work is not completely done, though.

(and yes, I merged my changes into the changes just made by Guy, so I
didn't overwrite any of his work)

My next task will be to merge Jun's ipv6 code into ethereal.

Then after that, unless someone beats me to it, I'll add a simple tmpnam()
call to capture.c so that a capture file *is* created when the user doesn't
provide a file name. And I'll see if I can't get capture.c to remember the
most recently used cf.save_file filename correctly.

--gilbert