aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-nbns.c
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2005-09-21 01:15:32 +0000
committerGuy Harris <guy@alum.mit.edu>2005-09-21 01:15:32 +0000
commit7ae7aaf75caac18c2858c777e503e049c0962432 (patch)
treecd3537b8a31c82855400609802feae09f1b227d1 /epan/dissectors/packet-nbns.c
parent81a1fbfcd757c643c236f2b9533534d5fe73388d (diff)
Fix a comment.
svn path=/trunk/; revision=15915
Diffstat (limited to 'epan/dissectors/packet-nbns.c')
-rw-r--r--epan/dissectors/packet-nbns.c6
1 files changed, 4 insertions, 2 deletions
diff --git a/epan/dissectors/packet-nbns.c b/epan/dissectors/packet-nbns.c
index 146320d444..36d8731106 100644
--- a/epan/dissectors/packet-nbns.c
+++ b/epan/dissectors/packet-nbns.c
@@ -214,8 +214,10 @@ static const value_string rcode_vals[] = {
#define NB_FLAGS_G (1<<(15-0)) /* group name */
/* Values for the "NAME_FLAGS" field of a NODE_NAME entry in T_NBSTAT
- * RR data. From RFC 1001 and 1002, except for NAME_FLAGS_ONT_H_NODE,
- * which was discovered by looking at packet traces. */
+ * RR data. From RFC 1001 and 1002; as I remember, the "NAME_FLAGS"
+ * field doesn't include any special values for H-mode nodes, even
+ * though one can register them (if so, perhaps that was done to
+ * avoid surprising clients that don't know about H-mode nodes). */
#define NAME_FLAGS_PRM (1<<(15-6)) /* name is permanent node name */
#define NAME_FLAGS_ACT (1<<(15-5)) /* name is active */