admin: Allow SCONS var to override the scons binary to use
[senf.git] / Packets / ParseHelpers.hh
index b9c6647..85ab056 100644 (file)
@@ -1,8 +1,8 @@
 // $Id$
 //
 // Copyright (C) 2007 
-// Fraunhofer Institut fuer offene Kommunikationssysteme (FOKUS)
-// Kompetenzzentrum fuer Satelitenkommunikation (SatCom)
+// Fraunhofer Institute for Open Communication Systems (FOKUS) 
+// Competence Center NETwork research (NET), St. Augustin, GERMANY 
 //     Stefan Bund <g0dil@berlios.de>
 //
 // This program is free software; you can redistribute it and/or modify
     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