aboutsummaryrefslogtreecommitdiffstats
path: root/asn1
AgeCommit message (Collapse)AuthorFilesLines
2007-03-06Pubate Satienpoch keeps finding typos and incongruences in H.248 packages:Luis Ontanon1-1/+1
- for Q.1950 I used the value_string for GB events as the value_string for the parameters of BNC change. > In observed event descriptor, it is called “eventName”, but in event descriptor, > it is called “pkgdName”. It should be “eventName” in both cases. svn path=/trunk/; revision=20986
2007-03-03- have the signal name to be in the right subtreeLuis Ontanon1-19/+6
svn path=/trunk/; revision=20966
2007-03-03+ improve dissection of PkdNameLuis Ontanon2-9/+110
+ complete H.248.1 E.1 Generic Package svn path=/trunk/; revision=20965
2007-02-28Add a missing OPTIONAL.Anders Broman1-5/+5
svn path=/trunk/; revision=20948
2007-02-27Add $Id:$Anders Broman1-4/+5
svn path=/trunk/; revision=20939
2007-02-25+ some cosmetic changes to package dissection.Luis Ontanon1-47/+50
+ add more Q.1950 packages and parameters svn path=/trunk/; revision=20920
2007-02-23fix some bugs introduced in the latest releases and add value_strings for ↵Luis Ontanon2-44/+56
param, evt, sig and stat ids s well as "sub-parameters". svn path=/trunk/; revision=20908
2007-02-21+ add some more packages from 3GPP TS 29.232Luis Ontanon1-4/+4
- fix http://bugs.wireshark.org/bugzilla/show_bug.cgi?id=1385 svn path=/trunk/; revision=20885
2007-02-20dont use _U_ when typedeffing a function pointer.Ronnie Sahlberg2-4/+4
gcc 2.96 does not like _U_ here. svn path=/trunk/; revision=20882
2007-02-20From Florent Drouin:Anders Broman1-238/+180
This patch provide a new function to decode messages when several ASN1 encoding can be used. This is the case, for example, when a same message has different encoding according to the MAP version, or in case of ASN1 encoder optimization. At the same time, I did remove the configuration variable "old_gsm_map_version", which is taken into account in the patch. And likewise, for all the messages defined with the ASN1 sequence "[3] SEQUENCE", this function is called for the decoding. svn path=/trunk/; revision=20878
2007-02-19Decode some RANAP elements.Anders Broman4-0/+60
svn path=/trunk/; revision=20854
2007-02-19Get rid of an unused variable.Guy Harris1-1/+0
svn path=/trunk/; revision=20845
2007-02-19dissect_x411_mts_apdu() is an old-style dissector, so it shouldn'tGuy Harris2-3/+3
return any value. svn path=/trunk/; revision=20844
2007-02-18Fix bug 1380:Jeff Morriss1-2/+4
http://bugs.wireshark.org/bugzilla/show_bug.cgi?id=1380 by registering the spnego dissector by name (e.g., call 'register_dissector()'). svn path=/trunk/; revision=20837
2007-02-17From Florent Drouin:Anders Broman4-246/+414
Update the Camel dissector to have the same structure as the gsm map dissector. Now the dissector correctly handles the Tcap return error component. Some improvement have been made for ApplyChargingReport too. svn path=/trunk/; revision=20835
2007-02-17This patch looks for a confounder in GSSWrap for DES_MAC_MD5 algorithm. Graeme Lunt1-1/+5
This is purely empirical as I can find no standard that says it should be there. However successful LDAP/SASL/GSSAPI between AD and Java client shows it seems to be present. If the confounder is not dissected, the LDAPMessage to fail to be decoded. svn path=/trunk/; revision=20833
2007-02-17Tidy ups for SASL/GSSAPI support:Graeme Lunt2-12/+26
1) Handle empty (zero length) saslCredentials 2) Handle "GSSAPI" auth_mech when identified from the bind 3) Annotate column info to show SASL service applied to LDAP operation svn path=/trunk/; revision=20830
2007-02-16From Florent Drouin:Anders Broman4-326/+1031
A patch to update the gsm map definition up to 3GPP TS 29.002 V7.5.0 (2006-09) Release 7 There is a little impact on the GTP dissector, because I had to change the name of the Local ErrorCode in the gsm map asn1 definition due to a conflict with the Camel dissector. svn path=/trunk/; revision=20823
2007-02-14H.225.0 updated to 05/2006, Amendment 1 01/2007Tomas Kukosa1-7/+10
svn path=/trunk/; revision=20807
2007-02-14Changes to the ansi_map and ospf dissectors to use new RVAL() (range string)Stephen Fisher1-8/+2
feature. svn path=/trunk/; revision=20806
2007-02-12Add a description of UAT fields, and have it as a tooltip in the New/Edit ↵Luis Ontanon1-6/+6
Dialog. svn path=/trunk/; revision=20797
2007-02-08This patch adds some expert info in CDT when:Graeme Lunt3-6/+12
- Unable to get compressed content - Unable to uncompress content http://www.wireshark.org/lists/wireshark-dev/200702/msg00356.html svn path=/trunk/; revision=20746
2007-02-08This patch adds support for decoding BER-encoded files as "X.411 Message". Graeme Lunt1-0/+1
http://www.wireshark.org/lists/wireshark-dev/200702/msg00355.html svn path=/trunk/; revision=20745
2007-02-08Have the windows buildot compiling again.Luis Ontanon1-2/+3
svn path=/trunk/; revision=20742
2007-02-07Oddly enough MSVC cannot compile this one.Luis Ontanon1-8/+8
svn path=/trunk/; revision=20738
2007-02-07* Add a category param to the uat.Luis Ontanon2-80/+199
* UATify SNMP Users svn path=/trunk/; revision=20736
2007-02-07Fix for bug 1350: Add return value forJeff Morriss1-85/+85
dissect_ansi_map_sms_originationrestrictions() Also close a couple of comments, remove one /* embedded in a comment, remove a couple unused variables (still lots of unused params in there), and fix indentation of some proto_item and proto_tree variable declarations. svn path=/trunk/; revision=20730
2007-02-06Fix a copy error.Anders Broman1-1/+1
svn path=/trunk/; revision=20728
2007-01-31Extend the events valuestring with Bearer Modification Support Event.Anders Broman1-0/+1
svn path=/trunk/; revision=20657
2007-01-31Merge Anders' and my own fixes to some bugsLuis Ontanon2-27/+14
- most paramaters have data set to NULL, have them added to the tree - avoid the context tracing mecanism bailing out if a ContextList appears in the packet. - in q9150 do not attempt to dissect sdp unless we believe it is sdp (BTW we need heuristics for sdp and other potential payloads of this parameter..) svn path=/trunk/; revision=20649
2007-01-30Fix bug 1328 and related bugs found when examining the trace.Anders Broman1-1/+4
svn path=/trunk/; revision=20634
2007-01-29Update value strings.Anders Broman1-23/+31
svn path=/trunk/; revision=20612
2007-01-28Support for SMIMECapabilities and KeyPreference attributes.Graeme Lunt3-14/+85
ContentInfo syntax for .p7s, .p7c and .p7m files. svn path=/trunk/; revision=20585
2007-01-28Definition of a per-recipient extension to prevent failure of dissection. Graeme Lunt1-0/+3
(Don't know what the extension actually is.) svn path=/trunk/; revision=20584
2007-01-28Fix for per-domain-bilateral-information (bilateral-information field wasn't ↵Graeme Lunt3-1/+18
handled). svn path=/trunk/; revision=20583
2007-01-16Dissekt ControlChannelData.Anders Broman2-4/+68
svn path=/trunk/; revision=20458
2007-01-16fix registration H.225 over TLSTomas Kukosa1-6/+5
svn path=/trunk/; revision=20449
2007-01-15Dissect SMS-OriginationRestrictions.Anders Broman2-3/+45
svn path=/trunk/; revision=20444
2007-01-15Handle the case where the same TransactionID is used for two differentAnders Broman2-4/+38
destinations. svn path=/trunk/; revision=20440
2007-01-15Dissect sms-BearerData also in responce messages if service code seen in Invoke.Anders Broman3-32/+88
Pretify a bunch of DigitsType parameters. svn path=/trunk/; revision=20439
2007-01-14If a OCTET STRING has zero length a zero length tvb will be returned - ↵Anders Broman3-152/+331
handle that case and add pretifications by Graeme Lunt. svn path=/trunk/; revision=20430
2007-01-14Dissect cdma2000HandoffInvokeIOSData and response dataAnders Broman2-3/+40
(Missing .cnf file in previous checkin) add BCD decoded items to Digits type item. svn path=/trunk/; revision=20426
2007-01-13Handle the case ehere TCAP identifier isn't present.Anders Broman3-2/+7
svn path=/trunk/; revision=20421
2007-01-13- Correct Tag numbering and marking of OPTIONAL.Anders Broman2-55/+120
- Add some variants of Digits dissection. - Correct the DMH-RedirectionIndicator. - Add reserved bits. svn path=/trunk/; revision=20420
2007-01-13Handle zero length invokes and some asn1 fixes.Anders Broman2-12/+42
svn path=/trunk/; revision=20418
2007-01-13New protocol dissector for PKCS#12 - Personal Information Exchange Syntax.Graeme Lunt11-7/+697
Generally found within a file (.p12 or .pfx) or as a directory attribute (userPKCS12 from iNetOrgPerson). Wiki page and sample file to follow. svn path=/trunk/; revision=20416
2007-01-13New "decode as ..." feature for BER-encoded files (WTAP_FILE_BER). Graeme Lunt2-0/+11
A BER-encoded file can be dissected as one of a number of registered syntaxes (registered using register_ber_syntax_dissector()). Syntaxes may also be associated with OIDs (or other strings) using register_ber_oid_syntax(). A default syntax with which to dissect a BER-encoded file is determined from its filename (extension). For example, ".cer" and ".crt" files will be dissected as "Certificate". svn path=/trunk/; revision=20414
2007-01-12Dissect cdma2000HandoffInvokeIOSData.Anders Broman1-34/+48
svn path=/trunk/; revision=20409
2007-01-12Dissect CDMAServiceOption.Anders Broman3-3/+132
svn path=/trunk/; revision=20407
2007-01-12Move sha1.[ch] to epan/crypt/crypt-sha1.[ch]. Remove duplicate code.Gerald Combs2-97/+97
svn path=/trunk/; revision=20399