On Sun, Feb 15, 2004 at 07:47:59PM -0600, Edwin Calo wrote:
> I change it using 'tvb_memcpy' and also fixed the readonly warning.
Checked in, with
string='\0';
replaced by
string=NULL;
'\0' equals the character value 0, not a pointer to a character of 0.
string="\0"; would be a pointer to '\0'
Now all I do is set string to point nowhere.
Ciao
J�rg
PS: If I understand your code correctly, the the dissector currently doesn't
even recognize PDU borders. Would you be interested in working on that?
--
Joerg Mayer <[EMAIL PROTECTED]>
We are stuck with technology when what we really want is just stuff that
works. Some say that should read Microsoft instead of technology.
_______________________________________________
Ethereal-dev mailing list
[EMAIL PROTECTED]
http://www.ethereal.com/mailman/listinfo/ethereal-dev