In-reply-to: Your message of Thu, 12 Mar 1998 16:01:00 -0500. <[email protected]>
Packet headers offsets are stored in special class variables in OTcl.
You need to bind to those variables in order to access them.
Add the lines:
bind("off_flags", &off_flags_);
to your WFM constructor in C++ and you should be ok,
Kannan