Difference between revisions of "SQL Reports"

From Observer GigaFlow Support | VIAVI Solutions Inc.
Jump to: navigation, search
(Created page with " "__btoip" return CROSUtils.inet_btoa(((BigDecimal) value).toBigInteger()); "__ltomac" return CROSUtils.longToMac(((Long) value)); "__itoflags" return CROSUtils.get...")
 

Latest revision as of 13:50, 5 June 2020

"__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);