summaryrefslogtreecommitdiff
path: root/plugins/docsis
diff options
context:
space:
mode:
authorAdrianSimionov <daniel.simionov@gmail.com>2016-01-07 00:05:47 +0100
committerMichael Mann <mmann78@netscape.net>2016-01-07 01:07:46 +0000
commit7888c43a5711710222343ee8fca8c5e500b5ed3a (patch)
tree13e6acf9f4c56cc8314362893a6ad102dac12a44 /plugins/docsis
parent32cfb5a0ceb9ee88cc13e5d8c83f2183fd0d2bbd (diff)
downloadwireshark-7888c43a5711710222343ee8fca8c5e500b5ed3a.tar.gz
[docsis->INIT-RNG-REQ] Correction for INFO field
Most probably this issue was introduced as a copy paste from RNG-REQ packet when INIT-RNG-REQ packet was first created. Change-Id: I5eb0ac666c76b48d70b3383312f0598b6110cc03 Reviewed-on: https://code.wireshark.org/review/13085 Reviewed-by: Michael Mann <mmann78@netscape.net>
Diffstat (limited to 'plugins/docsis')
-rw-r--r--plugins/docsis/packet-intrngreq.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/docsis/packet-intrngreq.c b/plugins/docsis/packet-intrngreq.c
index 55bce76b2d..9a060e7fc4 100644
--- a/plugins/docsis/packet-intrngreq.c
+++ b/plugins/docsis/packet-intrngreq.c
@@ -47,7 +47,7 @@ dissect_intrngreq (tvbuff_t * tvb, packet_info * pinfo, proto_tree * tree, void*
sid = tvb_get_ntohs (tvb, 0);
- col_add_fstr (pinfo->cinfo, COL_INFO, "Ranging Request: SID = %u",sid);
+ col_add_fstr (pinfo->cinfo, COL_INFO, "Initial Ranging Request: SID = %u",sid);
if (tree)
{