tcpdump mailing list archives
Re: Missing af.h
From: Gisle Vanem <giva () bgnett no>
Date: Sun, 26 Feb 2006 16:23:25 +0100
"Guy Harris" <guy () alum mit edu> wrote:
No - it, and af.c, should probably be generated from the stuff removed from print-bgp.c.I've checked in versions of af.c and af.h generated that way.
netdissect.h isn't atomic; it needs <stdint.h> ahead of it (from tcpdump-stdinc.h). Hence:
--- tcpdump-2006.02.26\af.c Sat Feb 25 19:42:32 2006 +++ af.c Sun Feb 26 16:18:00 2006 @@ -32,6 +32,8 @@ "@(#) $Header: /tcpdump/master/tcpdump/af.c,v 1.1 2006/02/25 20:42:32 guy Exp $ (LBL)"; #endif +#include <tcpdump-stdinc.h> + #include "netdissect.h" #include "af.h" --gv - This is the tcpdump-workers list. Visit https://lists.sandelman.ca/ to unsubscribe.
Current thread:
- Missing af.h Gisle Vanem (Feb 25)
- Re: Missing af.h Guy Harris (Feb 25)
- Re: Missing af.h Gisle Vanem (Feb 26)
- Re: Missing af.h Hannes Gredler (Feb 26)
- Re: Missing af.h Gisle Vanem (Feb 26)
- Re: Missing af.h Hannes Gredler (Feb 26)
- Re: Missing af.h Hannes Gredler (Feb 26)
- Re: Missing af.h Guy Harris (Feb 25)