aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-uma.c
diff options
context:
space:
mode:
authorAnders Broman <anders.broman@ericsson.com>2005-07-22 08:56:41 +0000
committerAnders Broman <anders.broman@ericsson.com>2005-07-22 08:56:41 +0000
commit120e20801eb6fd1063da90353a28e50d82623d73 (patch)
treee29876d17c415c533b27c4d8e6f3ba5db4e8fdb5 /epan/dissectors/packet-uma.c
parent3e7c25ba16cc8852af2f28689722e22f939ba593 (diff)
Use NULL intead of "" in all calls to packet-gsm_a.c
svn path=/trunk/; revision=14989
Diffstat (limited to 'epan/dissectors/packet-uma.c')
-rw-r--r--epan/dissectors/packet-uma.c24
1 files changed, 12 insertions, 12 deletions
diff --git a/epan/dissectors/packet-uma.c b/epan/dissectors/packet-uma.c
index 72c6caf092..af823c5ff1 100644
--- a/epan/dissectors/packet-uma.c
+++ b/epan/dissectors/packet-uma.c
@@ -911,7 +911,7 @@ dissect_uma_IE(tvbuff_t *tvb, packet_info *pinfo, proto_tree *tree, int offset)
* The rest of the IE is coded as in [TS 24.008] not including IEI and
* length, if present.
*/
- de_lai(tvb, urr_ie_tree, offset, ie_len, "");
+ de_lai(tvb, urr_ie_tree, offset, ie_len, NULL);
break;
case 6:
/* GSM Coverage Indicator */
@@ -966,7 +966,7 @@ dissect_uma_IE(tvbuff_t *tvb, packet_info *pinfo, proto_tree *tree, int offset)
/* UMA Cell Description
* The rest of the IE is coded as in [TS 44.018], Cell Description IE, not including IEI and length, if present
*/
- de_rr_cell_dsc(tvb, urr_ie_tree, ie_offset, ie_len, "");
+ de_rr_cell_dsc(tvb, urr_ie_tree, ie_offset, ie_len, NULL);
break;
case 14:
/* UMA Control Channel Description
@@ -998,7 +998,7 @@ dissect_uma_IE(tvbuff_t *tvb, packet_info *pinfo, proto_tree *tree, int offset)
/* Cell Identifier List
* The rest of the IE is coded as in [TS 48.008], not including IEI and length, if present
*/
- be_cell_id_list(tvb, urr_ie_tree, offset, ie_len, "");
+ be_cell_id_list(tvb, urr_ie_tree, offset, ie_len, NULL);
break;
case 16: /* TU3907 Timer */
proto_tree_add_item(urr_ie_tree, hf_uma_urr_TU3907_timer, tvb, ie_offset, 2, FALSE);
@@ -1008,7 +1008,7 @@ dissect_uma_IE(tvbuff_t *tvb, packet_info *pinfo, proto_tree *tree, int offset)
break;
case 18: /* Routing Area Identification */
/* The rest of the IE is coded as in [TS 24.008] not including IEI and length, if present.*/
- de_gmm_rai(tvb, urr_ie_tree, offset, ie_len, "");
+ de_gmm_rai(tvb, urr_ie_tree, offset, ie_len, NULL);
break;
case 19: /* UMA Band */
proto_tree_add_item(urr_ie_tree, hf_uma_urr_UMA_band, tvb, ie_offset, 1, FALSE);
@@ -1045,26 +1045,26 @@ dissect_uma_IE(tvbuff_t *tvb, packet_info *pinfo, proto_tree *tree, int offset)
/* Channel Mode
* The rest of the IE is coded as in [TS 44.018], not including IEI and length, if present
*/
- de_rr_ch_mode(tvb, urr_ie_tree, offset, ie_len, "");
+ de_rr_ch_mode(tvb, urr_ie_tree, offset, ie_len, NULL);
break;
case 28:
/* Mobile Station Classmark 2
* The rest of the IE is coded as in [TS 24.008], not including IEI and length, if present
*/
- de_ms_cm_2(tvb, urr_ie_tree, ie_offset, ie_len, "");
+ de_ms_cm_2(tvb, urr_ie_tree, ie_offset, ie_len, NULL);
break;
case 29:
/* RR Cause
* The rest of the IE is coded as in [TS 44.018], not including IEI and length, if present
*/
- de_rr_cause(tvb, urr_ie_tree, ie_offset, 1, "");
+ de_rr_cause(tvb, urr_ie_tree, ie_offset, 1, NULL);
break;
case 30:
/* Cipher Mode Setting
* Note: The coding of fields SC and algorithm identifier is defined in [44.018]
* as part of the Cipher Mode Setting IE.
*/
- de_rr_cip_mode_set(tvb, urr_ie_tree, offset, ie_len, "");
+ de_rr_cip_mode_set(tvb, urr_ie_tree, offset, ie_len, NULL);
break;
case 31:
/* GPRS Resumption
@@ -1092,19 +1092,19 @@ dissect_uma_IE(tvbuff_t *tvb, packet_info *pinfo, proto_tree *tree, int offset)
* [TS 44.018]:10.5.2.41a
* The TLLI is encoded as a binary number with a length of 4 octets. TLLI is defined in 3GPP TS 23.003
*/
- de_rr_tlli(tvb, urr_ie_tree, offset, ie_len, "");
+ de_rr_tlli(tvb, urr_ie_tree, offset, ie_len, NULL);
break;
case 35:
/* Packet Flow Identifier
* The rest of the IE is coded as in [TS 24.008], not including IEI and length, if present.
*/
- de_sm_pflow_id(tvb, urr_ie_tree, offset, ie_len, "");
+ de_sm_pflow_id(tvb, urr_ie_tree, offset, ie_len, NULL);
break;
case 36:
/* Suspension Cause
* The rest of the IE is coded as in [TS 44.018], not including IEI and length, if present.
*/
- de_rr_sus_cau(tvb, urr_ie_tree, offset, ie_len, "");
+ de_rr_sus_cau(tvb, urr_ie_tree, offset, ie_len, NULL);
break;
case 37: /* TU3920 Timer */
proto_tree_add_item(urr_ie_tree, hf_uma_urr_TU3920_timer, tvb, ie_offset, 2, FALSE);
@@ -1281,7 +1281,7 @@ dissect_uma_IE(tvbuff_t *tvb, packet_info *pinfo, proto_tree *tree, int offset)
/* Classmark Enquiry Mask
* The rest of the IE is the Classmark Enquiry Mask coded as in [TS 44.018], not including IEI and length, if present
*/
- de_rr_cm_enq_mask(tvb, urr_ie_tree, offset, ie_len, "");
+ de_rr_cm_enq_mask(tvb, urr_ie_tree, offset, ie_len, NULL);
break;
case 66:
/* UTRAN Cell Identifier List