summaryrefslogtreecommitdiff
path: root/packet-gsm_a.c
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2003-10-30 11:21:26 +0000
committerGuy Harris <guy@alum.mit.edu>2003-10-30 11:21:26 +0000
commit611c97136414c61a9fa318c4116c9b8c556a790c (patch)
tree07fbc9ec0625566f5c5d2696ee771c15715cfe5c /packet-gsm_a.c
parent75f3ee7ba29ee517dffdc43a61798ec3b5210fdf (diff)
downloadwireshark-611c97136414c61a9fa318c4116c9b8c556a790c.tar.gz
Definitions of arrays, with no length specified, are not legal C.
svn path=/trunk/; revision=8830
Diffstat (limited to 'packet-gsm_a.c')
-rw-r--r--packet-gsm_a.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/packet-gsm_a.c b/packet-gsm_a.c
index 6dcf479621..0724a40f86 100644
--- a/packet-gsm_a.c
+++ b/packet-gsm_a.c
@@ -38,7 +38,7 @@
* Formats and coding
* (3GPP TS 24.080 version 4.3.0 Release 4)
*
- * $Id: packet-gsm_a.c,v 1.1 2003/10/30 07:00:18 guy Exp $
+ * $Id: packet-gsm_a.c,v 1.2 2003/10/30 11:21:26 guy Exp $
*
* Ethereal - Network traffic analyzer
* By Gerald Combs <gerald@ethereal.com>
@@ -84,8 +84,6 @@
/* PROTOTYPES/FORWARDS */
-static void (*dtap_msg_rr_fcn[])(tvbuff_t *tvb, proto_tree *tree, guint32 offset, guint len);
-
static const value_string gsm_bssmap_msg_strings[] = {
{ 0x01, "Assignment Request" },
{ 0x02, "Assignment Complete" },