K 10 svn:author V 3 jhb K 8 svn:date V 27 2015-08-17T18:47:39.761445Z K 7 svn:log V 330 Tidy the linux_socketcall decoding: - Don't exit if get_struct() fails, instead print the raw pointer value to match all other argument decoding cases. - Use an xlat table instead of a home-rolled switch for the operation name. - Display the nested socketcall args structure as a structure instead of as two inline arguments. END