aboutsummaryrefslogtreecommitdiffstats
path: root/wiretap
diff options
context:
space:
mode:
authorUlf Lamping <ulf.lamping@web.de>2003-12-28 12:43:40 +0000
committerUlf Lamping <ulf.lamping@web.de>2003-12-28 12:43:40 +0000
commitcb2658031d74ef76562b9f1cbc608730a59a8e99 (patch)
tree11c64c88937076d1f0e632fc0e891ab2caafb002 /wiretap
parentc6852ab62587382f53d22c7e9c4fb46e2d5333eb (diff)
removed some MSVC warnings (warning level 2)
svn path=/trunk/; revision=9459
Diffstat (limited to 'wiretap')
-rw-r--r--wiretap/lanalyzer.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/wiretap/lanalyzer.c b/wiretap/lanalyzer.c
index 6bdeafa360..73adf2f502 100644
--- a/wiretap/lanalyzer.c
+++ b/wiretap/lanalyzer.c
@@ -1,6 +1,6 @@
/* lanalyzer.c
*
- * $Id: lanalyzer.c,v 1.41 2003/12/11 21:23:37 ulfl Exp $
+ * $Id: lanalyzer.c,v 1.42 2003/12/28 12:43:40 ulfl Exp $
*
* Wiretap Library
* Copyright (c) 1998 by Gilbert Ramirez <gram@alumni.rice.edu>
@@ -51,7 +51,7 @@ static const gint8 LA_HeaderRegularFake[] = {
};
static const gint8 LA_RxChannelNameFake[] = {
-0x06,0x10,0x80,0x00,0x43,0x68,0x61,0x6e ,0x6e,0x65,0x6c,0x31,0x00,0x43,0x68,0x61,
+0x06,0x10,(gint8)0x80,0x00,0x43,0x68,0x61,0x6e ,0x6e,0x65,0x6c,0x31,0x00,0x43,0x68,0x61,
0x6e,0x6e,0x65,0x6c,0x32,0x00,0x43,0x68 ,0x61,0x6e,0x6e,0x65,0x6c,0x33,0x00,0x43,
0x68,0x61,0x6e,0x6e,0x65,0x6c,0x34,0x00 ,0x43,0x68,0x61,0x6e,0x6e,0x65,0x6c,0x35,
0x00,0x43,0x68,0x61,0x6e,0x6e,0x65,0x6c ,0x36,0x00,0x43,0x68,0x61,0x6e,0x6e,0x65,
@@ -71,7 +71,7 @@ static const gint8 LA_TxChannelNameFake[] = {
static const gint8 LA_RxTemplateNameFake[] = {
0x35,0x10,
-0x90,0x00,0x00,0x00,0x00,0x00,0x00,0x00 ,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,
+(gint8)0x90,0x00,0x00,0x00,0x00,0x00,0x00,0x00 ,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,
0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00 ,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,
0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00 ,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,
0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00 ,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,