From Anand V. Narwani: fix to the Info column for Request frames.
authorguy <guy@f5534014-38df-0310-8fa8-9805f1628bb7>
Sat, 20 Jul 2002 23:19:20 +0000 (23:19 +0000)
committerguy <guy@f5534014-38df-0310-8fa8-9805f1628bb7>
Sat, 20 Jul 2002 23:19:20 +0000 (23:19 +0000)
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@5896 f5534014-38df-0310-8fa8-9805f1628bb7

plugins/docsis/packet-docsis.c

index 90ed0a8b51bd53617428d570e29d51d8f0ff727d..bdbd6c8abe23225d48889d7784b41e33af02e661 100644 (file)
@@ -2,7 +2,7 @@
  * Routines for docsis dissection
  * Copyright 2002, Anand V. Narwani <anarwani@cisco.com>
  *
- * $Id: packet-docsis.c,v 1.2 2002/07/17 00:42:58 guy Exp $
+ * $Id: packet-docsis.c,v 1.3 2002/07/20 23:19:20 guy Exp $
  *
  * Ethereal - Network traffic analyzer
  * By Gerald Combs <gerald@ethereal.com>
@@ -357,8 +357,8 @@ dissect_docsis (tvbuff_t * tvb, packet_info * pinfo, proto_tree * tree)
        case FCTYPE_MACSPC:
          if (fcparm == 0x02)
            col_add_fstr (pinfo->cinfo, COL_INFO,
-                         "Request Frame SID = %u Mini Slots = %u", mac_parm,
-                         len_sid);
+                         "Request Frame SID = %u Mini Slots = %u", len_sid,
+                         mac_parm);
          else if (fcparm == 0x03)
            col_set_str (pinfo->cinfo, COL_INFO, "Mac Specific");
          else