SQL Reports

From Observer GigaFlow Support | VIAVI Solutions Inc.
Revision as of 13:50, 5 June 2020 by Kevin Wilkie (Talk | contribs)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search
"__btoip"    return CROSUtils.inet_btoa(((BigDecimal) value).toBigInteger());
"__ltomac"    return CROSUtils.longToMac(((Long) value));
"__itoflags"    return CROSUtils.getTCPFlags(((Integer) value));
"__ltotime"    return CROSUtils.getDateLong(((Long) value));
"__itoappid"    return getAppIDDisplay(((Integer) value));
 "__itofwextcode"    return customerData.fwExitCodes.getOrDefault((Integer) value, "Unknown:" + (Integer) value);
"__itofwevent"    return customerData.fwEventCodes.getOrDefault((Integer) value, "Unknown:" + (Integer) value);