* SUCH DAMAGE.
*/
-/* $Id: snprintf.c,v 1.7 2003-11-15 00:39:48 guy Exp $ */
-
#ifdef HAVE_CONFIG_H
#include <config.h>
#endif
-
#include <stdio.h>
#include <stdarg.h>
#include <stdlib.h>
#include <ctype.h>
#include <sys/types.h>
-#include <interface.h>
+#include "netdissect.h"
-#ifndef lint
-static const char rcsid[] _U_ =
- "@(#) $Header: /tcpdump/master/tcpdump/missing/snprintf.c,v 1.7 2003-11-15 00:39:48 guy Exp $";
-#endif
enum format_flags {
minus_flag = 1,
plus_flag = 2,