diff options
author | Ulf Lamping <ulf.lamping@web.de> | 2003-12-28 12:43:40 +0000 |
---|---|---|
committer | Ulf Lamping <ulf.lamping@web.de> | 2003-12-28 12:43:40 +0000 |
commit | cb2658031d74ef76562b9f1cbc608730a59a8e99 (patch) | |
tree | 11c64c88937076d1f0e632fc0e891ab2caafb002 /packet-dcerpc-rs_repadm.c | |
parent | c6852ab62587382f53d22c7e9c4fb46e2d5333eb (diff) | |
download | wireshark-cb2658031d74ef76562b9f1cbc608730a59a8e99.tar.gz wireshark-cb2658031d74ef76562b9f1cbc608730a59a8e99.tar.bz2 wireshark-cb2658031d74ef76562b9f1cbc608730a59a8e99.zip |
removed some MSVC warnings (warning level 2)
svn path=/trunk/; revision=9459
Diffstat (limited to 'packet-dcerpc-rs_repadm.c')
-rw-r--r-- | packet-dcerpc-rs_repadm.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/packet-dcerpc-rs_repadm.c b/packet-dcerpc-rs_repadm.c index 7d7d0f9088..38cc96d12d 100644 --- a/packet-dcerpc-rs_repadm.c +++ b/packet-dcerpc-rs_repadm.c @@ -5,7 +5,7 @@ * This information is based off the released idl files from opengroup. * ftp://ftp.opengroup.org/pub/dce122/dce/src/security.tar.gz security/idl/rs_repadm.idl * - * $Id: packet-dcerpc-rs_repadm.c,v 1.4 2003/08/04 02:49:01 tpot Exp $ + * $Id: packet-dcerpc-rs_repadm.c,v 1.5 2003/12/28 12:43:38 ulfl Exp $ * * Ethereal - Network traffic analyzer * By Gerald Combs <gerald@ethereal.com> @@ -50,7 +50,7 @@ static gint ett_rs_repadm = -1; static e_uuid_t uuid_rs_repadm = { 0x5b8c2fa8, 0xb60b, 0x11c9, { 0xbe, 0x0f, 0x08, 0x00, 0x1e, 0x01, 0x8f, 0xa0 } }; -static guint16 ver_rs_repadm = 1.1; +static guint16 ver_rs_repadm = (guint16) (1.1); |