On Sun, Apr 20, 2003 at 02:20:00PM +0200, Erwin Rol wrote:
> attached i have a patch and a tar file ( which should be extracted in
> the plugin directory ) with a new artnet plugin
Checked in, with some additional stuff (changes to the stuff in
"packaging/nsis" to put the ArtNET plugin into the distribution; putting
artnet at the beginning rather than the end of lists of plugins, to keep
them in alphabetical order; change to packet-artnet.c to use
"col_set_str()" to set the protocol column - if you're using a constant
string, it's slightly faster, as it just sets a pointer - and to use
"col_clear()" to clear out the Info column before doing anything, so
that if the dissector throws an exception it doesn't have ARTNET in the
protocol column and stuff from UDP in the Info column, and to put in a
comment giving the URL of a spec for ArtNET).
> ( i didn't manage to get
> "cvs diff" to include the new directory :-/ )
I'm not sure there is a way to do that. GNU diff has a "-N" flag, but
"cvs diff" doesn't have a flag that does the same thing, unless I've
missed it.