aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-rrc.c
Commit message (Collapse)AuthorAgeFilesLines
* Regenerate all asn2wrs generated dissectors.Stig Bjørlykke2009-05-161-492/+492
| | | | svn path=/trunk/; revision=28379
* From Vincent Helfre and Me:Anders Broman2009-04-161-128/+165
| | | | | | | - Dissect GSM messages. - Add functions to libwireshark needed by plugins. svn path=/trunk/; revision=28068
* Use G_GINT64_CONSTANT in stead of G_GUINT4_CONSTANTAnders Broman2009-04-141-1/+1
| | | | svn path=/trunk/; revision=28048
* support UINT64 constants for upper value boundsTomas Kukosa2009-04-141-1/+1
| | | | svn path=/trunk/; revision=28042
* Make it possible to check for extension marker in SEQUENCE OF and SET OF.Anders Broman2009-03-251-484/+484
| | | | | | | Fore some reason the trace in bug https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=3360 does not decode properly if dissecting the exension marker so leave that code #if 0:ed out for now. svn path=/trunk/; revision=27848
* From Neil Piercy:Anders Broman2009-03-041-92/+125
| | | | | | | Embedded RRC messages not dissected. https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=3300 svn path=/trunk/; revision=27606
* Update UMA towards the most recent 3GPP spec, and export InterRATHandoverInfoAnders Broman2009-03-031-87/+87
| | | | | | from the RRC dissector. svn path=/trunk/; revision=27584
* Fix a typo in a dummy function.Stig Bjørlykke2009-02-221-2/+2
| | | | svn path=/trunk/; revision=27517
* #include <epan/conversation.h> and/or #include <epan/emem.h> not req'd ...Bill Meier2009-02-071-8/+7
| | | | svn path=/trunk/; revision=27390
* From Vincent Helfre:Anders Broman2009-01-071-0/+553
| | | | | | updated the conf files to have the message name display + the ,akefile missing from previous checkin. svn path=/trunk/; revision=27180
* From Pascal Quantin:Anders Broman2008-12-221-2/+2
| | | | | | | 3GPP dissectors: do not go back to tree root when decoding an encapsulated message https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=3132 svn path=/trunk/; revision=27081
* From Pascal Quantin:Anders Broman2008-11-051-36/+56
| | | | | | 3GPP 25.331: Dissect UE Radio Access Capability Info message embedded in InterRAT Handover Info message. svn path=/trunk/; revision=26705
* asn2wrs generated files changed as a result of recent asn1 template changes Bill Meier2008-11-041-11/+8
| | | | svn path=/trunk/; revision=26698
* Regenerate all asn2wrs generated dissectorsAnders Broman2008-11-011-491/+491
| | | | svn path=/trunk/; revision=26670
* From Pascal Quantin:Anders Broman2008-10-301-44/+455
| | | | | | | Add dissection for 3GPP 25.331 System information Blocks messages and IRAT related messages. https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=3016 svn path=/trunk/; revision=26624
* Try to fix unused code warnings(hack).Anders Broman2008-09-031-3/+67
| | | | svn path=/trunk/; revision=26129
* Revert previous change.Anders Broman2008-07-021-5391/+6623
| | | | svn path=/trunk/; revision=25664
* See if this gets rid of some unused code warnings...Anders Broman2008-07-021-6623/+5391
| | | | svn path=/trunk/; revision=25663
* Update the ASN.1 files.Anders Broman2008-07-011-11205/+25009
| | | | svn path=/trunk/; revision=25648
* - Removed some unused variables in asn1 dissectorsStig Bjørlykke2008-01-161-8/+7
| | | | | | - Fixed last parameter to cry_cipher_open() in pkcs12 svn path=/trunk/; revision=24116
* From Neil Piercy: Anders Broman2008-01-151-364/+373
| | | | | | Dissect RRC NAS Message PDUs. svn path=/trunk/; revision=24095
* as2wrs now handles EXTERNAL(direct-reference requires no special handling).Anders Broman2007-11-061-0/+2
| | | | svn path=/trunk/; revision=23386
* asn2wrsTomas Kukosa2007-10-291-15/+15
| | | | | | | | | | | | | | - 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
* get users of oid_resolv to use the new oids, rollout packet-snmp.cLuis Ontanon2007-08-251-291/+1
| | | | svn path=/trunk/; revision=22651
* UMTS RRC updated to 3GPP TS 25.331 V7.4.0 (2007-03) and moved to one directoryTomas Kukosa2007-05-251-0/+116283
svn path=/trunk/; revision=21931