aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-ranap.h
AgeCommit message (Collapse)AuthorFilesLines
2016-09-10S1AP: prettify dissectionPascal Quantin1-0/+1
Change-Id: I2b4339e489d11ade2751cad8874ba220d12fe3db Reviewed-on: https://code.wireshark.org/review/17615 Petri-Dish: Pascal Quantin <pascal.quantin@gmail.com> Tested-by: Petri Dish Buildbot <buildbot-no-reply@wireshark.org> Reviewed-by: Pascal Quantin <pascal.quantin@gmail.com>
2016-08-21RANAP: fix indent (use 2 spaces) and modelinesAlexis La Goutte1-0/+13
Change-Id: I84e3157a9303572dcd3d9ff5df6802c42553e62f Reviewed-on: https://code.wireshark.org/review/17197 Petri-Dish: Michael Mann <mmann78@netscape.net> Tested-by: Petri Dish Buildbot <buildbot-no-reply@wireshark.org> Reviewed-by: Michael Mann <mmann78@netscape.net>
2016-03-13Move /asn1 to /epan/dissectorsJoão Valverde1-4/+4
Change-Id: I1208fe3c2ba428995526f561e8f792b8d871e9a9 Reviewed-on: https://code.wireshark.org/review/14388 Reviewed-by: Pascal Quantin <pascal.quantin@gmail.com> Petri-Dish: Pascal Quantin <pascal.quantin@gmail.com> Reviewed-by: João Valverde <j@v6e.pt>
2015-11-02[GTPv2] Dissect UTRAN F-Container content.AndersBroman1-0/+1
Change-Id: Idaf07e31876b453f88c5fd7e886c72dffcb35a96 Reviewed-on: https://code.wireshark.org/review/11492 Petri-Dish: Anders Broman <a.broman58@gmail.com> Tested-by: Petri Dish Buildbot <buildbot-no-reply@wireshark.org> Reviewed-by: Anders Broman <a.broman58@gmail.com>
2014-02-18Remove $Id$ from the ASN.1 dissectors and regenerate them.Jeff Morriss1-1/+1
Change-Id: Ie476c6f82f318188b41ed922b92c6fec119ea954 Reviewed-on: https://code.wireshark.org/review/244 Reviewed-by: Jeff Morriss <jeff.morriss.ws@gmail.com> Tested-by: Jeff Morriss <jeff.morriss.ws@gmail.com>
2013-04-11Update the ASN.1 based dissectors following the changes done in r48812Pascal Quantin1-2/+2
svn path=/trunk/; revision=48820
2012-09-10Regenerate all asn.1 dissectors.Jakub Zawadzki1-5/+5
svn path=/trunk/; revision=44861
2012-06-28Update Free Software Foundation address.Jakub Zawadzki1-1/+1
(COPYING will be updated in next commit) svn path=/trunk/; revision=43536
2012-06-12Upgrade GSM BSSMAP dissection to Release 9 (V9.8.0)Pascal Quantin1-0/+1
svn path=/trunk/; revision=43227
2011-12-08Try to get the container stuff right...Anders Broman1-0/+1
svn path=/trunk/; revision=40119
2011-10-13Dissect NSAP encoded transport layer address.Anders Broman1-1/+1
svn path=/trunk/; revision=39408
2011-05-13Regenerate ASN.1 dissectors to update the #line directive.Stig Bjørlykke1-3/+3
svn path=/trunk/; revision=37118
2011-02-27Export SourceCellID.Anders Broman1-0/+1
svn path=/trunk/; revision=36083
2010-06-28Dissect more GTPV2 IE'sAnders Broman1-0/+1
svn path=/trunk/; revision=33351
2009-11-23Add dissection of Source RNC to target RNC transparent information in BSSAP.Anders Broman1-0/+1
Fix RRC container dissection in RANAP. svn path=/trunk/; revision=31058
2009-09-09Target Identification shall be coded as TLV IE where value isAnders Broman1-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). svn path=/trunk/; revision=29816
2009-05-16Regenerate all asn2wrs generated dissectors.Stig Bjørlykke1-1/+1
svn path=/trunk/; revision=28379
2008-11-01Regenerate all asn2wrs generated dissectorsAnders Broman1-1/+1
svn path=/trunk/; revision=26670
2008-07-26Fix unused code warings generated because some IE:s uses the same "value" ↵Anders Broman1-1/+1
for different IE:s depending on message type. (Thanks to Tomas Kukosa for helping to solve the problem). svn path=/trunk/; revision=25841
2007-10-29asn2wrsTomas Kukosa1-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 svn path=/trunk/; revision=23309
2007-08-29RANAP rewritten to use original ASN.1 source and updated to TS 25.413 V7.6.0 ↵Tomas Kukosa1-1/+1
(2007-06) svn path=/trunk/; revision=22726
2007-08-24get_ber_length doesn't need the tree argument, get rid of it.Jörg Mayer1-1/+1
Rebuild asn1 dissectors. svn path=/trunk/; revision=22627
2007-03-27Another iteration over sctp calls (RANAP/BSSAP) a step towards ↵Luis Ontanon1-1/+1
TCAP/(MAP/IMAP/CAMEL) - Fix SUA calls (I would need some more traces to test this) svn path=/trunk/; revision=21235
2007-03-21change the signature that asn2wrs generates for functions to marm all ↵Ronnie Sahlberg1-4/+4
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-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 svn path=/trunk/; revision=21076
2007-02-19Decode some RANAP elements.Anders Broman1-0/+4
svn path=/trunk/; revision=20854
2006-07-04few formal changes in PER dissector (rename asn_* types to asn1_* ones)Tomas Kukosa1-1/+1
svn path=/trunk/; revision=18652
2006-06-29use "type function" instead of "field function" in PER CHOICE and SEQUENCE ↵Tomas Kukosa1-1/+1
tables it matches asn2wrs approach and makes generated dissectors source shorter svn path=/trunk/; revision=18612
2006-05-27Fix bug 973:Anders Broman1-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. svn path=/trunk/; revision=18228
2006-05-22- fix bugs in dissect_per_octet_string() introduced with unaligned variantTomas Kukosa1-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 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-1/+1
svn path=/trunk/; revision=18165
2006-01-21RANAP - Dissect ProtocolExtensionField IE:sAnders Broman1-1/+1
GSM A - Service Request; Mobile identity element is LV type svn path=/trunk/; revision=17069
2005-12-08Regenerate with the latest asn2eth, to get FT_OID used, and to add #line.Guy Harris1-1/+2
svn path=/trunk/; revision=16736
2005-10-11Replace the current ranap dissector with an asn2eth generated one.Anders Broman1-0/+35
svn path=/trunk/; revision=16191