aboutsummaryrefslogtreecommitdiffstats
path: root/packet-osi-options.c
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2001-02-05 02:47:31 +0000
committerGuy Harris <guy@alum.mit.edu>2001-02-05 02:47:31 +0000
commit60ce2f6158217e56240d20e765a497b9e3dffdb5 (patch)
tree456b2e8d72be58a4808c6696489469506466390d /packet-osi-options.c
parent39d2be965be50f0fec8048e44450862643787042 (diff)
Fix up some MSVC complaints about (narrowing) type conversions by
widening formal arguments or narrowing variables passed as actual arguments. svn path=/trunk/; revision=2993
Diffstat (limited to 'packet-osi-options.c')
-rw-r--r--packet-osi-options.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/packet-osi-options.c b/packet-osi-options.c
index fc716dcf07..02b089cd65 100644
--- a/packet-osi-options.c
+++ b/packet-osi-options.c
@@ -5,7 +5,7 @@
* ISO 10589 ISIS (Intradomain Routeing Information Exchange Protocol)
* ISO 9542 ESIS (End System To Intermediate System Routeing Exchange Protocol)
*
- * $Id: packet-osi-options.c,v 1.4 2000/11/19 04:14:26 guy Exp $
+ * $Id: packet-osi-options.c,v 1.5 2001/02/05 02:47:31 guy Exp $
* Ralf Schneider <Ralf.Schneider@t-online.de>
*
* Ethereal - Network traffic analyzer
@@ -169,7 +169,7 @@ static const value_string osi_opt_rfd_reassembly[] = {
void
-dissect_option_qos( const u_char type, const u_char sub_type, u_char offset,
+dissect_option_qos( const u_char type, const u_char sub_type, int offset,
u_char len, tvbuff_t *tvb, proto_tree *tree ) {
u_char tmp_type = 0;