Ethereal-dev: Re: [ethereal-dev] RPC dissector

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

From: Guy Harris <guy@xxxxxxxxxx>
Date: Thu, 28 Oct 1999 19:27:42 -0700 (PDT)
Well, it appears to have successfully dissected some RPC captures I had;
good show!

I changed it to put just the protocol name in the COL_PROTOCOL field,
and to put the rest of the stuff in COL_INFO; this involved implementing
"col_append_fstr()" (a prototype for which already existed but an
implementation for which didn't).