From 022967513b13cd4b2d3037ff918978b2967af8c6 Mon Sep 17 00:00:00 2001 From: Guy Harris Date: Wed, 14 Oct 1998 19:35:00 +0000 Subject: 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 --- packet.h | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'packet.h') 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 @@ -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 */ }; -- cgit v1.2.3