aboutsummaryrefslogtreecommitdiffstats
path: root/asn1
AgeCommit message (Collapse)AuthorFilesLines
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
2007-01-11Add dissection of cdmaChannelData and only add Opcode to hastable once.Anders Broman2-16/+157
svn path=/trunk/; revision=20398
2007-01-11warn the user if the decrypted data doesn't look like a ScopedPDU instead of ↵Luis Ontanon3-26/+77
dissecting it. svn path=/trunk/; revision=20393
2007-01-11- allow use of * as any-engine-idLuis Ontanon3-98/+119
- automatic localization of usertable entries with no engine-id - remove last remains of debug code svn path=/trunk/; revision=20387
2007-01-10Packet-ber:Anders Broman2-16/+18
Handle the following type of construct CDMATargetMAHOInformation ::= SEQUENCE { targetCellID [3] IMPLICIT TargetCellID, cdmaPilotStrength [65] IMPLICIT CDMAPilotStrength, cdmaTargetOneWayDelay [61] IMPLICIT CDMATargetOneWayDelay } CDMATargetMAHOList ::= SEQUENCE OF [135] IMPLICIT CDMATargetMAHOInformation ansi_map: - Correct an Enummeration - add Missing OPTIONAL to Tags - Handle parameter if it's one or two octets long. svn path=/trunk/; revision=20386
2007-01-10+ AES decryptionLuis Ontanon3-4/+71
svn path=/trunk/; revision=20369
2007-01-10* sha1 authenticationLuis Ontanon3-54/+94
- remove warnings and test code svn path=/trunk/; revision=20366
2007-01-09Move cryptography code to epan/crypt.Gerald Combs1-1/+1
svn path=/trunk/; revision=20359
2007-01-09Add ansi_map to the makefilesAnders Broman4-27/+54
Add missing IMPLICIT and tag numbers, some whitespace changes. svn path=/trunk/; revision=20358
2007-01-09change the loading order of some headers to avoid a conflict with net-snmpLuis Ontanon1-5/+6
svn path=/trunk/; revision=20356
2007-01-09SNMPv3 USM decryption/authentication phase 1Luis Ontanon3-30/+614
svn path=/trunk/; revision=20353
2007-01-07Show return signal in info col. also if no data.Anders Broman2-28/+29
svn path=/trunk/; revision=20335
2007-01-06Check in the asn2wrs generated ANSI map dissector.Anders Broman3-7/+12
svn path=/trunk/; revision=20334
2007-01-05- Dissect IA5 digitsAnders Broman3-152/+104
- Update info column - Call subdissectors - fix some asn1 bugs - clean up .cnf file. svn path=/trunk/; revision=20325
2007-01-04the widcards: Choose and All were inverted (again?)Luis Ontanon1-2/+2
svn path=/trunk/; revision=20314
2007-01-04Make the recent INAP change in the template file as well.Anders Broman1-1/+1
svn path=/trunk/; revision=20311
2007-01-04Add dissection of SystemCapabilities.Anders Broman2-4/+103
svn path=/trunk/; revision=20299
2007-01-03Add call to the Teleservice dissector add a bunch of missing Return signals andAnders Broman3-101/+159
fix up some cut and paste errors. svn path=/trunk/; revision=20293
2007-01-02Move epan/crypt-md5.[ch] to epan/crypt. RemoveGerald Combs2-41/+41
epan/crypt/airpdcap_md5.[ch]. Fix up whitespace. svn path=/trunk/; revision=20277
2007-01-02Oops: wireshark.com --> wireshark.orgBill Meier10-10/+10
Also: 1 additional Ethereal --> Wireshark svn path=/trunk/; revision=20272
2007-01-02More ethereal --> wiresharkBill Meier10-20/+20
svn path=/trunk/; revision=20270
2007-01-02Ehtereal[sic] -> Wireshark. :-)Guy Harris1-3/+4
Give a little more detail in the comment in the H.248 dissector about "MEGACO" vs. "H.248". svn path=/trunk/; revision=20262
2007-01-01Use TransactionId to match ansi map responses to requests and fixAnders Broman5-7/+95
some bugs in the asn2wrs generated ansi map dissector. svn path=/trunk/; revision=20257
2006-12-19From Florent Drouin:Anders Broman2-76/+173
Update the Camel ASN1 definition to version 3GPP TS 29.078 7.3.0 Release 7. Some definitions for element SIZE have been replaced to use the capSpecificBound variables, and some decoding problemes, like for Establish temporary connection have been solved. I did notice that the CalledPartyBCDNumber (ISDN-AddressString (1..9) ) is not inline with the last definition (1..41), but I did not update it. svn path=/trunk/; revision=20153
2006-12-14From Stig Bjorlykke:Stephen Fisher4-0/+12
I have added a new dissector for DMP (STANAG 4406 Direct Message Profile) as defined in STANAG 4406 Annex E. The DMP protocol has no assigned UDP port number yet, so the default value in this dissector is 0 (I suppose this is som sort of "disabled"?) until we get this registered. The dissector has been tested on OSX Intel/PowerPC and Solaris SPARC. Changes in this patch: * Added DMP dissector * Added a new CRC table and functions in crc16.c * Made NonDeliveryReasonCode and NonDeliveryDiagnosticCode available from X.411 * Made NonReceiptReasonField and DiscardReasonField available from X.420 svn path=/trunk/; revision=20133
2006-12-13if there is a list of mechTypes in the negTokenInit then store the first oneRonnie Sahlberg1-16/+50
and associate it with the conversation properly. do the same for supportedMech in the negTokenTarg This will allow wireshark to decode the blob in negTokenTarg even when no supportedMech is provided. svn path=/trunk/; revision=20129
2006-12-10From Stig Bjorlykke:Stephen Fisher1-1/+1
This patch fixes a small typo in the s4406 dissector. svn path=/trunk/; revision=20093
2006-12-08Get rid of UCD SNMP support (it's not longer supported andJörg Mayer1-40/+20
superseeded by net-snmp). Replace some_snmp by net_snmp where appropriate. svn path=/trunk/; revision=20071
2006-12-07Revert some dissector_handle_t to static changes to make it compile again.Anders Broman1-2/+2
svn path=/trunk/; revision=20064