"Guy Harris" <[EMAIL PROTECTED]> 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.