If you have the comma delimited CDR file open it in excel. Take the decimal value of origIPAddr and use the following formula to convert it to an IP address.=CONCATENATE(HEX2DEC(MID(DEC2HEX(A1+4294967296),8,2)),".",HEX2DEC(MID(DEC2HEX(A1+4294967296),...