aboutsummaryrefslogtreecommitdiffstats
path: root/asn1
AgeCommit message (Expand)AuthorFilesLines
2010-09-10From Martin Peylo via bug 5198:Stig Bjørlykke2-2/+10
2010-09-08Do not report undecoded message to expert info for ReturnResult without resul...Tomas Kukosa1-7/+10
2010-08-31From Pascal Quantin:Anders Broman2-4/+366
2010-08-31Add stub code for future dissection of featureGroupIndicators.Anders Broman1-0/+6
2010-08-29Fix for Bug Packet details have errors when decode MAP V2 PRN_ACK msg Anders Broman2-2/+5
2010-08-27From Dirk via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=5150 : remo...Jeff Morriss1-0/+2
2010-08-24Display content entry (with length) in tree.Stig Bjørlykke1-1/+2
2010-08-24Fix modifier in .cnf file.Stig Bjørlykke1-1/+1
2010-08-24Rewrote to fetch content_tvb from dissect_ber_octet_string().Stig Bjørlykke1-16/+5
2010-08-24Display octet string fragments for RTSE segment data.Stig Bjørlykke1-4/+7
2010-08-24Indicate abort and abort-reason in info column.Stig Bjørlykke1-0/+17
2010-08-24Add Id.Anders Broman2-0/+2
2010-08-16Added Info for RTTPapdu.Stig Bjørlykke1-0/+10
2010-08-03Added some missing elements from MS Certificate:Stig Bjørlykke1-0/+3
2010-08-02Mark encryptedData as unused, to avoid warnings when not HAVE_LIBGCRYPT.Stig Bjørlykke1-2/+2
2010-08-02Added missing include <string.h>.Stig Bjørlykke1-0/+1
2010-07-02oid_encoded2string() returns a const char *; don't assign it to a charGuy Harris1-2/+4
2010-07-01Don't add raw bytes to the tree.Gerald Combs1-2/+3
2010-07-01Initialize MechType_oid in the right place.Gerald Combs2-3/+1
2010-07-01Initialize more variables.Gerald Combs2-2/+4
2010-06-30Initialize a variable.Gerald Combs1-0/+2
2010-06-30Initialize a variable.Gerald Combs1-0/+1
2010-06-30Sort filename expansionKovarththanan Rajaratnam1-1/+1
2010-06-29Interpret single-ASN1-type as ASN.1 and not as an OCTET STRING.Graeme Lunt2-2/+1
2010-06-29Decode parameters as ASN.1 directly and avoid interpreting as an OCTET STRING.Graeme Lunt1-29/+6
2010-06-29New "#.SYNTAX" section for the asn2wrs conformance file. Graeme Lunt1-17/+16
2010-06-29Update to V9.3.0 (2010-06)Anders Broman6-21/+38
2010-06-28Add the missing packet-s1ap.hStig Bjørlykke1-0/+30
2010-06-28Dissect more GTPV2 IE'sAnders Broman3-2/+12
2010-06-28Removal of various warnings, mainly by not emitting functions for ASN.1 types...Graeme Lunt4-4/+50
2010-06-28Moved register_ber_syntax_dissector() and register_ber_oid_syntax() fromStig Bjørlykke4-15/+12
2010-06-28Remove the -R flag (used to generate syntax registrations) and replace with a Graeme Lunt2-1/+3
2010-06-27Initialize attributedesc_string in a couple of places so that weGerald Combs2-9/+7
2010-06-26From KATAOKA Toshihiro:Anders Broman1-6/+2
2010-06-26Avoid crash when adding SNMP Users.Stig Bjørlykke1-7/+8
2010-06-24Build dependency to x411.Stig Bjørlykke1-1/+5
2010-06-23Update to register basic ASN.1 syntaxes.Graeme Lunt3-9/+32
2010-06-23FromToshihiro Kataoka:Anders Broman3-0/+20
2010-06-21Corrected printed name for id-permissiveAttributes.Stig Bjørlykke1-1/+1
2010-06-18Add new strings/dissector function for signalling RRC messages that will addMartin Mathieson1-0/+56
2010-06-10Display RefuseReason in Info column.Stig Bjørlykke1-0/+15
2010-06-09Add idmp.Jeff Morriss1-20/+21
2010-06-09Initialize dst_ref.Stig Bjørlykke1-1/+1
2010-06-09Removal of unused global variable.Graeme Lunt1-1/+0
2010-06-09Removal of (hopefully!) the final warning.Graeme Lunt1-5/+2
2010-06-09Update for missing const for object identifier string and marking tree as unu...Graeme Lunt1-3/+3
2010-06-09Build dependency x509ce.Stig Bjørlykke1-1/+6
2010-06-09Updates to the ROS dissector to support IDMP and fix to IDMP for implicit dec...Graeme Lunt4-10/+26
2010-06-09Print correct RLRE reason in Info column.Stig Bjørlykke1-2/+11
2010-06-09Support for X.519 (section 9) Internet Directly Mapped Protocol (IDMP).Graeme Lunt10-3/+871