Hi, Here is an updated version of the UNIXSOCK plugin (part 2 only, other parts are unchanged). I think all remarks from Jan have been integrated: - use sizeof(server_sock.sun_path) and do not use UNIX_PATH_MAX - remove useless casts from void* - use ARRAY_SIZE - if no buffer size was provided, try to determine it using getsockopt(SO_RECVBUF) at runtime - use one line for init function attributes, and make it static Cheers, Pierre -- To unsubscribe from this list: send the line "unsubscribe netfilter-devel" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html