Ethereal-dev: Re: [Ethereal-dev] 'Assertion failed' with CVS snapshots & Mandrake9.0.

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

From: "Martin Regner" <martin.regner@xxxxxxxxx>
Date: Tue, 26 Nov 2002 18:43:03 +0100
It seems that your packet-regrsp.c is an old version (or that the plugin hasn't been rebuild). 
In the backtrace the name is "DOCSIS Registration Requests",
but Guy has changed the name to "DOCSIS Registration Responses" after the 0.9.7 release
in order to not use same name as in packet-regreq.c:

>     name=0x4046f5a0 "DOCSIS Registration Requests",
>     short_name=0x4046f8f4 "DOCSIS REG-RSP",
>     filter_name=0x4046f903 "docsis_regrsp") at proto.c:2073


/* Register the protocol name and description */
  proto_docsis_regrsp =
    proto_register_protocol ("DOCSIS Registration Responses", "DOCSIS REG-RSP",
        "docsis_regrsp");

http://www.ethereal.com/lists/ethereal-cvs/200210/msg00079.html