aboutsummaryrefslogtreecommitdiffstats
path: root/packet.h
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>1998-10-14 19:35:00 +0000
committerGuy Harris <guy@alum.mit.edu>1998-10-14 19:35:00 +0000
commit022967513b13cd4b2d3037ff918978b2967af8c6 (patch)
treeea4094f44b7e15bafe7a8bcb55a925332f3a6a38 /packet.h
parentb3da21d81259833e8b51ad03e4397393655d27ad (diff)
downloadwireshark-022967513b13cd4b2d3037ff918978b2967af8c6.tar.gz
wireshark-022967513b13cd4b2d3037ff918978b2967af8c6.tar.bz2
wireshark-022967513b13cd4b2d3037ff918978b2967af8c6.zip
Tag NetBIOS Name Service-over-UDP packets as "NBNS (UDP)".
Give a detailed display of the innards of NBNS-over-UDP packets. Export some stuff from the DNS decoder for the use of the NBNS decoder (NBNS is DNS-like). Give a more detailed display of the innards of DNS packets as well. Fix a couple of minor NBNS bugs. svn path=/trunk/; revision=55
Diffstat (limited to 'packet.h')
-rw-r--r--packet.h6
1 files changed, 5 insertions, 1 deletions
diff --git a/packet.h b/packet.h
index 90f12013a5..2d02f374de 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.16 1998/10/14 05:18:32 gram Exp $
+ * $Id: packet.h,v 1.17 1998/10/14 19:35:00 guy Exp $
*
* Ethereal - Network traffic analyzer
* By Gerald Combs <gerald@zing.org>
@@ -405,6 +405,7 @@ enum {
ETT_DNS,
ETT_DNS_ANS,
ETT_DNS_QRY,
+ ETT_DNS_RR,
ETT_RIP,
ETT_RIP_VEC,
ETT_OSPF,
@@ -427,6 +428,9 @@ enum {
ETT_IPXSAP,
ETT_IPXSAP_SERVER,
ETT_NBNS,
+ ETT_NBNS_ANS,
+ ETT_NBNS_QRY,
+ ETT_NBNS_RR,
ETT_NBIPX,
NUM_TREE_TYPES /* last item number plus one */
};