aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-ranap.c
AgeCommit message (Expand)AuthorFilesLines
2009-11-27Expert info when E.212 MCC/MNC contain non-decimal digitsdimeg1-1/+1
2009-11-26Dissect RRC-container in RelocationResourceAllocation successful outcome.etxrab1-12/+17
2009-11-25If SourceRNC-ToTargetRNC-TransparentContainer is called trough dissect_ran...etxrab1-2/+12
2009-11-23Add dissection of Source RNC to target RNC transparent information in BSSAP.etxrab1-33/+44
2009-11-01- Dissect Target-ToSource-TransparentContainer.etxrab1-19/+114
2009-10-31Dissect ToTargetRNC-Container.etxrab1-7/+13
2009-10-26RelocationRequired incorrectly dissected.etxrab1-5/+6
2009-09-09Target Identification shall be coded as TLV IE where value isetxrab1-3/+3
2009-08-18Typo: parameter_tvb to be used.etxrab1-5/+5
2009-08-09Don't guard col_set_str (COL_PROTOCOL) with col_checkkrj1-2/+1
2009-06-18From Kovarththanan Rajaratnam via bug 3548:stig1-91/+91
2009-05-16Regenerate all asn2wrs generated dissectors.stig1-61/+61
2009-04-22Fix a warning in the RANAP dissector.guy1-2/+2
2009-04-22Use #.OMIT_ASSIGNMENTetxrab1-57/+24
2009-04-22Try to fix unused code warnings.etxrab1-55/+14
2009-04-22- Try to get rid of the unused code warnings.etxrab1-93/+89
2009-04-21- Reintroduce heuristic dissectoretxrab1-100/+1104
2009-03-25Make it possible to check for extension marker in SEQUENCE OF and SET OF.etxrab1-58/+58
2009-03-04From Neil Piercy:etxrab1-8/+21
2009-02-07#include <epan/conversation.h> and/or #include <epan/emem.h> not req'd ...wmeier1-8/+7
2008-11-06Update to the latest spec. V8.0.1 (2008-09)etxrab1-2/+553
2008-11-04asn2wrs generated files changed as a result of recent asn1 template changes wmeier1-17/+16
2008-11-01Regenerate all asn2wrs generated dissectorsetxrab1-59/+59
2008-07-26Fix typo(s)etxrab1-4/+4
2008-07-26Fix unused code warings generated because some IE:s uses the same "value" for...etxrab1-8/+71
2008-07-26From Neil Piercy via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=2637...morriss1-15/+34
2008-07-24Get rid of unused code warnings.etxrab1-36/+11
2008-07-01Get rid of some unused code warnings.etxrab1-61/+85
2008-02-03Update asn1 files to GPP TS 25.413 V7.8.0 (2008-01).etxrab1-70/+79
2007-10-29asn2wrskukosa1-43/+43
2007-09-03Incorrectly decoded IMSI in RANAP prot./id-CommonID procedureetxrab1-9/+22
2007-08-29RANAP rewritten to use original ASN.1 source and updated to TS 25.413 V7.6.0 ...kukosa1-7577/+7644
2007-08-24get_ber_length doesn't need the tree argument, get rid of it.jmayer1-1/+1
2007-05-04- Q.932: fix warningskukosa1-1/+4
2007-05-01Split out common asn1 stuff to asn1.h and include that where needed.etxrab1-5/+6
2007-03-27Another iteration over sctp calls (RANAP/BSSAP) a step towards TCAP/(MAP/IMAP...lego1-8/+8
2007-03-22Mine:lego1-22/+48
2007-03-21change the signature that asn2wrs generates for functions to marm all paramet...sahlberg1-976/+976
2007-03-21packet_info.c and packet.clego1-6/+24
2007-02-19Decode some RANAP elements.etxrab1-13/+13
2006-08-16ASN.1 dissectors regenerated with new asn2wrs to get updated field blurbkukosa1-516/+516
2006-07-04few formal changes in PER dissector (rename asn_* types to asn1_* ones)kukosa1-989/+989
2006-07-03remove name field from per_sequence_t structure, it can be retrieved from fie...kukosa1-746/+746
2006-06-30fix wrong terminator record in per_sequence_t tableskukosa1-178/+178
2006-06-29Add a heuristic table to SUA (SUA and SCCP should share the same table) to he...etxrab1-2/+3
2006-06-29use "type function" instead of "field function" in PER CHOICE and SEQUENCE ta...kukosa1-851/+851
2006-06-15RANAP:etxrab1-10/+15
2006-06-08MAke it possible to get a tvb with a BIT STRING, regenerate PER dissectors.etxrab1-15/+15
2006-05-27Fix bug 973:etxrab1-11/+11
2006-05-22- fix bugs in dissect_per_octet_string() introduced with unaligned variantkukosa1-2315/+2316