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