aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-ranap.c
AgeCommit message (Expand)AuthorFilesLines
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
2006-05-21change a whole bunch of ethereal into wiresharkRonnie Sahlberg1-3/+3
2006-05-15PER Enumerated is working now.Anders Broman1-9/+2
2006-05-15regenerated with new asn2ethTomas Kukosa1-121/+126
2006-05-10Preparations to be able to handle unaligned PER.Anders Broman1-2/+3
2006-03-08better support for ASN.1 Enumerated type in PER decodingTomas Kukosa1-2/+2
2006-03-05Make a new PER function dissect_per_enumerated() and use it for the two place...Anders Broman1-4/+11
2006-01-26Add the abillity to translate MCC.Anders Broman1-9/+24
2006-01-21RANAP - Dissect ProtocolExtensionField IE:sAnders Broman1-11/+11
2006-01-05Bill Meier:Jörg Mayer1-2/+2
2005-12-08Regenerate with the latest asn2eth, to get FT_OID used, and to add #line.Guy Harris1-24/+41
2005-11-13Fix the lenght calculation.Anders Broman1-0/+7
2005-10-25As there are more Procedure codes the hueristics need to be updated.Anders Broman1-3/+4
2005-10-25Avoid a conflict in global symbols by declaring some variables static.Luis Ontanon1-5/+5
2005-10-11Replace the current ranap dissector with an asn2eth generated one.Anders Broman1-4631/+12873
2005-08-27sprintf removalRonnie Sahlberg1-6/+13
2005-08-05More char -> const char warning fixesJörg Mayer1-2/+2
2005-07-15register the dissector by nameLuis Ontanon1-1/+3
2004-07-18Move dissectors to epan/dissectors directory.Gilbert Ramirez1-0/+4872