* Re: [PATCH] raw2packet: fix comma instead of semicolon
[not found] <20201030143047.307-1-timon.ulrich@kabelmail.de>
@ 2020-10-30 18:55 ` Pablo Neira Ayuso
0 siblings, 0 replies; only message in thread
From: Pablo Neira Ayuso @ 2020-10-30 18:55 UTC (permalink / raw)
To: timon.ulrich; +Cc: Timon Ulrich, netfilter-devel
On Fri, Oct 30, 2020 at 03:30:47PM +0100, timon.ulrich@kabelmail.de wrote:
> From: Timon Ulrich <t.ulrich@anapur.de>
Applied, thanks.
> Signed-off-by: Timon Ulrich <t.ulrich@anapur.de>
> ---
> filter/raw2packet/ulogd_raw2packet_BASE.c | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/filter/raw2packet/ulogd_raw2packet_BASE.c b/filter/raw2packet/ulogd_raw2packet_BASE.c
> index fd2665a..9117d27 100644
> --- a/filter/raw2packet/ulogd_raw2packet_BASE.c
> +++ b/filter/raw2packet/ulogd_raw2packet_BASE.c
> @@ -905,7 +905,7 @@ static int _interp_arp(struct ulogd_pluginstance *pi, uint32_t len)
> okey_set_u16(&ret[KEY_ARP_OPCODE], ntohs(arph->arp_op));
>
> okey_set_ptr(&ret[KEY_ARP_SHA], (void *)&arph->arp_sha);
> - okey_set_ptr(&ret[KEY_ARP_SPA], (void *)&arph->arp_spa),
> + okey_set_ptr(&ret[KEY_ARP_SPA], (void *)&arph->arp_spa);
> okey_set_ptr(&ret[KEY_ARP_THA], (void *)&arph->arp_tha);
> okey_set_ptr(&ret[KEY_ARP_TPA], (void *)&arph->arp_tpa);
>
> --
> 2.17.1
>
>
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2020-10-30 18:55 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
[not found] <20201030143047.307-1-timon.ulrich@kabelmail.de>
2020-10-30 18:55 ` [PATCH] raw2packet: fix comma instead of semicolon Pablo Neira Ayuso
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).