summaryrefslogtreecommitdiff
path: root/epan
diff options
context:
space:
mode:
authorAnders Broman <anders.broman@ericsson.com>2007-06-19 22:11:30 +0000
committerAnders Broman <anders.broman@ericsson.com>2007-06-19 22:11:30 +0000
commitabae311a585cab5519a8e54cf7f74a39d47682ed (patch)
tree5342ae88816a6e22ad34c489cb6734b307e6536f /epan
parent2329adaf2d04b3c53739b6a6ef9d4693365dfdab (diff)
downloadwireshark-abae311a585cab5519a8e54cf7f74a39d47682ed.tar.gz
- update the Unix Makefile to use gsmmap.cnf and not gsm_map.cnf.
- the Facility is not bellow the facility itself, but at the end of the tree. It's not a problem, but it looks strange.. - Fixed svn path=/trunk/; revision=22141
Diffstat (limited to 'epan')
-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 d8aa060b58..974595374b 100644
--- a/epan/dissectors/packet-gsm_a.c
+++ b/epan/dissectors/packet-gsm_a.c
@@ -7609,7 +7609,7 @@ de_facility(tvbuff_t *tvb, proto_tree *tree, guint32 offset, guint fac_len, gcha
TODO Call gsm map here
*/
SS_tvb = tvb_new_subset(tvb, offset, component_len, component_len);
- call_dissector(gsm_map_handle, SS_tvb, g_pinfo, g_tree);
+ call_dissector(gsm_map_handle, SS_tvb, g_pinfo, tree);
offset = offset + component_len;
}
g_pinfo->private_data = save_private_data;