summaryrefslogtreecommitdiff
path: root/packet.h
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>1998-10-15 06:40:51 +0000
committerGuy Harris <guy@alum.mit.edu>1998-10-15 06:40:51 +0000
commit75b9af68ebfa5a00e85dc414597fddd60c8f3648 (patch)
treea511ed93fe8a7a725cbf740863175ece54837dd8 /packet.h
parent02fdc292b1a6529fc3cfc717483d44c8951bac26 (diff)
downloadwireshark-75b9af68ebfa5a00e85dc414597fddd60c8f3648.tar.gz
Show queries as a summary line (as was the case before my DNS checkins)
which can be expanded into a detailed name/type/class description. svn path=/trunk/; revision=58
Diffstat (limited to 'packet.h')
-rw-r--r--packet.h8
1 files changed, 5 insertions, 3 deletions
diff --git a/packet.h b/packet.h
index 2d02f374de..72b361ff0c 100644
--- a/packet.h
+++ b/packet.h
@@ -1,7 +1,7 @@
/* packet.h
* Definitions for packet disassembly structures and routines
*
- * $Id: packet.h,v 1.17 1998/10/14 19:35:00 guy Exp $
+ * $Id: packet.h,v 1.18 1998/10/15 06:40:51 guy Exp $
*
* Ethereal - Network traffic analyzer
* By Gerald Combs <gerald@zing.org>
@@ -403,8 +403,9 @@ enum {
ETT_SPX,
ETT_NCP,
ETT_DNS,
- ETT_DNS_ANS,
ETT_DNS_QRY,
+ ETT_DNS_QD,
+ ETT_DNS_ANS,
ETT_DNS_RR,
ETT_RIP,
ETT_RIP_VEC,
@@ -428,8 +429,9 @@ enum {
ETT_IPXSAP,
ETT_IPXSAP_SERVER,
ETT_NBNS,
- ETT_NBNS_ANS,
ETT_NBNS_QRY,
+ ETT_NBNS_QD,
+ ETT_NBNS_ANS,
ETT_NBNS_RR,
ETT_NBIPX,
NUM_TREE_TYPES /* last item number plus one */