Document the new Copy Profile button.
[obnox/wireshark/wip.git] / epan / dissectors / packet-uma.c
index b70ab69e5bfa17be495f4d1c2d51641d57b95cea..a4f6e7be93df8c5700f2c8fae3801d61903bb658 100644 (file)
@@ -67,7 +67,7 @@
 #include <epan/packet.h>
 #include <epan/asn1.h>
 
-#include "prefs.h"
+#include <epan/prefs.h>
 #include "packet-bssap.h"
 #include "packet-gsm_a_common.h"
 #include "packet-gsm_map.h"
@@ -1358,7 +1358,7 @@ dissect_uma_IE(tvbuff_t *tvb, packet_info *pinfo, proto_tree *tree, int offset)
                octet = tvb_get_guint8(tvb,ie_offset);
                ie_offset++;
                if ( octet == 0 ){
-                       ie_offset = dissect_e212_mcc_mnc(tvb, urr_ie_tree, ie_offset);
+                       ie_offset = dissect_e212_mcc_mnc(tvb, pinfo, urr_ie_tree, ie_offset);
                        proto_tree_add_item(urr_ie_tree, hf_uma_urr_lac, tvb, ie_offset, 2, FALSE);
                        ie_offset = ie_offset + 2;
                        /* The octets 9-12 are coded as shown in 3GPP TS 25.331, Table 'Cell identity'.