On 04/04/2016 11:29 AM, Ivan wrote: > Hello, friends, > I try to use nfdump 1.6.13 on linux. > I want dump only few information from captured flows, e.g, I try to use > " -o fmt:%sa %da %ibyt %obyt" options. But %sa and %da shrinks IPv6 > addresses. I can't guess, how I must modify options for my case. > Can anyone tell me, what options I must use to get unshrinked IPv6 > addresses in report ? > Thank you. >
Hi Ivan, from man nfdump: Example: -o line displays an IPv6 address as 2001:23..80:d01e where as the format -o line6 displays the IPv6 address in full length 2001:234:aabb::211:24ff:fe80:d01e. The combination of -o line -6 is equivalent to -o line6. In your case: nfdump -r xxx.nfdump -6 -o fmt:%sa %da %ibyt %obyt" Cheers, M. ------------------------------------------------------------------------------ _______________________________________________ Nfdump-discuss mailing list Nfdump-discuss@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/nfdump-discuss