aboutsummaryrefslogtreecommitdiffstats
path: root/packet-fcsb3.c
diff options
context:
space:
mode:
authorulfl <ulfl@f5534014-38df-0310-8fa8-9805f1628bb7>2003-12-17 23:35:29 +0000
committerulfl <ulfl@f5534014-38df-0310-8fa8-9805f1628bb7>2003-12-17 23:35:29 +0000
commitb886ff9755ee458bf214c0e68382a47791b500a1 (patch)
tree3c1841cfc3cd95ebf2e74a94096daebeac920343 /packet-fcsb3.c
parent9649edc5849fef871a3f54d564bd435958ecbb3d (diff)
removed some more MSVC warnings (type casting)
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@9332 f5534014-38df-0310-8fa8-9805f1628bb7
Diffstat (limited to 'packet-fcsb3.c')
-rw-r--r--packet-fcsb3.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/packet-fcsb3.c b/packet-fcsb3.c
index fb5cd161c2..fe407b6754 100644
--- a/packet-fcsb3.c
+++ b/packet-fcsb3.c
@@ -3,7 +3,7 @@
* This decoder is for FC-SB3 version 1.4
* Copyright 2003, Dinesh G Dutt <ddutt@cisco.com>
*
- * $Id: packet-fcsb3.c,v 1.1 2003/10/30 02:06:12 guy Exp $
+ * $Id: packet-fcsb3.c,v 1.2 2003/12/17 23:35:28 ulfl Exp $
*
* Ethereal - Network traffic analyzer
* By Gerald Combs <gerald@ethereal.com>
@@ -644,7 +644,7 @@ static void dissect_fc_sbccs_dib_ctl_hdr (tvbuff_t *tvb, packet_info *pinfo,
tvb_get_ntoh24 (tvb, offset+1),
"Control Parameter: 0x%x(%s)",
tvb_get_ntoh24 (tvb, offset+1),
- get_sel_rst_param_string (ctlfn,
+ get_sel_rst_param_string ((guint8) ctlfn,
buffer));
break;
case FC_SBCCS_CTL_FN_DEV_XCP: