diff options
author | Guy Harris <guy@alum.mit.edu> | 2004-03-17 06:55:03 +0000 |
---|---|---|
committer | Guy Harris <guy@alum.mit.edu> | 2004-03-17 06:55:03 +0000 |
commit | 2b9ad9ec25bf8a04a21a0a8ac8c8ad921696e7b9 (patch) | |
tree | e8320859896a9c09006a9a19511d847b8a251835 /plugins/docsis/packet-rngreq.c | |
parent | 3c0839b99bd71fa26d1ad68f2c2936ef9dc51e0d (diff) | |
download | wireshark-2b9ad9ec25bf8a04a21a0a8ac8c8ad921696e7b9.tar.gz wireshark-2b9ad9ec25bf8a04a21a0a8ac8c8ad921696e7b9.tar.bz2 wireshark-2b9ad9ec25bf8a04a21a0a8ac8c8ad921696e7b9.zip |
From Brian Wheeler: DOCSIS 2.0 support.
svn path=/trunk/; revision=10387
Diffstat (limited to 'plugins/docsis/packet-rngreq.c')
-rw-r--r-- | plugins/docsis/packet-rngreq.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/plugins/docsis/packet-rngreq.c b/plugins/docsis/packet-rngreq.c index ed31fbba2a..d3a160a89b 100644 --- a/plugins/docsis/packet-rngreq.c +++ b/plugins/docsis/packet-rngreq.c @@ -2,7 +2,7 @@ * Routines for Ranging Request Message dissection * Copyright 2002, Anand V. Narwani <anand[AT]narwani.org> * - * $Id: packet-rngreq.c,v 1.6 2003/12/13 03:18:38 guy Exp $ + * $Id: packet-rngreq.c,v 1.7 2004/03/17 06:55:03 guy Exp $ * * Ethereal - Network traffic analyzer * By Gerald Combs <gerald@ethereal.com> @@ -122,7 +122,7 @@ proto_register_docsis_rngreq (void) "Downstream Channel ID", HFILL} }, {&hf_docsis_rngreq_pend_compl, - {"Pending Till Complete (hundreths of a sec)", "docsis.rngreq.upchid", + {"Pending Till Complete", "docsis.rngreq.pendcomp", FT_UINT8, BASE_DEC, NULL, 0x0, "Upstream Channel ID", HFILL} }, @@ -135,7 +135,7 @@ proto_register_docsis_rngreq (void) }; /* Register the protocol name and description */ - proto_docsis_rngreq = proto_register_protocol ("DOCSIS MAP Messages", + proto_docsis_rngreq = proto_register_protocol ("DOCSIS Range Request Message", "DOCSIS RNG-REQ", "docsis_rngreq"); |