aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/docsis
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2003-11-12 23:17:37 +0000
committerGuy Harris <guy@alum.mit.edu>2003-11-12 23:17:37 +0000
commit483c96f0e84a524135082600d8367a8f1620a331 (patch)
tree916ea41b299e823939bd553d72d21773eac3f257 /plugins/docsis
parenta5a8bba3ddbabe894b4e0f329f3f2bfb5010ee5f (diff)
From Anand Narwani: fix bitmask for Active Grants field.
svn path=/trunk/; revision=8953
Diffstat (limited to 'plugins/docsis')
-rw-r--r--plugins/docsis/packet-docsis.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/plugins/docsis/packet-docsis.c b/plugins/docsis/packet-docsis.c
index 17b51f94dc..d3aa1ea757 100644
--- a/plugins/docsis/packet-docsis.c
+++ b/plugins/docsis/packet-docsis.c
@@ -2,7 +2,7 @@
* Routines for docsis dissection
* Copyright 2002, Anand V. Narwani <anand[AT]narwani.org>
*
- * $Id: packet-docsis.c,v 1.15 2003/09/09 07:18:11 guy Exp $
+ * $Id: packet-docsis.c,v 1.16 2003/11/12 23:17:37 guy Exp $
*
* Ethereal - Network traffic analyzer
* By Gerald Combs <gerald@ethereal.com>
@@ -697,7 +697,7 @@ proto_register_docsis (void)
},
{&hf_docsis_ehdr_grants,
{"Active Grants", "docsis.ehdr.act_grants",
- FT_UINT8, BASE_DEC, NULL, 0x0,
+ FT_UINT8, BASE_DEC, NULL, 0x7F,
"Active Grants", HFILL}
},
{&hf_docsis_hcs,