aboutsummaryrefslogtreecommitdiffstats
path: root/asn1/ranap
AgeCommit message (Expand)AuthorFilesLines
2008-11-06Update to the latest spec. V8.0.1 (2008-09)Anders Broman7-21/+378
2008-11-04Minor cleanup mostly related to proto_reg_handoffBill Meier1-5/+4
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 Broman2-3/+40
2008-07-26From Neil Piercy via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=2637...Jeff Morriss1-7/+26
2008-07-24Get rid of unused code warnings.Anders Broman1-0/+3
2008-07-01Get rid of some unused code warnings.Anders Broman1-18/+27
2008-04-21From Martin Peylo:Anders Broman1-0/+9
2008-02-18Fix some some propertiesBill Meier1-2955/+2955
2008-02-03Update asn1 files to GPP TS 25.413 V7.8.0 (2008-01).Anders Broman7-24/+42
2007-12-19asn1/*/Makefile.nmake were not part of the source package.Jörg Mayer1-0/+1
2007-10-29asn2wrsTomas Kukosa1-2/+2
2007-10-11Remove the remaining autogenereated -exp.cnf filesJörg Mayer1-16/+0
2007-10-10- Change Makefiles to include preincJörg Mayer2-1/+3
2007-09-27Updated to include the ranap header file.Stig Bjørlykke1-2/+4
2007-09-25Convert acp133 to new build structure.Jörg Mayer1-19/+0
2007-09-25put few simple ASN.1 dissectors into the new makefile structureTomas Kukosa3-41/+99
2007-09-17Modified some ASN1 Makefiles to compile on unix.Stig Bjørlykke1-2/+4
2007-09-03Incorrectly decoded IMSI in RANAP prot./id-CommonID procedureAnders Broman2-0/+13
2007-08-29RANAP rewritten to use original ASN.1 source and updated to TS 25.413 V7.6.0 ...Tomas Kukosa11-7720/+1064
2007-08-24get_ber_length doesn't need the tree argument, get rid of it.Jörg Mayer1-1/+1
2007-06-06use ASN.1 type names in #.FN_BODY (instead of Wireshark type names)Tomas Kukosa1-2/+2
2007-05-18Latest ASN1 files to be used later when the RANAP dissector is regenerated withAnders Broman6-0/+5861
2007-05-01Split out common asn1 stuff to asn1.h and include that where needed.Anders Broman2-1/+2
2007-03-27Another iteration over sctp calls (RANAP/BSSAP) a step towards TCAP/(MAP/IMAP...Luis Ontanon2-7/+7
2007-03-25migrate packet-megaco.c from plugins/megaco to epan/dissectorsLuis Ontanon2-3/+20
2007-03-21Add RANAP information to the sccp_infoLuis Ontanon2-1/+19
2007-02-19Decode some RANAP elements.Anders Broman2-0/+6
2006-10-29put every python script name into "" so the call won't fail on Win32 native p...Ulf Lamping1-1/+1
2006-07-04few formal changes in PER dissector (rename asn_* types to asn1_* ones)Tomas Kukosa1-11/+11
2006-06-29Add a heuristic table to SUA (SUA and SCCP should share the same table) to he...Anders Broman1-0/+1
2006-06-29use "type function" instead of "field function" in PER CHOICE and SEQUENCE ta...Tomas Kukosa3-3/+3
2006-06-15RANAP:Anders Broman1-8/+13
2006-05-31Add some missing *-exp-cnf filesAnders Broman1-0/+13
2006-05-27Fix bug 973:Anders Broman2-1/+4
2006-05-23Ethereal -> WiresharkTomas Kukosa1-1/+1
2006-05-22- fix bugs in dissect_per_octet_string() introduced with unaligned variantTomas Kukosa2-252/+252
2006-05-21- asn2eth renamed to asn2wrsTomas Kukosa2-5/+5
2006-05-21name changeRonnie Sahlberg2-4/+4
2006-05-15PER Enumerated is working now.Anders Broman1-11/+0
2006-05-15regenerated with new asn2ethTomas Kukosa3-20/+6
2006-05-10Preparations to be able to handle unaligned PER.Anders Broman1-0/+1
2006-04-25Add distclean and maintainerclean rules.Guy Harris1-0/+4
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-0/+11
2006-02-23Add parsertab.pyc in clean targetAnders Broman1-1/+1
2006-01-26Add the abillity to translate MCC.Anders Broman2-1/+21
2006-01-22Dissect CellGlobalIdOrServiceAreaIdOrLAI and RAIdentityAnders Broman1-1/+1
2006-01-21RANAP - Dissect ProtocolExtensionField IE:sAnders Broman1-0/+4
2005-11-13Fix the lenght calculation.Anders Broman3-3/+10