diff options
author | Anders Broman <anders.broman@ericsson.com> | 2009-11-22 17:00:45 +0000 |
---|---|---|
committer | Anders Broman <anders.broman@ericsson.com> | 2009-11-22 17:00:45 +0000 |
commit | 98c852386ddaef876313dee9de46a3a7562ec059 (patch) | |
tree | 3ec217fd1ee599a000f33844f07e921889db0059 /epan/dissectors/packet-rrc.h | |
parent | a6cb92c7a937e4e457eec84ff47921204a0242c2 (diff) | |
download | wireshark-98c852386ddaef876313dee9de46a3a7562ec059.tar.gz wireshark-98c852386ddaef876313dee9de46a3a7562ec059.tar.bz2 wireshark-98c852386ddaef876313dee9de46a3a7562ec059.zip |
Handle lenght restriction extension of restricted strings.
Fixes
https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=4251
svn path=/trunk/; revision=31047
Diffstat (limited to 'epan/dissectors/packet-rrc.h')
-rw-r--r-- | epan/dissectors/packet-rrc.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/epan/dissectors/packet-rrc.h b/epan/dissectors/packet-rrc.h index eadcefff7c..1f3e9f6121 100644 --- a/epan/dissectors/packet-rrc.h +++ b/epan/dissectors/packet-rrc.h @@ -40,6 +40,7 @@ extern int proto_rrc; int dissect_rrc_InterRATHandoverInfo(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_); void dissect_rrc_InterRATHandoverInfo_PDU(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_); void dissect_rrc_ToTargetRNC_Container_PDU(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_); +void dissect_rrc_TargetRNC_ToSourceRNC_Container_PDU(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_); /*--- End of included file: packet-rrc-exp.h ---*/ #line 30 "packet-rrc-template.h" |