[tcpdump-workers] [PATCH] Fix --with-pcap={linux,bpf} when SNF API is present

2010-01-12 Thread Christian Bell
From: Christian Bell Can be squashed with previous patch, if previous is acceptable. --- configure.in |6 +- 1 files changed, 5 insertions(+), 1 deletions(-) diff --git a/configure.in b/configure.in index 4a7c629..46f45c7 100644 --- a/configure.in +++ b/configure.in @@ -1082,7

Re: [tcpdump-workers] [PATCH][RFC] Allow linking from custom staticlib.a instead of list of object files

2010-01-11 Thread Christian Bell
On Jan 8, 2010, at 7:22 PM, Guy Harris wrote: On Jan 8, 2010, at 12:56 PM, Guy Harris wrote: You might want to call it ARCHIVELIBS, by analogy to LIBS. Another possibility, if the routines are in an installed library, would be to just add that library to LIBS. The shared libpcap will

[tcpdump-workers] [PATCH] Add Myricom SNF API support as a new pcap device.

2010-01-11 Thread Christian Bell
From: Christian Bell This patch adds support for our NICs when run in a specialized capture mode. It is diffed against the current master. The Myricom Sniffer10G software uses Myri-10G programmable Network Interface Cards (NICs), a firmware extension, a specialized driver and a user-level

[tcpdump-workers] [PATCH][RFC] Allow linking from custom staticlib.a instead of list of object files

2010-01-07 Thread Christian Bell
From: Christian Bell This patch allows libpcap.a and libpcap.so to include object files from a static library archive instead of just a list of .o files. I'm only including the Makefile.in part because I just want feedback on whether this would be acceptable practice. I'm preparin

[tcpdump-workers] [PATCH] minor VPATH build fixes in top-level Makefile

2010-01-07 Thread Christian Bell
--- Makefile.in | 10 +- 1 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Makefile.in b/Makefile.in index 53801c1..96d5d47 100644 --- a/Makefile.in +++ b/Makefile.in @@ -126,7 +126,7 @@ TAGFILES = \ $(SRC) $(HDR) CLEANFILES = $(OBJ) libpcap.* filtertest findallde