Add dissection of more IE:s

svn path=/trunk/; revision=35417
This commit is contained in:
Anders Broman 2011-01-07 15:21:23 +00:00
parent 1718ab7691
commit 863e3f80a6
3 changed files with 1146 additions and 74 deletions

View File

@ -626,6 +626,8 @@ guint16 de_rr_tlli(tvbuff_t *tvb, proto_tree *tree, guint32 offset, guint len, g
guint16 de_rej_cause(tvbuff_t *tvb, proto_tree *tree, guint32 offset, guint len, gchar *add_string _U_, int string_len _U_);
guint16 de_d_gb_call_ref(tvbuff_t *tvb, proto_tree *tree, guint32 offset, guint len, gchar *add_string _U_, int string_len _U_);
guint16 de_emm_ue_net_cap(tvbuff_t *tvb, proto_tree *tree, guint32 offset, guint len, gchar *add_string _U_, int string_len _U_);
void dtap_rr_ho_cmd(tvbuff_t *tvb, proto_tree *tree, guint32 offset, guint len);
void dtap_rr_cip_mode_cpte(tvbuff_t *tvb, proto_tree *tree, guint32 offset, guint len);

File diff suppressed because it is too large Load Diff

View File

@ -1501,7 +1501,7 @@ static const true_false_string nas_eps_emm_1xsrvcc_cap_flg = {
"SRVCC from E-UTRAN to cdma2000 1x CS not supported"
};
static guint16
guint16
de_emm_ue_net_cap(tvbuff_t *tvb, proto_tree *tree, guint32 offset, guint len, gchar *add_string _U_, int string_len _U_)
{
guint32 curr_offset;