aboutsummaryrefslogtreecommitdiffstats
path: root/asn1/ranap
Commit message (Collapse)AuthorAgeFilesLines
* Get rid of remaining Booleans-as-encoding-arguments inGuy Harris2012-05-101-2/+2
| | | | | | | | | | proto_tree_add_item() calls. Also, fix a call for IPv4 addresses to use ENC_BIG_ENDIAN (yes, we do support ENC_LITTLE_ENDIAN for IPv4 addresses - at least one protocol apparently puts IPv4 addresses out byte-swapped!). svn path=/trunk/; revision=42531
* Dissect transport layer address NSAPAnders Broman2012-05-041-1/+1
| | | | svn path=/trunk/; revision=42416
* From David Wei and me, update to 3GPP TS 25.413 V10.4.0 (2011-12).Anders Broman2012-02-218-64/+69
| | | | svn path=/trunk/; revision=41104
* Try to get the container stuff right...Anders Broman2011-12-081-1/+3
| | | | svn path=/trunk/; revision=40119
* Add a missing IE number.Anders Broman2011-11-171-2/+3
| | | | svn path=/trunk/; revision=39897
* For proto_tree_add_item(..., proto_xxx, ...)use ENC_NA as the encoding arg.Bill Meier2011-10-211-1/+1
| | | | | | Also: remove trailing whitespace for a number of files. svn path=/trunk/; revision=39503
* Dissect NSAP encoded transport layer address.Anders Broman2011-10-132-4/+23
| | | | svn path=/trunk/; revision=39408
* Build the ASN.1 dissectors directly into epan/dissectors (rather than buildingJeff Morriss2011-10-101-5/+0
| | | | | | | | | | | | | | | | | | | | them and then copying them over). The "all" target to builds these dissectors now (instead of "generate_files" and/or "copy_files"). asn2wrs's "-O" option now means "the dissector goes in this directory" (rather than "all output goes in this directory"); it also means that the "-s" (single output file) option is now required. Fix things up so that it's possible to build all of the ASN.1 dissectors in one shot. Fix building of conformance files when doing out-of-source-tree builds. Unfortunately "make all" in the asn1 directory always builds something--I think because of circular depedencies. svn path=/trunk/; revision=39333
* Fix a typoAnders Broman2011-09-121-1/+1
| | | | svn path=/trunk/; revision=38978
* Update to V10.2.0 (2011-06)Anders Broman2011-09-127-77/+529
| | | | svn path=/trunk/; revision=38972
* Update to V9.6.0 (2011-06)Anders Broman2011-09-127-17/+21
| | | | svn path=/trunk/; revision=38971
* Bug 6146 - Malformed RANAP packets when HandOver procedure on iuh Anders Broman2011-08-022-12/+21
| | | | | | https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=6146 svn path=/trunk/; revision=38312
* Export SourceCellID.Anders Broman2011-02-271-5/+7
| | | | svn path=/trunk/; revision=36083
* Reset the global pdu_type *before* returning.Jeff Morriss2011-01-051-14/+28
| | | | svn path=/trunk/; revision=35391
* Rename the routines that handle dissector tables with unsigned integerGuy Harris2010-12-202-14/+14
| | | | | | | | | | | keys to have _uint in their names, to match the routines that handle dissector tables with string keys. (Using _port can confuse people into thinking they're intended solely for use with TCP/UDP/etc. ports when, in fact, they work better for things such as Ethernet types, where the binding of particular values to particular protocols are a lot stronger.) svn path=/trunk/; revision=35224
* - Update to 3GPP TS 25.413 V9.4.0 (2010-09).Anders Broman2010-11-177-14/+59
| | | | | | - Fill the value_strings. svn path=/trunk/; revision=34925
* Use value_string_ext fcns to access several value_string arrays.Bill Meier2010-11-151-1/+3
| | | | svn path=/trunk/; revision=34891
* Use value_string_ext fcns to access a value_string array.Bill Meier2010-11-151-2/+5
| | | | svn path=/trunk/; revision=34884
* Dissect more GTPV2 IE'sAnders Broman2010-06-281-0/+2
| | | | svn path=/trunk/; revision=33351
* Update to V9.2.0 (2010-03).Anders Broman2010-05-157-39/+45
| | | | svn path=/trunk/; revision=32817
* Fix a gcc -Wshadow warning.Bill Meier2010-04-301-5/+5
| | | | svn path=/trunk/; revision=32612
* From Mike Morrin:Anders Broman2010-04-292-0/+24
| | | | | | | Dissection of BSSMAP IEs: Old BSS to New BSS Info and New BSS to Old BSS Info https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=4712 svn path=/trunk/; revision=32606
* #include <string.h> and/or #include <stdio.h> not needed.Bill Meier2010-04-071-1/+0
| | | | svn path=/trunk/; revision=32417
* #include <stdio.h> not needed.Bill Meier2010-04-061-1/+0
| | | | svn path=/trunk/; revision=32405
* Fix for Bug 4588:Gerasimos Dimitriadis2010-03-201-1/+1
| | | | | | RANAP and friends want the MNC encoded in big endian form. svn path=/trunk/; revision=32257
* Squelch a bunch of compiler warnings.Guy Harris2010-02-231-1/+1
| | | | svn path=/trunk/; revision=31961
* remove check_colAnders Broman2010-01-262-5/+4
| | | | svn path=/trunk/; revision=31679
* Update to V9.1.0 (2009-12).Anders Broman2009-12-217-21/+88
| | | | svn path=/trunk/; revision=31337
* Expert info when E.212 MCC/MNC contain non-decimal digitsGerasimos Dimitriadis2009-11-271-2/+2
| | | | svn path=/trunk/; revision=31102
* Dissect RRC-container in RelocationResourceAllocation successful outcome.Anders Broman2009-11-262-3/+8
| | | | svn path=/trunk/; revision=31082
* If SourceRNC-ToTargetRNC-TransparentContainer is called trough ↵Anders Broman2009-11-251-0/+9
| | | | | | dissect_ranap_SourceRNC_ToTargetRNC_TransparentContainer_PDU ProtocolIE_ID may be unset svn path=/trunk/; revision=31073
* Add dissection of Source RNC to target RNC transparent information in BSSAP.Anders Broman2009-11-232-6/+19
| | | | | | Fix RRC container dissection in RANAP. svn path=/trunk/; revision=31058
* - Dissect Target-ToSource-TransparentContainer.Anders Broman2009-11-018-158/+204
| | | | | | - Update to 3GPP TS 25.413 V8.4.0 (2009-09). svn path=/trunk/; revision=30788
* Dissect ToTargetRNC-Container.Anders Broman2009-10-312-1/+13
| | | | svn path=/trunk/; revision=30787
* RelocationRequired incorrectly dissected.Anders Broman2009-10-261-2/+3
| | | | svn path=/trunk/; revision=30710
* Remove unused NEED_PACKET_PROTO_H variableKovarththanan Rajaratnam2009-10-081-1/+0
| | | | svn path=/trunk/; revision=30409
* Target Identification shall be coded as TLV IE where value isAnders Broman2009-09-091-1/+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
* Typo: parameter_tvb to be used.Anders Broman2009-08-181-2/+2
| | | | svn path=/trunk/; revision=29462
* Don't guard col_set_str (COL_PROTOCOL) with col_checkKovarththanan Rajaratnam2009-08-091-2/+1
| | | | svn path=/trunk/; revision=29340
* From Kovarththanan Rajaratnam:Stig Bjørlykke2009-06-231-1/+1
| | | | | | | | | Clean up header field info in asn1/*-template.c files. From me: Fixed a few typos in the patch. svn path=/trunk/; revision=28817
* Fix a warning in the RANAP dissector.Guy Harris2009-04-221-1/+1
| | | | | | | There don't seem to be any more RANAP warning, so put it back with the clean dissectors. svn path=/trunk/; revision=28132
* Use #.OMIT_ASSIGNMENTAnders Broman2009-04-221-6/+5
| | | | svn path=/trunk/; revision=28131
* Try to fix unused code warnings.Anders Broman2009-04-221-0/+3
| | | | svn path=/trunk/; revision=28130
* - Try to get rid of the unused code warnings.Anders Broman2009-04-222-235/+273
| | | | | | - GTP-TEI as hex and dec. svn path=/trunk/; revision=28125
* - Reintroduce heuristic dissectorAnders Broman2009-04-218-396/+934
| | | | | | | | | | https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=3426 - Dissect TransportLayerAddress as IPv4 or IPv6 address https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=3427 - Use call dissector_try_port_new() - Update ASN1 descriptions. svn path=/trunk/; revision=28109
* From Neil Piercy:Anders Broman2009-03-042-0/+15
| | | | | | | Embedded RRC messages not dissected. https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=3300 svn path=/trunk/; revision=27606
* #include <epan/conversation.h> and/or #include <epan/emem.h> not req'd ...Bill Meier2009-02-071-1/+0
| | | | svn path=/trunk/; revision=27390
* Update to the latest spec. V8.0.1 (2008-09)Anders Broman2008-11-067-21/+378
| | | | svn path=/trunk/; revision=26712
* Minor cleanup mostly related to proto_reg_handoffBill Meier2008-11-041-5/+4
| | | | | | | | | | | | Remove code for unused handles; Localize handles to proto_reg_handoff as appropriate; Localize "saved_prefs" to proto_reg_handoff; In some cases: move "once-only" code in proto_reg_handoff so that it's executed only the first time thru proto_reg_handoff; Properly delete/add port when pref changed (packet_ulp); svn path=/trunk/; revision=26697
* Fix typo(s)Anders Broman2008-07-261-4/+4
| | | | svn path=/trunk/; revision=25842