aboutsummaryrefslogtreecommitdiffstats
path: root/asn1
AgeCommit message (Collapse)AuthorFilesLines
2010-08-03Added some missing elements from MS Certificate:Stig Bjørlykke1-0/+3
- Previous Cert Hash - Virtual Base - Next Publisher svn path=/trunk/; revision=33695
2010-08-02Mark encryptedData as unused, to avoid warnings when not HAVE_LIBGCRYPT.Stig Bjørlykke1-2/+2
svn path=/trunk/; revision=33691
2010-08-02Added missing include <string.h>.Stig Bjørlykke1-0/+1
svn path=/trunk/; revision=33690
2010-07-02oid_encoded2string() returns a const char *; don't assign it to a charGuy Harris1-2/+4
*. Don't declare variables in the middle of a block; not all the compilers we use support that. svn path=/trunk/; revision=33409
2010-07-01Don't add raw bytes to the tree.Gerald Combs1-2/+3
svn path=/trunk/; revision=33403
2010-07-01Initialize MechType_oid in the right place.Gerald Combs2-3/+1
svn path=/trunk/; revision=33396
2010-07-01Initialize more variables.Gerald Combs2-2/+4
svn path=/trunk/; revision=33392
2010-06-30Initialize a variable.Gerald Combs1-0/+2
svn path=/trunk/; revision=33390
2010-06-30Initialize a variable.Gerald Combs1-0/+1
svn path=/trunk/; revision=33388
2010-06-30Sort filename expansionKovarththanan Rajaratnam1-1/+1
svn path=/trunk/; revision=33381
2010-06-29Interpret single-ASN1-type as ASN.1 and not as an OCTET STRING.Graeme Lunt2-2/+1
svn path=/trunk/; revision=33375
2010-06-29Decode parameters as ASN.1 directly and avoid interpreting as an OCTET STRING.Graeme Lunt1-29/+6
svn path=/trunk/; revision=33374
2010-06-29New "#.SYNTAX" section for the asn2wrs conformance file. Graeme Lunt1-17/+16
This allows syntaxes to be registered separately from PDUs. Within the new section, the ASN.1 types to be used as syntaxes should be iterated. An optional second parameter on each line may be provided to provide an alternative name for the syntax (that the user will see). This name must be in double quotes. svn path=/trunk/; revision=33370
2010-06-29Update to V9.3.0 (2010-06)Anders Broman6-21/+38
Export ENB-StatusTransfer-TransparentContainer svn path=/trunk/; revision=33369
2010-06-28Add the missing packet-s1ap.hStig Bjørlykke1-0/+30
svn path=/trunk/; revision=33356
2010-06-28Dissect more GTPV2 IE'sAnders Broman3-2/+12
svn path=/trunk/; revision=33351
2010-06-28Removal of various warnings, mainly by not emitting functions for ASN.1 ↵Graeme Lunt4-4/+50
types that are only used for COMPONENTS OF. svn path=/trunk/; revision=33350
2010-06-28Moved register_ber_syntax_dissector() and register_ber_oid_syntax() fromStig Bjørlykke4-15/+12
proto_reg_handoff_* to proto_register_*. svn path=/trunk/; revision=33345
2010-06-28Remove the -R flag (used to generate syntax registrations) and replace with a Graeme Lunt2-1/+3
packet-<proto>-syn-reg.c output file. This is more generic and allows the syntax registrations to the directed from the template file. svn path=/trunk/; revision=33342
2010-06-27Initialize attributedesc_string in a couple of places so that weGerald Combs2-9/+7
don't end up trying to use an invalid pointer. svn path=/trunk/; revision=33341
2010-06-26From KATAOKA Toshihiro:Anders Broman1-6/+2
3GPP S1AP Transparent Container. https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=4913 svn path=/trunk/; revision=33330
2010-06-26Avoid crash when adding SNMP Users.Stig Bjørlykke1-7/+8
This fixes bug 4926. svn path=/trunk/; revision=33329
2010-06-24Build dependency to x411.Stig Bjørlykke1-1/+5
svn path=/trunk/; revision=33314
2010-06-23Update to register basic ASN.1 syntaxes.Graeme Lunt3-9/+32
svn path=/trunk/; revision=33299
2010-06-23FromToshihiro Kataoka:Anders Broman3-0/+20
Dissect 3GPP S1AP UE Capability Info Indication. https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=4904 svn path=/trunk/; revision=33294
2010-06-21Corrected printed name for id-permissiveAttributes.Stig Bjørlykke1-1/+1
svn path=/trunk/; revision=33277
2010-06-18Add new strings/dissector function for signalling RRC messages that will addMartin Mathieson1-0/+56
lte_rrc root to the protocol tree. Makes filtering on call signalling easier. TODO: same for other RRC entry points... svn path=/trunk/; revision=33251
2010-06-10Display RefuseReason in Info column.Stig Bjørlykke1-0/+15
svn path=/trunk/; revision=33206
2010-06-09Add idmp.Jeff Morriss1-20/+21
svn path=/trunk/; revision=33193
2010-06-09Initialize dst_ref.Stig Bjørlykke1-1/+1
svn path=/trunk/; revision=33189
2010-06-09Removal of unused global variable.Graeme Lunt1-1/+0
svn path=/trunk/; revision=33188
2010-06-09Removal of (hopefully!) the final warning.Graeme Lunt1-5/+2
svn path=/trunk/; revision=33187
2010-06-09Update for missing const for object identifier string and marking tree as ↵Graeme Lunt1-3/+3
unused. svn path=/trunk/; revision=33186
2010-06-09Build dependency x509ce.Stig Bjørlykke1-1/+6
svn path=/trunk/; revision=33184
2010-06-09Updates to the ROS dissector to support IDMP and fix to IDMP for implicit ↵Graeme Lunt4-10/+26
declaration of return value of call_ros_oid_callback(). svn path=/trunk/; revision=33182
2010-06-09Print correct RLRE reason in Info column.Stig Bjørlykke1-2/+11
Dump RLRQ/RLRE text in Info column even when having no reason code. svn path=/trunk/; revision=33178
2010-06-09Support for X.519 (section 9) Internet Directly Mapped Protocol (IDMP).Graeme Lunt10-3/+871
IDMP provides a mapping of request-response service elements directly onto the Internet TCP/IP protocol, bypassing the ACSE, Presentation, Session and Transport layers of the OSI model. It also supports the use of TLS services. The DAP dissector has been updated to use the IDMP protocol. svn path=/trunk/; revision=33177
2010-06-04tcaphash_context_t.oid is of size LENGTH_OID+1, not LENGTH_OID. Just use ↵Jeff Morriss2-9/+9
sizeof(tcaphash_context_t.oid) instead of LENGTH_OID so we can use that last byte. This allows us to retrieve the whole ACN when the ACN is LENGTH_OID bytes long. svn path=/trunk/; revision=33089
2010-06-04Description for netscape-cert-type bit 4 (e.g. see ↵Graeme Lunt1-0/+1
http://docs.sun.com/source/816-5531-10/poli_ext.htm#1078885) svn path=/trunk/; revision=33084
2010-06-04RCS 3280, which obsoletes RFC 2459, allows an IA5String CHOICE in the ↵Graeme Lunt1-0/+1
DisplayText of a UserNotice. svn path=/trunk/; revision=33083
2010-06-02Set Subversion properties right.Jaap Keuter7-7/+7
svn path=/trunk/; revision=33058
2010-06-02Definition of certificatePolicies certificate extension and removal of warningsGraeme Lunt1-3/+4
svn path=/trunk/; revision=33050
2010-06-02CA Version certificate extensionGraeme Lunt1-0/+1
svn path=/trunk/; revision=33049
2010-06-02Bug 3597 - implicit octet string that is constructed causes PRES/FTAM ↵Graeme Lunt1-1/+1
dissect failure Introduced some state to remember last dissected Tag/Length so that they can be recalled if an IMPLICIT tag is encountered and stripped. This allows its to be determined if the value has a constructed value - and so can be reassembled. In this case, it is a IMPLICIT constructed OCTET STRING at the presentation layer. Many thanks to Fred Gruman for identifying - and apologies for the delay in commiting. svn path=/trunk/; revision=33048
2010-06-02Minor change to remember the object identifier.Graeme Lunt1-0/+3
svn path=/trunk/; revision=33047
2010-06-01From Michael Bernhard via bug 3398 with minor fixups:Gerald Combs9-0/+541
I've created a ASN.1 dissector for the IEC 61850 Sampled Values protocol. It dissects ethernet frames of the IEC 61850-9-2LE specification form the UCA International User Group. There is also a new TAP for tshark (-R sv) which extracts the important information of the frame and allows to create plots (with external tools) of the sampled values. I've developed under Linux (Ubuntu 8.10) but everything should be in place for successful compilation under Windows. It would be great if this dissector could be included in wireshark. I'm looking forward for your comments. svn path=/trunk/; revision=33039
2010-06-01The Permitted-Actions-Attribute is exported from ftam-exp.cnf as DISPLAY = ↵Graeme Lunt1-0/+4
BASE_HEX. This causes a runtime error and so we override the definition here until we can find the correct fix. svn path=/trunk/; revision=33032
2010-05-25Support of value_string_ext in the asn2wrs using new directive #.USE_VALS_EXTTomas Kukosa1-0/+3
Example usage in NBAP svn path=/trunk/; revision=32944
2010-05-21Have abs_time_to_str() and abs_time_to_str_secs() take an additionalGuy Harris3-4/+4
argument indicating whether to include the time zone in the string. If we're constructing a display filter, don't include the time zone, otherwise do. Fixes bug 4756. svn path=/trunk/; revision=32913
2010-05-15Update to V9.2.0 (2010-03)Anders Broman7-210/+523
svn path=/trunk/; revision=32819