X-Git-Url: http://g0dil.de/git?a=blobdiff_plain;f=Packets%2FParseHelpers.hh;h=85ab05614a6abf73574c6026f386df010e1affaf;hb=77191ea0291fb6c2ad0a472c83258722bf221f8f;hp=40403ab563d6824259555d2b290424c76418e4f2;hpb=2371b3e67e650b7e829c35e8b4441a8ce2931ac0;p=senf.git diff --git a/Packets/ParseHelpers.hh b/Packets/ParseHelpers.hh index 40403ab..85ab056 100644 --- a/Packets/ParseHelpers.hh +++ b/Packets/ParseHelpers.hh @@ -671,9 +671,9 @@ This macro will return the current fixed offset, a compile-time constant expression. This is always possible when defining a fixed size parser. - Even in dynamically sized parsers this macro will work, up tp now only fixed size fields have - been defined. This macro does \e not validate this condition, it will return an arbitrary - incorrect value otherwise. + Even in dynamically sized parsers this macro will work, if all parser defined \e before the + current position are fixed-size parsers. This macro does \e not validate this condition, it will + return an arbitrary incorrect value otherwise. \pre Current position preceded by fixed-size parsers only \returns compile-time constant offset from parsers start