aboutsummaryrefslogtreecommitdiffstats
path: root/asn1
Commit message (Collapse)AuthorAgeFilesLines
* From Florent Drouin:Anders Broman2007-07-243-30/+108
| | | | | | | | - add a subtree to the ApplyChargingXX Report - add a subtree to ReleaseCall and ReleaseSMS - synchronize Unix and Windows makefile. svn path=/trunk/; revision=22396
* QSIG extended with SYNC-SIG operations (ECMA-245)Tomas Kukosa2007-07-246-37/+185
| | | | svn path=/trunk/; revision=22394
* Fix bugAnders Broman2007-07-234-47/+34
| | | | | | | | | | http://bugs.wireshark.org/bugzilla/show_bug.cgi?id=1699 Bad decoding of Camel PromptAndCollectUserInfo By fixing up the generation of HF vars for Arg etc Add an OID name to INAP. svn path=/trunk/; revision=22391
* kukosa has replaced these with uppercase variants (he should have svn mv'ed ↵Richard van der Hoff2007-07-202-434/+0
| | | | | | them...) svn path=/trunk/; revision=22362
* QSIG fully implementedTomas Kukosa2007-07-2036-277/+4966
| | | | svn path=/trunk/; revision=22361
* For LEGO: Use crypt_tvb when we don't have cleartext_tvbJeff Morriss2007-07-191-1/+1
| | | | svn path=/trunk/; revision=22358
* Change "lenght" to "length", this time in the *source* of the SNMP dissector ↵Jeff Morriss2007-07-192-28/+28
| | | | | | (sigh) svn path=/trunk/; revision=22357
* get rid of few warningsTomas Kukosa2007-07-193-4/+11
| | | | svn path=/trunk/; revision=22355
* change QSIG tables structure so as they can be generated automatically from ↵Tomas Kukosa2007-07-193-365/+355
| | | | | | ASN.1 in the next step svn path=/trunk/; revision=22354
* rose_ctx_t structure usage in Q.932 dissectorTomas Kukosa2007-07-187-104/+72
| | | | svn path=/trunk/; revision=22349
* Dissection of octet-aligned EXTERNALs.Graeme Lunt2007-07-141-0/+3
| | | | svn path=/trunk/; revision=22308
* From Stig Bjorlykke. Graeme Lunt2007-07-141-1/+1
| | | | | | | ExtendedBodyPart parameters are OPTIONAL. svn path=/trunk/; revision=22307
* From Florent DROUIN:Anders Broman2007-07-131-19/+13
| | | | | | | | http://bugs.wireshark.org/bugzilla/show_bug.cgi?id=1652 patch to correct the decoding of Calling Party Number, and Called Party Number, when an implicit tag is used. svn path=/trunk/; revision=22299
* From Florent Drouin: fix for bug ↵Jeff Morriss2007-07-131-2/+2
| | | | | | http://bugs.wireshark.org/bugzilla/show_bug.cgi?id=1681 : initialize the variable containing the OID so the dialog portion gets decoded properly svn path=/trunk/; revision=22298
* - get rid of anonymous unionsTomas Kukosa2007-07-133-13/+5
| | | | | | - move some structures from packet-per and packet-q932-ros to asn1.h svn path=/trunk/; revision=22295
* ACP123 with -X and -T optionAnders Broman2007-07-082-2/+2
| | | | svn path=/trunk/; revision=22269
* Make hf fileds for ARGGUMENT RESULT and ERROR parameters.Anders Broman2007-07-073-18/+61
| | | | svn path=/trunk/; revision=22266
* Try to get rid of the warnings.Anders Broman2007-07-053-6/+52
| | | | svn path=/trunk/; revision=22250
* New Camel dissector built with -X and -T option and origninal ASN1 files.Anders Broman2007-07-057-569/+265
| | | | svn path=/trunk/; revision=22245
* Preparations for updated CAMEL dissector.Anders Broman2007-07-0417-30/+4218
| | | | svn path=/trunk/; revision=22239
* Fix dissection of IP addresses in unaligned PER.Anders Broman2007-07-032-2/+30
| | | | | | Add dissection of MSISDN and IMSI to the ULP dissector. svn path=/trunk/; revision=22233
* ARGUMENT and RESULT types of OPERATION can be used with new asn2wrs and need ↵Tomas Kukosa2007-07-023-181/+38
| | | | | | not to be redefined as assignment svn path=/trunk/; revision=22231
* Fix some of the 'defined but not used' warnings.Anders Broman2007-07-022-11/+57
| | | | svn path=/trunk/; revision=22229
* Correct a copy paste error and rename fields.Anders Broman2007-07-021-17/+31
| | | | svn path=/trunk/; revision=22228
* Try to fix defined but not used warnings and use the nice new table function ↵Anders Broman2007-07-019-100/+73
| | | | | | | | to get the list of Opcodes. svn path=/trunk/; revision=22227
* This patch will set correct extension_id for ExtensionAttributeTypeGraeme Lunt2007-06-271-1/+24
| | | | | | | | (error introduced in r22043), and fix printing of CAP values in oraddress (error introduced in r22054). svn path=/trunk/; revision=22209
* This patch adds a check for octet string in RTSE reassembly.Graeme Lunt2007-06-271-17/+23
| | | | | | | If not an octet string the data is handled as ordinary RTSE APDU. svn path=/trunk/; revision=22208
* This patch make PRES context identifiers conversation aware.Graeme Lunt2007-06-271-6/+23
| | | | svn path=/trunk/; revision=22207
* This patch changes ExemptedAddressSeq to a SEQUENCE OF.Graeme Lunt2007-06-271-1/+1
| | | | svn path=/trunk/; revision=22206
* Try to fix the last defined but not used warnings(again).Anders Broman2007-06-273-37/+146
| | | | svn path=/trunk/; revision=22204
* Fix distcheckStephen Fisher2007-06-271-1/+0
| | | | svn path=/trunk/; revision=22200
* Remove obsolete README file.Anders Broman2007-06-271-7/+0
| | | | svn path=/trunk/; revision=22199
* Try to fix the last defined but not used warnings.Anders Broman2007-06-261-0/+19
| | | | svn path=/trunk/; revision=22196
* Try to fix some GCC warningsAnders Broman2007-06-263-22/+107
| | | | svn path=/trunk/; revision=22194
* From Stig Bjorlykke:Stephen Fisher2007-06-253-3/+6
| | | | | | | | This patch fixes building x420 with ftbp on Unix platform and adds ftbp.asn to the tarball. svn path=/trunk/; revision=22190
* Generate CMIP from original asn1 files with -X and -T option.Anders Broman2007-06-255-67/+146
| | | | svn path=/trunk/; revision=22187
* Fix Windows builds and dist after revision 22179 removed the FTBP dissectorStephen Fisher2007-06-252-15/+0
| | | | svn path=/trunk/; revision=22182
* remove some compiler warning due to unused pinfo parameterRonnie Sahlberg2007-06-241-13/+27
| | | | | | | | | | | a SASL encapsulated ldap blob can contain more than one LDAP message so the rest_is_pad parameter is bogus and thus removed. make dissect_ldap_pdu handle when we have more than one LDAP message inside one sasl blob svn path=/trunk/; revision=22181
* Try to fix some more GCC warnings.Anders Broman2007-06-242-51/+68
| | | | svn path=/trunk/; revision=22180
* Delete the associated asn2wrs files for the FTBP dissectorGraeme Lunt2007-06-246-467/+0
| | | | svn path=/trunk/; revision=22179
* Consolidation of FTBP dissector into the X420 dissector.Graeme Lunt2007-06-245-5/+283
| | | | svn path=/trunk/; revision=22178
* This patch adds RTSE reassembly. The reassembly is done whenGraeme Lunt2007-06-242-14/+170
| | | | | | | | | | | receiving a SES MAJOR SYNC POINT, as this indicates the end of the COTP DT Data stream. Previous the RTSE dissector was called when receiving a COTP DT Data fragment with the "last data unit" bit set, but this does not work with messages fragmented in RTSE. Reassembly can be turned off in the preferences. svn path=/trunk/; revision=22176
* This patch adds s4406 type to COL_INFO, as for X420.Graeme Lunt2007-06-241-2/+2
| | | | svn path=/trunk/; revision=22175
* Try to fix some GCC warnings.Anders Broman2007-06-232-8/+33
| | | | svn path=/trunk/; revision=22172
* Remove gsm_ss and MAP_Dialogue from Windows makefileStephen Fisher2007-06-221-18/+0
| | | | svn path=/trunk/; revision=22168
* Fix distcheck for recently removed asn1/gsm_ss and asn1/MAP_Dialogue andStephen Fisher2007-06-221-12/+0
| | | | | | | remove the asn1/gsm_ss directory. svn path=/trunk/; revision=22167
* add code to handle new insanity in how spnego and gss wrap Ronnie Sahlberg2007-06-221-12/+27
| | | | | | | | eachother svn path=/trunk/; revision=22165
* Delete now obsolete MAP dialouge.Anders Broman2007-06-216-330/+0
| | | | svn path=/trunk/; revision=22156
* Delete now obsolete GSM SS.Anders Broman2007-06-216-1124/+0
| | | | svn path=/trunk/; revision=22155
* Fix some GSM MAP Warnings.Anders Broman2007-06-213-32/+10
| | | | svn path=/trunk/; revision=22154