That did it! FYI when building mausezahn I see this but it still builds:
staging/cli.c: In function 'cli': staging/cli.c:251: warning: passing argument 4 of 'cli_register_command' from incompatible pointer type /usr/include/libcli.h:64: note: expected 'int (*)(struct cli_def *, char *, char **, int)' but argument is of type 'int (*)(struct cli_def *, const char *, char **, int)' staging/cli.c:252: warning: passing argument 4 of 'cli_register_command' from incompatible pointer type /usr/include/libcli.h:64: note: expected 'int (*)(struct cli_def *, char *, char **, int)' but argument is of type 'int (*)(struct cli_def *, const char *, char **, int)' staging/cli.c:255: warning: passing argument 4 of 'cli_register_command' from incompatible pointer type Thanks for your help!! Mike On Aug 14, 2014, at 12:43 PM, Tobias Klauser <[email protected]> wrote: > Hi Mike > > On 2014-08-14 at 15:55:38 +0200, Mike Reeves <[email protected]> wrote: >> I want my money back!! :) Its no big deal at all.. happy to be helping! If >> you want you can hit me on Skype at reevesmk so we can cut out a step. > > Thanks :-) > > Since I don't use Skype (anymore), I'll keep this on the mailing list. > >> CC ring_rx.c >> ring_rx.c: In function 'setup_rx_ring_layout': >> ring_rx.c:124: warning: implicit declaration of function >> 'set_sockopt_tpacket_v3' >> ring_rx.c: In function 'sock_rx_net_stats': >> ring_rx.c:194: error: field 'k3' has incomplete type >> make: *** [netsniff-ng/ring_rx.o] Error 1 >> [mreeves@CentosBM netsniff-ng]$ > > It hopefully is completely fixed now in the master branch. Care to try > again? > > Thanks > Tobias > > -- > You received this message because you are subscribed to the Google Groups > "netsniff-ng" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > For more options, visit https://groups.google.com/d/optout. -- You received this message because you are subscribed to the Google Groups "netsniff-ng" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
