]> The Tcpdump Group git mirrors - tcpdump/blobdiff - missing/inet_aton.c
Improve printout of DHCPv6 options.
[tcpdump] / missing / inet_aton.c
index a35312a89dd160564796f6ccf92e1832469daf9f..bc1461aa71898c6a95c56cd20266a71f52c755d5 100644 (file)
  * SUCH DAMAGE.
  */
 
-/* $Id: inet_aton.c,v 1.5 2003-11-15 00:39:47 guy Exp $ */
-
-
-#include <tcpdump-stdinc.h>
-
-
-#include "interface.h"
+/* $Id: inet_aton.c,v 1.6 2003-11-16 09:36:49 guy Exp $ */
 
 #ifndef lint
 static const char rcsid[] _U_ =
-     "@(#) $Header: /tcpdump/master/tcpdump/missing/inet_aton.c,v 1.5 2003-11-15 00:39:47 guy Exp $";
+     "@(#) $Header: /tcpdump/master/tcpdump/missing/inet_aton.c,v 1.6 2003-11-16 09:36:49 guy Exp $";
 #endif
 
+#include <tcpdump-stdinc.h>
+
 /* Minimal implementation of inet_aton.
  * Cannot distinguish between failure and a local broadcast address. */