aboutsummaryrefslogtreecommitdiffstats
path: root/asn1
AgeCommit message (Collapse)AuthorFilesLines
2008-02-08Added missing "svn:keywords Id" and "svn:eol-style native" for someStig Bjørlykke1-1/+1
c and h files. svn path=/trunk/; revision=24290
2008-02-05Update gsm map asn1 files to latest version.Anders Broman29-84/+194
svn path=/trunk/; revision=24270
2008-02-03Update asn1 files to 3GPP TS 25.433 V7.7.0 (2007-12)Anders Broman7-1377/+2000
svn path=/trunk/; revision=24256
2008-02-03Get rid of some warnings.Anders Broman1-2/+0
svn path=/trunk/; revision=24251
2008-02-03Update asn1 files to GPP TS 25.413 V7.8.0 (2008-01).Anders Broman7-24/+42
svn path=/trunk/; revision=24250
2008-02-02Rewrote some prohibited APIs in epan/dissectors/ (sprintf, strcpy, strcat).Stig Bjørlykke3-16/+18
If we get some truncated strings we probably overwrote some buffers... svn path=/trunk/; revision=24249
2008-01-30Move glib-2 specific code out of gsmmap.cnf (where we can't #ifdef aroundJeff Morriss2-23/+38
it--asn2wrs doesn't understand #ifdef's) to packet-gsm-template.c svn path=/trunk/; revision=24227
2008-01-26Use the standard X.402 module as a separate file rather than as cut/paste ↵Graeme Lunt4-85/+480
into the ACP133 module. svn path=/trunk/; revision=24197
2008-01-261) Support for configurable LDAP over SSL portGraeme Lunt3-45/+158
2) Support for RFC 3909 - cancelRequest extendedOperation 3) Support for RFC 3062 - passwordModify extendedOperation 4) Column information for ExtendedRequest, SearchResultRef and AbandonRequest 5) Column information for multiple LDAP operations in the same packet (uses " | " separator) svn path=/trunk/; revision=24195
2008-01-261) Correct attribute name.Graeme Lunt2-2/+14
2) Add subtreespecification attribute. 3) Label each attribute in the tree with the attribute type. svn path=/trunk/; revision=24194
2008-01-24Fixed some strcpy -> strncpy/g_snprintf cleanups.Stig Bjørlykke1-3/+2
Removed a debug printout in t38. svn path=/trunk/; revision=24188
2008-01-21Remove duplicated OID entries and add text "(single NAL unit mode)"Anders Broman1-4/+2
to 0.0.8.241.0.0.0.0. svn path=/trunk/; revision=24150
2008-01-17Hmmm. The previous ansi_tcap.cnf did not make valid code.Stig Bjørlykke1-1/+1
I hope this fix is correct... svn path=/trunk/; revision=24118
2008-01-16- Removed some unused variables in asn1 dissectorsStig Bjørlykke8-15/+5
- Fixed last parameter to cry_cipher_open() in pkcs12 svn path=/trunk/; revision=24116
2008-01-15Use G_GINT64_CONSTANT(hope it makes the OS X build bot happy).Anders Broman1-3/+3
Unused variables fix to camel. svn path=/trunk/; revision=24106
2008-01-15make per_constrained_integer handle 64bits needed for X2AP.Anders Broman3-4/+5
svn path=/trunk/; revision=24097
2008-01-15From Neil Piercy: Anders Broman2-1/+13
Dissect RRC NAS Message PDUs. svn path=/trunk/; revision=24095
2008-01-13Update package name from IANA's list.Anders Broman1-0/+64
svn path=/trunk/; revision=24078
2008-01-13transactionId wasn't processed for:Anders Broman1-2/+23
SegmentReply/transactionId TransactionReply/transactionId TransactionPending/transactionId Fixes bug http://bugs.wireshark.org/bugzilla/show_bug.cgi?id=2165 svn path=/trunk/; revision=24077
2008-01-13Basic support for the LDAP start_tls extended operation and fix to match up ↵Graeme Lunt2-8/+86
extended operation arguments and results. svn path=/trunk/; revision=24076
2008-01-11Fix up some display filter names:Anders Broman2-91/+91
http://bugs.wireshark.org/bugzilla/show_bug.cgi?id=1852 svn path=/trunk/; revision=24065
2008-01-10add some comments re desirability of renaming fieldsRichard van der Hoff1-0/+11
svn path=/trunk/; revision=24059
2008-01-09From Shmulik Bezalel:Anders Broman4-3/+10
Present the country code description gsmmap and SCCP. Added small ASN1 bugfix - missing EXPORTS used by gsmmap.asn(Handle older ver). svn path=/trunk/; revision=24048
2008-01-09more sophisticated H245 OLC handling focusing on more reliable T.38 ↵Tomas Kukosa5-211/+298
establishment svn path=/trunk/; revision=24043
2008-01-08From Shmulik Bezalel:Anders Broman1-3/+29
Add support for ucs2 on ussd string. (Changing the font from Lucida console to Arial dissplaed all chars correctly). svn path=/trunk/; revision=24030
2008-01-06Clear up the decoding ofAnders Broman2-14/+358
"USSD-DataCodingScheme ::= OCTET STRING (SIZE (1)) -- The structure of the USSD-DataCodingScheme is defined by -- the Cell Broadcast Data Coding Scheme as described in -- TS 3GPP TS 23.038 [25]" Partly in responce to http://bugs.wireshark.org/bugzilla/show_bug.cgi?id=2158 svn path=/trunk/; revision=24019
2008-01-04Get rid of dissect_ber_boolean_value() and change the signature ofAnders Broman2-2/+2
dissect_ber_boolean() to return a value and update asn2wrs to generate the new signature. Regenerate all BER dissectors. svn path=/trunk/; revision=24015
2008-01-04Get rid of ber_last_created_item(). (Final?)Anders Broman1-2/+2
svn path=/trunk/; revision=24010
2008-01-04Get rid of ber_last_created_item().Anders Broman1-12/+12
svn path=/trunk/; revision=24009
2008-01-04Get rid of ber_last_created_item().Anders Broman8-24/+17
svn path=/trunk/; revision=24008
2008-01-03Get rid of ber_created_item().Anders Broman2-5/+3
svn path=/trunk/; revision=24007
2008-01-03Add x2ap and s1ap to asn1 build scriptsAnders Broman2-1/+21
svn path=/trunk/; revision=24004
2008-01-03Fix up compilation errors.Anders Broman4-23/+12
svn path=/trunk/; revision=24003
2008-01-03get rid of get_ber_last_created_item()Tomas Kukosa1-3/+3
svn path=/trunk/; revision=24002
2008-01-03get rid of get_ber_last_created_item()Tomas Kukosa1-8/+8
svn path=/trunk/; revision=24001
2008-01-03Wrong string used in g_hash_table_lookup().Anders Broman1-1/+1
Fix bug http://bugs.wireshark.org/bugzilla/show_bug.cgi?id=2154 svn path=/trunk/; revision=24000
2008-01-03- MAP-MS-DataTypes.asn Add IdAnders Broman3-36/+42
- Camel fix bug "bug in CAMEL ApplyCharging message." http://bugs.wireshark.org/bugzilla/show_bug.cgi?id=1719 - get rid of ber_last_created_item() - add decoding of ServiceInteractionIndicatorsTwo items svn path=/trunk/; revision=23999
2008-01-03register into h245.gef.name table which is already implementedTomas Kukosa1-2/+2
svn path=/trunk/; revision=23993
2008-01-02update Generic Extensible Framework in H.245Tomas Kukosa2-8/+62
- call subdissector for parameter names - call subdissector for booleanArray and unsignedMin values svn path=/trunk/; revision=23984
2008-01-02An X.420 message store attribute and an X.420 heading extension.Graeme Lunt1-0/+6
svn path=/trunk/; revision=23982
2008-01-02Revised X.420 dissector using separate ASN.1 modules and making the bare ↵Graeme Lunt13-1093/+2987
minimum changes to those modules that asn2wrs requires. Also supports the X.420 message store attributes, used over P7. svn path=/trunk/; revision=23981
2008-01-02Additional EXPORTS for X.420 attributes and general fixes.Graeme Lunt3-2/+6
svn path=/trunk/; revision=23980
2008-01-02Additional EXPORTS (for X.420 dissector) and a message store (P7) attribute.Graeme Lunt1-0/+4
svn path=/trunk/; revision=23979
2007-12-28Fetch ObjectName and its relative oid_info before handling an eventual errorStig Bjørlykke1-10/+9
value, so we have valid values to put in the VarBind entry. Include the error note text as the label. This should fix bug 2144. svn path=/trunk/; revision=23962
2007-12-28support for additionally SIZE constrained TypereferenceTomas Kukosa1-0/+15
the support is only semiautomated as this feature does not occur very often use this feature for the TBCD-STRING in the H.225 dissector svn path=/trunk/; revision=23958
2007-12-21Added type=value to BuiltInDomainDefinedAttributes items.Stig Bjørlykke2-2/+13
svn path=/trunk/; revision=23933
2007-12-19asn1/*/Makefile.nmake were not part of the source package.Jörg Mayer75-56/+131
Spotted by Tomas Kukosa. svn path=/trunk/; revision=23921
2007-12-19Correct the order the .asn files are called - yes it matters.Anders Broman1-3/+3
Grrr took me ages to figure out what the problem was. svn path=/trunk/; revision=23919
2007-12-18fix bug 2112Tomas Kukosa1-0/+9
svn path=/trunk/; revision=23915
2007-12-17Correct typosAnders Broman2-7/+6
svn path=/trunk/; revision=23900