Version 0.3 - New example script: flowprint-full prints all flow fields - Flow.getID() method - Bug fix: Flow.last_raw actually returned flow.first_raw - Documentation updates Version 0.2 - The flow attributes "first" and "last" now return standard Unix timestamps (i.e. seconds since 1970-01-01 00:00:00). To get the raw values as found in the NetFlow data, you can use "first_raw" and "last_raw". - For each flow attribute "x" returning an IP address, a "x_raw" variant has been added, that returns the address as a long integer rather than as a string. - Values defined as uint32 in flow records are converted to long ints (rather than ints). Version 0.1 - Initial release