Hi everybody, I am using an older version of nfdump (1.5.x, from around 2008). I used some source files (nffile.h, etc.) for building my own project on top to parse nfdump files. Now, in 1.6.x, there is a new file format (DATA_BLOCK_TYPE_2), which is not compatible to 1.5.x.
Our system recently got updated to version 1.6.x, but I would like to avoid rewriting my whole software. Is there any way to convert dumps from 1.6.x back to 1.5.x file format? I think I dont need any of extra information in the new file format. I found Convert_v1_to_v2 (nffile.c). I guess I need the opposite. Will it be enough to convert common_record_t back to common_record_v1_t or will I run into further problems with the "extension records", which are not present in the old file format? Thanks in advance, Florian ------------------------------------------------------------------------------ Download Intel® Parallel Studio Eval Try the new software tools for yourself. Speed compiling, find bugs proactively, and fine-tune applications for parallel performance. See why Intel Parallel Studio got high marks during beta. http://p.sf.net/sfu/intel-sw-dev _______________________________________________ Nfsen-discuss mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/nfsen-discuss
