From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-5.3 required=3.0 tests=BAYES_00, HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS, USER_AGENT_SANE_1 autolearn=no autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id B678EC432BE for ; Sat, 28 Aug 2021 19:53:23 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 9153C60EB3 for ; Sat, 28 Aug 2021 19:53:23 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S230253AbhH1TyN (ORCPT ); Sat, 28 Aug 2021 15:54:13 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:45838 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S232200AbhH1TyM (ORCPT ); Sat, 28 Aug 2021 15:54:12 -0400 Received: from a3.inai.de (a3.inai.de [IPv6:2a01:4f8:10b:45d8::f5]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 82AACC061756 for ; Sat, 28 Aug 2021 12:53:21 -0700 (PDT) Received: by a3.inai.de (Postfix, from userid 25121) id 03C2C59BB01EA; Sat, 28 Aug 2021 21:53:19 +0200 (CEST) Received: from localhost (localhost [127.0.0.1]) by a3.inai.de (Postfix) with ESMTP id 0010C60C43D95; Sat, 28 Aug 2021 21:53:19 +0200 (CEST) Date: Sat, 28 Aug 2021 21:53:19 +0200 (CEST) From: Jan Engelhardt To: Jeremy Sowden cc: Pablo Neira Ayuso , Netfilter Devel Subject: Re: [PATCH libnetfilter_log 0/6] Implementation of some fields omitted by `ipulog_get_packet`. In-Reply-To: <20210828193824.1288478-1-jeremy@azazel.net> Message-ID: <5n2q9rr7-p920-pro6-3nn2-pn5qps91so64@vanv.qr> References: <20210828193824.1288478-1-jeremy@azazel.net> User-Agent: Alpine 2.24 (LSU 510 2020-10-10) MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Precedence: bulk List-ID: X-Mailing-List: netfilter-devel@vger.kernel.org On Saturday 2021-08-28 21:38, Jeremy Sowden wrote: >Jeremy Sowden (6): > Add doxygen directory to .gitignore. > build: remove references to non-existent man-pages. > doc: fix typo's in example. > src: use calloc instead of malloc + memset. > libipulog: use correct index to find attribute in packet. > libipulog: fill in missing packet fields. Subjects are not full sentences, as such they should never contain trailing periods.