aboutsummaryrefslogtreecommitdiffstats
path: root/packet.h
diff options
context:
space:
mode:
authorguy <guy@f5534014-38df-0310-8fa8-9805f1628bb7>1999-01-05 08:48:40 +0000
committerguy <guy@f5534014-38df-0310-8fa8-9805f1628bb7>1999-01-05 08:48:40 +0000
commit29b5e8d661b7b99de95fbd67332305f76810374e (patch)
treea16a17e83782cbc4e732fb7a1306cdc864707aaf /packet.h
parent3c93d8840e37d90ca61bef4f0887f97b512c40a7 (diff)
Decode the various flag fields in resource records in NBNS replies.
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@159 f5534014-38df-0310-8fa8-9805f1628bb7
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,