aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-gsm_a.c
diff options
context:
space:
mode:
authorAnders Broman <anders.broman@ericsson.com>2006-08-24 17:27:45 +0000
committerAnders Broman <anders.broman@ericsson.com>2006-08-24 17:27:45 +0000
commit989fcb765677309d434b8e828b5fc21fc81d1f69 (patch)
tree38ece8d7236543b9fc098c5a7314ae3ab23508dc /epan/dissectors/packet-gsm_a.c
parent9ee8a3876fec8106cb78491a0e93047ecc8f0cdd (diff)
Dissect 'User Location Information' IE and MS Time Zone' IE.
svn path=/trunk/; revision=19016
Diffstat (limited to 'epan/dissectors/packet-gsm_a.c')
-rw-r--r--epan/dissectors/packet-gsm_a.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/epan/dissectors/packet-gsm_a.c b/epan/dissectors/packet-gsm_a.c
index e1d3e49ff6..39783427e7 100644
--- a/epan/dissectors/packet-gsm_a.c
+++ b/epan/dissectors/packet-gsm_a.c
@@ -2320,7 +2320,7 @@ be_chan_type(tvbuff_t *tvb, proto_tree *tree, guint32 offset, guint len, gchar *
* [2] 3.2.2.17
* Formats everything after the discriminator, shared function
*/
-static guint8
+guint8
be_cell_id_aux(tvbuff_t *tvb, proto_tree *tree, guint32 offset, guint len, gchar *add_string, int string_len, guint8 disc)
{
guint8 octs[3];