Ethereal-dev: [Ethereal-dev] Documentation

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

From: Hartmut Mueller <hartmut@xxxxxxxxxxxxxxxxx>
Date: Sun, 15 Apr 2001 18:45:41 +0200
Hi,

We made a nice picture for our study papers about writing dissectors for 
Ethereal. I think it can be helpful to understand how to write new code 
for absolute beginners.

I changed
--
if (check_col(pinfo->fd, COL_INFO))
                col_set_str(pinfo->fd, COL_INFO, "XXX Request");
--
into
--
if (check_col(pinfo->fd, COL_INFO))
                col_add_str(pinfo->fd, COL_INFO, "ADDEDINFO");
--

in README.developer to show that you can add more info during the analysis of 
the frame.

Cheers, Hartmut

PS: I've put both .png and .eps in this mail. The b2-zipped .eps is for 
LaTeX, the .png for preview and The Web. They are GPLed ;-)

Attachment: bac_er-small.png
Description: PNG image

Attachment: bac_er-small.eps.bz2
Description: BZip2 compressed data