summaryrefslogtreecommitdiff
path: root/packet.h
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>1999-01-05 08:48:40 +0000
committerGuy Harris <guy@alum.mit.edu>1999-01-05 08:48:40 +0000
commitbc21c7a2c7fa098c3ec318bc732b990425476edb (patch)
treea16a17e83782cbc4e732fb7a1306cdc864707aaf /packet.h
parente808e2a73344f8a9beeae76bcae728b429f41f4b (diff)
downloadwireshark-bc21c7a2c7fa098c3ec318bc732b990425476edb.tar.gz
Decode the various flag fields in resource records in NBNS replies.
svn path=/trunk/; revision=159
Diffstat (limited to 'packet.h')
-rw-r--r--packet.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/packet.h b/packet.h
index 3cf8b7e00d..ed67f6b4b4 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.32 1999/01/05 07:33:38 guy Exp $
+ * $Id: packet.h,v 1.33 1999/01/05 08:48:40 guy Exp $
*
* Ethereal - Network traffic analyzer
* By Gerald Combs <gerald@zing.org>
@@ -445,6 +445,8 @@ enum {
ETT_IPXSAP_SERVER,
ETT_NBNS,
ETT_NBNS_FLAGS,
+ ETT_NBNS_NB_FLAGS,
+ ETT_NBNS_NAME_FLAGS,
ETT_NBNS_QRY,
ETT_NBNS_QD,
ETT_NBNS_ANS,