aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-bssgp.c
diff options
context:
space:
mode:
authorGerald Combs <gerald@wireshark.org>2011-01-25 18:43:43 +0000
committerGerald Combs <gerald@wireshark.org>2011-01-25 18:43:43 +0000
commit73a08a9b1799c0d78666762a558628e2563ec3f5 (patch)
tree65d1b7b5147eb74ccd208271ca0415cf40098b83 /epan/dissectors/packet-bssgp.c
parent43ba2ecef76af57039b7b0d5849d8b4ec005870f (diff)
Fix gcc compilation.
svn path=/trunk/; revision=35650
Diffstat (limited to 'epan/dissectors/packet-bssgp.c')
-rw-r--r--epan/dissectors/packet-bssgp.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/epan/dissectors/packet-bssgp.c b/epan/dissectors/packet-bssgp.c
index 232d733765..132800d73c 100644
--- a/epan/dissectors/packet-bssgp.c
+++ b/epan/dissectors/packet-bssgp.c
@@ -6483,7 +6483,7 @@ de_bssgp_cell_id(tvbuff_t *tvb, proto_tree *tree, guint32 offset, guint len _U_,
* value part of the Channel Needed IE defined in 3GPP TS 44.018.
*/
static guint16
-de_bssgp_chnl_needed(tvbuff_t *tvb, proto_tree *tree, guint32 offset, guint len _U_, gchar *add_string, int string_len)
+de_bssgp_chnl_needed(tvbuff_t *tvb, proto_tree *tree, guint32 offset, guint len _U_, gchar *add_string _U_, int string_len _U_)
{
guint32 curr_offset;
@@ -7324,7 +7324,6 @@ de_bssgp_mbms_session_id(tvbuff_t *tvb, proto_tree *tree, guint32 offset, guint
/*
* 11.3.77 TMGI (Temporary Mobile Group Identity)
*/
-/*
/* Rest of element coded as in 3GPP TS 24.008, not including 3GPP
* TS 24.008 IEI and 3GPP TS 24.008 length indicator.
*/
@@ -8196,6 +8195,7 @@ guint16 (*bssgp_elem_fcn[])(tvbuff_t *tvb, proto_tree *tree, guint32 offset, gui
de_bssgp_bucket_full_ratio, /* 11.3.46 0x3c Bucket Full Ratio */
de_bssgp_serv_utran_cco, /* 11.3.47 0x3d Service UTRAN CCO */
de_bssgp_nsei, /* 11.3.48 0x3e NSEI (Network Service Entity Identifier) */
+ de_bssgp_pfc_flow_ctrl, /* 11.3.68 PFC Flow Control parameters */
NULL, /* 11.3.69 0x53 Global CN-Id */
de_bssgp_mbms_session_id, /* 11.3.71 MBMS Session Identity */
NULL, /* 11.3.77 TMGI (Temporary Mobile Group Identity) */