diff options
author | Anders Broman <anders.broman@ericsson.com> | 2006-07-11 19:46:52 +0000 |
---|---|---|
committer | Anders Broman <anders.broman@ericsson.com> | 2006-07-11 19:46:52 +0000 |
commit | 3094096ae47c1697b1dce0b785f06c8d051c52de (patch) | |
tree | 383cb52b49818d9892e868499b6eedf06f442f44 /epan/dissectors/packet-gsm_a.c | |
parent | cd948f55d809d412029d287858279ca981acf853 (diff) | |
download | wireshark-3094096ae47c1697b1dce0b785f06c8d051c52de.tar.gz wireshark-3094096ae47c1697b1dce0b785f06c8d051c52de.tar.bz2 wireshark-3094096ae47c1697b1dce0b785f06c8d051c52de.zip |
Decode RANAP in LongSignalInfo and RadioResourceInformation.
svn path=/trunk/; revision=18718
Diffstat (limited to 'epan/dissectors/packet-gsm_a.c')
-rw-r--r-- | epan/dissectors/packet-gsm_a.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/epan/dissectors/packet-gsm_a.c b/epan/dissectors/packet-gsm_a.c index a2f4414764..0a1b7d8b9c 100644 --- a/epan/dissectors/packet-gsm_a.c +++ b/epan/dissectors/packet-gsm_a.c @@ -1919,7 +1919,7 @@ be_enc_info(tvbuff_t *tvb, proto_tree *tree, guint32 offset, guint len, gchar *a /* * [2] 3.2.2.11 */ -static guint8 +guint8 be_chan_type(tvbuff_t *tvb, proto_tree *tree, guint32 offset, guint len, gchar *add_string, int string_len) { guint8 oct; |