Ethereal

[Ethereal-users] ethereal 0.10.8 possible bug prevents compilation?
Google
 
Web Ethereal.com

Home | Introduction | Documentation | Lists | FAQ | Development | Wiki | Bugs

Ethereal-users: January 2005


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.


Powered by MHonArc 2.6.10