aboutsummaryrefslogtreecommitdiffstats
path: root/packet-icq.c
diff options
context:
space:
mode:
authorGilbert Ramirez <gram@alumni.rice.edu>2002-04-08 20:23:55 +0000
committerGilbert Ramirez <gram@alumni.rice.edu>2002-04-08 20:23:55 +0000
commite937593bb85bdefaf14368e693754192765818f0 (patch)
tree4d90c20dd630d8ffa36aa1e78fe8ee60911efce9 /packet-icq.c
parentbf43b509f0b7018cc5beb1e74daf388390dbb3e3 (diff)
More static-ization. In util.c, I commented out the ASCII-to-EBCDIC
functions, until that time that we need them. svn path=/trunk/; revision=5130
Diffstat (limited to 'packet-icq.c')
-rw-r--r--packet-icq.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/packet-icq.c b/packet-icq.c
index 71cf002ed1..a21efee8f6 100644
--- a/packet-icq.c
+++ b/packet-icq.c
@@ -1,7 +1,7 @@
/* packet-icq.c
* Routines for ICQ packet disassembly
*
- * $Id: packet-icq.c,v 1.40 2002/02/25 07:56:59 guy Exp $
+ * $Id: packet-icq.c,v 1.41 2002/04/08 20:23:55 gram Exp $
*
* Ethereal - Network traffic analyzer
* By Gerald Combs <gerald@ethereal.com>
@@ -364,7 +364,7 @@ static const value_string clientCmdCode[] = {
/*
* All ICQv5 decryption code thanx to Sebastien Dault (daus01@gel.usherb.ca)
*/
-const u_char
+static const u_char
table_v5 [] = {
0x59, 0x60, 0x37, 0x6B, 0x65, 0x62, 0x46, 0x48, 0x53, 0x61, 0x4C, 0x59, 0x60, 0x57, 0x5B, 0x3D,
0x5E, 0x34, 0x6D, 0x36, 0x50, 0x3F, 0x6F, 0x67, 0x53, 0x61, 0x4C, 0x59, 0x40, 0x47, 0x63, 0x39,