Index: trunk/FACT++/src/EventBuilder.c
===================================================================
--- trunk/FACT++/src/EventBuilder.c	(revision 12510)
+++ trunk/FACT++/src/EventBuilder.c	(revision 12520)
@@ -1466,5 +1466,5 @@
                      // but it doesn't really matter because it is not really
                      // used anywehere else
-                     rd[i].rBuf->S[1]  = ntohs(rd[i].rBuf->S[1]);    // package_length
+//                     rd[i].rBuf->S[1]  = ntohs(rd[i].rBuf->S[1]);    // package_length
                      rd[i].rBuf->S[2]  = ntohs(rd[i].rBuf->S[2]);    // version_no
                      rd[i].rBuf->S[3]  = ntohs(rd[i].rBuf->S[3]);    // PLLLCK
@@ -1487,5 +1487,5 @@
                          rd[i].rBuf->S[s] = ntohs(rd[i].rBuf->S[s]); // drs_temperature / dac
  
-                     rd[i].fadLen  = rd[i].rBuf->S[1] * 2;
+                     rd[i].fadLen  = ntohs(rd[i].rBuf->S[1]) * 2;
                      rd[i].fadVers = rd[i].rBuf->S[2];
                      rd[i].ftmTyp  = rd[i].rBuf->S[5];
