[tcpdump-workers] [patch] Enable decoding of PGM encapsulated in UDP packets

2011-07-05 Thread Christoph Lameter
Some commercial middleware uses PGM for their communication but instead of sending patckets using the UDP protocol it embeds PGM in UDP packets. This patch allows tcpdump to decode that information if the option -T pgm is specified. This patch was posted more than a year ago to the Linu

Re: [tcpdump-workers] Request for a DLT value (for nflog)

2011-07-05 Thread Darren Reed
Jakub Zawadzki wrote: On Mon, Jun 20, 2011 at 11:17:20PM +0200, Jakub Zawadzki wrote: If DLT_* registration process can be only done by someone who maintains given protocol/interface than I'm not such person :) Ping? Jakub, In your last email, you said that you couldn't answer so

Re: [tcpdump-workers] Request for a DLT value (for nflog)

2011-07-05 Thread Jakub Zawadzki
On Mon, Jun 20, 2011 at 11:17:20PM +0200, Jakub Zawadzki wrote: > If DLT_* registration process can be only done by someone who maintains > given protocol/interface than I'm not such person :) Ping? Cheers, Jakub - This is the tcpdump-workers list. Visit https://cod.sandelman.ca/ to unsubscribe.

[tcpdump-workers] cross-compiling

2011-07-05 Thread Folkert van Heusden
Hi, (could not find a more general help mailinglist) I'm trying to cross-compile libpcap and tcpdump to an ARM platform. For that I use the following script to run configure for libpcap: export CXX=arm-g++ export CC=arm-gcc export CPP=arm-linux-cpp export AR=arm-ar export RANLIB=arm-ranlib export