aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-ranap.c
AgeCommit message (Collapse)AuthorFilesLines
2007-05-04- Q.932: fix warningsTomas Kukosa1-1/+4
- RNSAP: generate field functions only for necessary types - other dissectors regenerated svn path=/trunk/; revision=21683
2007-05-01Split out common asn1 stuff to asn1.h and include that where needed.Anders Broman1-5/+6
svn path=/trunk/; revision=21635
2007-03-27Another iteration over sctp calls (RANAP/BSSAP) a step towards ↵Luis Ontanon1-8/+8
TCAP/(MAP/IMAP/CAMEL) - Fix SUA calls (I would need some more traces to test this) svn path=/trunk/; revision=21235
2007-03-22Mine:Luis Ontanon1-22/+48
* add SUA to the "VoIP Calls" tap. * propagate changes to packet-sccp.h to other dissectors From Neil Piercy: * add SLR, DLR and CAUSE to COL_INFO svn path=/trunk/; revision=21126
2007-03-21change the signature that asn2wrs generates for functions to marm all ↵Ronnie Sahlberg1-976/+976
parameters as _U_ to reduce the number of compiler warnings. update some template and cnf files to use _U_ as well svn path=/trunk/; revision=21088
2007-03-21packet_info.c and packet.cLuis Ontanon1-6/+24
add sccp_info to struct _packet_info (Sorry but the way private_data works and the fact that TCAP uses it and BSSAP/RANAP can be tunnelled on GSMMAP over TCAP makes it impossible to avoid) SCCP - Have SCCP to have a TAP, - Fix associations so that every message belongs to the association. - Export message type values so that they can be used by a tap listener RANAP - Have RANAP information attached to the sccp_info BSSAP + GSM_A - Have DTAP, BSSMAP and BSSAP info attached to the sccp_info svn path=/trunk/; revision=21076
2007-02-19Decode some RANAP elements.Anders Broman1-13/+13
svn path=/trunk/; revision=20854
2006-08-16ASN.1 dissectors regenerated with new asn2wrs to get updated field blurbTomas Kukosa1-516/+516
svn path=/trunk/; revision=18921
2006-07-04few formal changes in PER dissector (rename asn_* types to asn1_* ones)Tomas Kukosa1-989/+989
svn path=/trunk/; revision=18652
2006-07-03remove name field from per_sequence_t structure, it can be retrieved from ↵Tomas Kukosa1-746/+746
field information svn path=/trunk/; revision=18637
2006-06-30fix wrong terminator record in per_sequence_t tablesTomas Kukosa1-178/+178
svn path=/trunk/; revision=18621
2006-06-29Add a heuristic table to SUA (SUA and SCCP should share the same table) to ↵Anders Broman1-2/+3
heuristically dissect RANAP ower SUA. svn path=/trunk/; revision=18616
2006-06-29use "type function" instead of "field function" in PER CHOICE and SEQUENCE ↵Tomas Kukosa1-851/+851
tables it matches asn2wrs approach and makes generated dissectors source shorter svn path=/trunk/; revision=18612
2006-06-15RANAP:Anders Broman1-10/+15
Handle the case where length is two octets. SS-Operations.asn - cosmetict change. svn path=/trunk/; revision=18466
2006-06-08MAke it possible to get a tvb with a BIT STRING, regenerate PER dissectors.Anders Broman1-15/+15
svn path=/trunk/; revision=18395
2006-05-27Fix bug 973:Anders Broman1-11/+11
While in 3GPP spec, the last two (Down/up nextPDCP-PDU seq. no.) would be 2 BYTES. So ethreal could not read the message correctly. We have to modify the log to make Ethreal analysis it. Add disection of TargetID. svn path=/trunk/; revision=18228
2006-05-22- fix bugs in dissect_per_octet_string() introduced with unaligned variantTomas Kukosa1-2315/+2316
- step to new ASN.1 API - pass asn_ctx_t* through PER dissectors instead of packet_info* - PER ALIGNED/UNALIGNED flag moved to asn_ctx_t - PER created tree item pointer moved to asn_ctx_t - add nbap into PER dissectors in asn1/Makefile.nmake - use add_oid_str_name() instead of register_ber_oid_name() in H.225 and H.245 - export asn_ctx_init from library - PER dissectors regenerated svn path=/trunk/; revision=18209
2006-05-21change a whole bunch of ethereal into wiresharkRonnie Sahlberg1-3/+3
svn path=/trunk/; revision=18196
2006-05-15PER Enumerated is working now.Anders Broman1-9/+2
svn path=/trunk/; revision=18165
2006-05-15regenerated with new asn2ethTomas Kukosa1-121/+126
svn path=/trunk/; revision=18158
2006-05-10Preparations to be able to handle unaligned PER.Anders Broman1-2/+3
svn path=/trunk/; revision=18119
2006-03-08better support for ASN.1 Enumerated type in PER decodingTomas Kukosa1-2/+2
support in asn2eth will follow svn path=/trunk/; revision=17530
2006-03-05Make a new PER function dissect_per_enumerated() and use it for the two ↵Anders Broman1-4/+11
places in RANAP where extensions has been made to enumerations. asn2eth should be updated to use it. svn path=/trunk/; revision=17474
2006-01-26Add the abillity to translate MCC.Anders Broman1-9/+24
svn path=/trunk/; revision=17105
2006-01-21RANAP - Dissect ProtocolExtensionField IE:sAnders Broman1-11/+11
GSM A - Service Request; Mobile identity element is LV type svn path=/trunk/; revision=17069
2006-01-05Bill Meier:Jörg Mayer1-2/+2
Spelling fixes. svn path=/trunk/; revision=16956
2005-12-08Regenerate with the latest asn2eth, to get FT_OID used, and to add #line.Guy Harris1-24/+41
svn path=/trunk/; revision=16736
2005-11-13Fix the lenght calculation.Anders Broman1-0/+7
svn path=/trunk/; revision=16499
2005-10-25As there are more Procedure codes the hueristics need to be updated.Anders Broman1-3/+4
svn path=/trunk/; revision=16315
2005-10-25Avoid a conflict in global symbols by declaring some variables static.Luis Ontanon1-5/+5
svn path=/trunk/; revision=16310
2005-10-11Replace the current ranap dissector with an asn2eth generated one.Anders Broman1-4631/+12873
svn path=/trunk/; revision=16191
2005-08-27sprintf removalRonnie Sahlberg1-6/+13
svn path=/trunk/; revision=15557
2005-08-05More char -> const char warning fixesJörg Mayer1-2/+2
svn path=/trunk/; revision=15218
2005-07-15register the dissector by nameLuis Ontanon1-1/+3
svn path=/trunk/; revision=14927
2004-07-18Move dissectors to epan/dissectors directory.Gilbert Ramirez1-0/+4872
Also move ncp222.py, x11-fields, process-x11-fields.pl, make-reg-dotc, and make-reg-dotc.py. Adjust #include lines in files that include packet-*.h files. svn path=/trunk/; revision=11410