Ethereal-dev: Re: [ethereal-dev] LLC/xdlc bug

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

From: Guy Harris <gharris@xxxxxxxxxxxx>
Date: Sun, 26 Sep 1999 13:36:42 -0700
> Yes, *if* the frame isn't an unnumbered frame.  Perhaps
> "dissect_xdlc_control()" needs to return both the control field length
> *and* an indication of whether the frame has a payload or not.  (Or,
> alternatively, it could return the raw control field, and we could have
> macros in "xdlc.h" to determine from a control field whether the frame
> has a payload or not and how long the field is.)

Done (I did it the latter way).