aboutsummaryrefslogtreecommitdiffstats
path: root/packet-dns.c
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2001-04-17 06:29:14 +0000
committerGuy Harris <guy@alum.mit.edu>2001-04-17 06:29:14 +0000
commitc5aaac7823896a3dba279c92b6ae9eb5cd503a9e (patch)
tree1d18b9aa9f7d6529c782365c49361fa45d60d974 /packet-dns.c
parentd01ff0c85783b03fd0d9f52dbb384c71ae6a459e (diff)
Move the declaration of "ipprotostr()" out of "epan/packet.h" into a new
"ipproto.h" header file. svn path=/trunk/; revision=3313
Diffstat (limited to 'packet-dns.c')
-rw-r--r--packet-dns.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/packet-dns.c b/packet-dns.c
index f66d0c787c..915abe02bf 100644
--- a/packet-dns.c
+++ b/packet-dns.c
@@ -1,7 +1,7 @@
/* packet-dns.c
* Routines for DNS packet disassembly
*
- * $Id: packet-dns.c,v 1.64 2001/02/20 16:25:52 nneul Exp $
+ * $Id: packet-dns.c,v 1.65 2001/04/17 06:29:12 guy Exp $
*
* Ethereal - Network traffic analyzer
* By Gerald Combs <gerald@zing.org>
@@ -37,6 +37,7 @@
#include <glib.h>
#include "packet.h"
+#include "ipproto.h"
#include "resolv.h"
#include "packet-dns.h"
#include "packet-ip.h"