* [PATCH libnetfilter_queue] Fix typo in examples/nf-queue.c from patch 9a8e4c3
@ 2023-09-27 1:26 Duncan Roe
2023-09-27 9:06 ` Pablo Neira Ayuso
0 siblings, 1 reply; 2+ messages in thread
From: Duncan Roe @ 2023-09-27 1:26 UTC (permalink / raw)
To: pablo; +Cc: netfilter-devel
Signed-off-by: Duncan Roe <duncan_roe@optusnet.com.au>
---
examples/nf-queue.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/examples/nf-queue.c b/examples/nf-queue.c
index baff5c2..1ae52e4 100644
--- a/examples/nf-queue.c
+++ b/examples/nf-queue.c
@@ -106,7 +106,7 @@ static int queue_cb(const struct nlmsghdr *nlh, void *data)
printf("packet received (id=%u hw=0x%04x hook=%u, payload len %u",
id, ntohs(ph->hw_protocol), ph->hook, plen);
- /* Fetch ethernet destionation address. */
+ /* Fetch ethernet destination address. */
if (attr[NFQA_HWADDR]) {
struct nfqnl_msg_packet_hw *hw = mnl_attr_get_payload(attr[NFQA_HWADDR]);
unsigned int hwlen = ntohs(hw->hw_addrlen);
--
2.35.8
^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: [PATCH libnetfilter_queue] Fix typo in examples/nf-queue.c from patch 9a8e4c3
2023-09-27 1:26 [PATCH libnetfilter_queue] Fix typo in examples/nf-queue.c from patch 9a8e4c3 Duncan Roe
@ 2023-09-27 9:06 ` Pablo Neira Ayuso
0 siblings, 0 replies; 2+ messages in thread
From: Pablo Neira Ayuso @ 2023-09-27 9:06 UTC (permalink / raw)
To: Duncan Roe; +Cc: netfilter-devel
Applied, thanks
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2023-09-27 9:06 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-09-27 1:26 [PATCH libnetfilter_queue] Fix typo in examples/nf-queue.c from patch 9a8e4c3 Duncan Roe
2023-09-27 9:06 ` Pablo Neira Ayuso
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.