Ethereal-users: [Ethereal-users] ethereal 0.10.8 possible bug prevents compilation?

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

From: Neil Davis <Neil.Davis@xxxxxxx>
Date: Fri, 07 Jan 2005 10:44:39 +0000
Hi,

there appears to be a syntax error in epan/dissectors/packet-dcerpc-samr.c:1733 which prevents compilation.
It look like

proto_tree_add_text (tree, tvb$  offset, -1,

should be
proto_tree_add_text (tree, tvb, offset, -1,

I've made this change and now it compiles.

Rgds
Neil Davis.