All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH libnetfilter_log 0/6] Implementation of some fields omitted by `ipulog_get_packet`.
@ 2021-08-28 19:38 Jeremy Sowden
  2021-08-28 19:38 ` [PATCH libnetfilter_log 1/6] Add doxygen directory to .gitignore Jeremy Sowden
                   ` (7 more replies)
  0 siblings, 8 replies; 16+ messages in thread
From: Jeremy Sowden @ 2021-08-28 19:38 UTC (permalink / raw)
  To: Pablo Neira Ayuso; +Cc: Netfilter Devel

The first four patches contain some miscellaneous improvements, then the
last two add code to retrieve time-stamps and interface names from
packets.

Incidentally, I notice that the last release of libnetfilter_log was in
2012.  Time for 1.0.2, perhaps?

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.

 .gitignore             |  1 +
 Makefile.am            |  4 +---
 src/libipulog_compat.c | 28 ++++++++++++++++++----------
 src/libnetfilter_log.c | 12 +++++-------
 utils/ulog_test.c      |  7 +++++++
 5 files changed, 32 insertions(+), 20 deletions(-)

-- 
2.33.0


^ permalink raw reply	[flat|nested] 16+ messages in thread

end of thread, other threads:[~2021-09-01 10:03 UTC | newest]

Thread overview: 16+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-08-28 19:38 [PATCH libnetfilter_log 0/6] Implementation of some fields omitted by `ipulog_get_packet` Jeremy Sowden
2021-08-28 19:38 ` [PATCH libnetfilter_log 1/6] Add doxygen directory to .gitignore Jeremy Sowden
2021-08-28 19:38 ` [PATCH libnetfilter_log 2/6] build: remove references to non-existent man-pages Jeremy Sowden
2021-08-28 19:38 ` [PATCH libnetfilter_log 3/6] doc: fix typo's in example Jeremy Sowden
2021-08-28 19:38 ` [PATCH libnetfilter_log 4/6] src: use calloc instead of malloc + memset Jeremy Sowden
2021-08-28 19:38 ` [PATCH libnetfilter_log 5/6] libipulog: use correct index to find attribute in packet Jeremy Sowden
2021-08-28 19:38 ` [PATCH libnetfilter_log 6/6] libipulog: fill in missing packet fields Jeremy Sowden
2021-08-28 19:53 ` [PATCH libnetfilter_log 0/6] Implementation of some fields omitted by `ipulog_get_packet` Jan Engelhardt
2021-08-28 22:19   ` Jeremy Sowden
2021-08-30  0:16 ` Pablo Neira Ayuso
2021-08-30  1:33   ` Duncan Roe
2021-08-30 10:02     ` Jeremy Sowden
2021-08-31  9:00       ` Duncan Roe
2021-09-01 10:03         ` Jeremy Sowden
2021-08-30 10:05   ` Jeremy Sowden
2021-08-30 10:46     ` 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.