On Mon, Dec 06, 2021 at 09:54:30AM -0500, David Wysochanski wrote: > > TP_printk( > > - "socket:[%llu] dstaddr=%s/%s " > > + "socket:[%llu] srcaddr=%pISpc dstaddr=%pISpcst " > > Shouldn't the above scan code be the same as dstaddr below: "dstaddr=%pISpc " Yes, not sure why the extra "st", but it should be "dstaddr=%pISpc" indeed. I can resend it with the correct format. Thanks, Pier