aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-ranap.h
AgeCommit message (Collapse)AuthorFilesLines
2009-09-09Target Identification shall be coded as TLV IE where value isetxrab1-2/+1
coded as TargetRNC-ID. Proposed fix to https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=3974 (The enclosed trace dioes not decode properly but may be wrongly encoded). git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@29816 f5534014-38df-0310-8fa8-9805f1628bb7
2009-05-16Regenerate all asn2wrs generated dissectors.stig1-1/+1
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@28379 f5534014-38df-0310-8fa8-9805f1628bb7
2008-11-01Regenerate all asn2wrs generated dissectorsetxrab1-1/+1
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@26670 f5534014-38df-0310-8fa8-9805f1628bb7
2008-07-26Fix unused code warings generated because some IE:s uses the same "value" ↵etxrab1-1/+1
for different IE:s depending on message type. (Thanks to Tomas Kukosa for helping to solve the problem). git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@25841 f5534014-38df-0310-8fa8-9805f1628bb7
2007-10-29asn2wrskukosa1-1/+1
- parameterized object class assignment - octet string with extensible size constraint - RELATIVE-OID type (still not supported in packet-per/ber) packet-per - octet string with extensible size constraint more dissect_per_... functions exported from libwireshark.dll PER dissectors regenerated add forgotten packet-h323-template.h fix svn properties for h323 files git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@23309 f5534014-38df-0310-8fa8-9805f1628bb7
2007-08-29RANAP rewritten to use original ASN.1 source and updated to TS 25.413 V7.6.0 ↵kukosa1-1/+1
(2007-06) git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@22726 f5534014-38df-0310-8fa8-9805f1628bb7
2007-08-24get_ber_length doesn't need the tree argument, get rid of it.jmayer1-1/+1
Rebuild asn1 dissectors. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@22627 f5534014-38df-0310-8fa8-9805f1628bb7
2007-03-27Another iteration over sctp calls (RANAP/BSSAP) a step towards ↵lego1-1/+1
TCAP/(MAP/IMAP/CAMEL) - Fix SUA calls (I would need some more traces to test this) git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@21235 f5534014-38df-0310-8fa8-9805f1628bb7
2007-03-21change the signature that asn2wrs generates for functions to marm all ↵sahlberg1-4/+4
parameters as _U_ to reduce the number of compiler warnings. update some template and cnf files to use _U_ as well git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@21088 f5534014-38df-0310-8fa8-9805f1628bb7
2007-03-21packet_info.c and packet.clego1-1/+1
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 git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@21076 f5534014-38df-0310-8fa8-9805f1628bb7
2007-02-19Decode some RANAP elements.etxrab1-0/+4
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@20854 f5534014-38df-0310-8fa8-9805f1628bb7
2006-07-04few formal changes in PER dissector (rename asn_* types to asn1_* ones)kukosa1-1/+1
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@18652 f5534014-38df-0310-8fa8-9805f1628bb7
2006-06-29use "type function" instead of "field function" in PER CHOICE and SEQUENCE ↵kukosa1-1/+1
tables it matches asn2wrs approach and makes generated dissectors source shorter git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@18612 f5534014-38df-0310-8fa8-9805f1628bb7
2006-05-27Fix bug 973:etxrab1-1/+8
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. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@18228 f5534014-38df-0310-8fa8-9805f1628bb7
2006-05-22- fix bugs in dissect_per_octet_string() introduced with unaligned variantkukosa1-2/+2
- 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 git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@18209 f5534014-38df-0310-8fa8-9805f1628bb7
2006-05-21change a whole bunch of ethereal into wiresharksahlberg1-3/+3
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@18196 f5534014-38df-0310-8fa8-9805f1628bb7
2006-05-15PER Enumerated is working now.etxrab1-1/+1
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@18165 f5534014-38df-0310-8fa8-9805f1628bb7
2006-01-21RANAP - Dissect ProtocolExtensionField IE:setxrab1-1/+1
GSM A - Service Request; Mobile identity element is LV type git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@17069 f5534014-38df-0310-8fa8-9805f1628bb7
2005-12-08Regenerate with the latest asn2eth, to get FT_OID used, and to add #line.guy1-1/+2
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@16736 f5534014-38df-0310-8fa8-9805f1628bb7
2005-10-11Replace the current ranap dissector with an asn2eth generated one.etxrab1-0/+35
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@16191 f5534014-38df-0310-8fa8-9805f1628bb7