aboutsummaryrefslogtreecommitdiffstats
path: root/asn1
AgeCommit message (Expand)AuthorFilesLines
2014-03-04When dissecting GSM MAPv1/v2 messages, display opcode 44 or 46 as forwardSMPascal Quantin2-3/+7
2014-02-26Remove trailing whitespace from asn1 .cnf & template.[hc] files. Regenerate d...Bill Meier103-515/+515
2014-02-25asn1/kerberos: remember in what frame a key was learnedStefan Metzmacher2-0/+4
2014-02-22Fix Called function pointer is null (null dereference) found by ClangAlexis La Goutte1-3/+2
2014-02-18Remove $Id$ from the ASN.1 dissectors and regenerate them.Jeff Morriss1024-2151/+4
2014-02-14Add some asn1 files to .gitignore.Jeff Morriss1-1/+13
2014-02-05Dissector assert in packet-nbap.c. num_items isn't reset before calling a seq...Anders Broman1-0/+5
2014-02-03Upgrade RRC dissector to v11.8.0Pascal Quantin6-10/+54
2014-02-03Apply g4cc69483 to asn1 templates.Stig Bjørlykke5-6/+6
2014-01-27Send news of SecurityModeFailure to PDCP dissector, which will attempt to rol...Martin Mathieson1-1/+16
2014-01-27Add back the fix from revision 54693.Stig Bjørlykke1-0/+3
2014-01-27Added back x509af_get_last_algorithm_id() removed in revision 54647 to Stig Bjørlykke5-3/+13
2014-01-22I don't see any specification of how a H221NonStandardIdentifier isGuy Harris1-1/+1
2014-01-22Use tvb_get_string_enc() with an explicit encoding; it's a + or a -, soGuy Harris1-1/+1
2014-01-22The stuff you get from dissect_cbs_data() is UTF-8 encoded; treat it asGuy Harris1-1/+1
2014-01-22Another probably-wrong tvb_get_string().Guy Harris1-1/+5
2014-01-22To quote section B.5 "Keys for password integrity mode" of PKCS #12Guy Harris1-1/+1
2014-01-22Clean up indentation and bracketing.Guy Harris1-42/+49
2014-01-22The strings in question are generated as UTF-8 from the CBS encoding, soGuy Harris1-1/+1
2014-01-22Another tvb_get_string() replacement.Guy Harris1-1/+1
2014-01-22Strings in LDAP are generally UTF-8, although if we treat something onlyGuy Harris1-4/+4
2014-01-22Use tvb_get_string_enc() with an explicit encoding.Guy Harris1-1/+1
2014-01-22It's one character, either + or -, hence ASCII.Guy Harris1-1/+1
2014-01-22It's not a string, it's a byte array (bit array, really).Guy Harris1-2/+3
2014-01-21Fix one half-changed tvb_get_string() call.Guy Harris1-1/+1
2014-01-21IA5 = ASCII. Use tvb_get_string_enc() with an explicit encoding, notGuy Harris1-2/+2
2014-01-15Update to version V12.3.0 (2013-12).Anders Broman24-398/+503
2014-01-14Don't cast away constness.Guy Harris3-5/+5
2014-01-14Consistently use "guint8" for "8-bit byte".Guy Harris1-29/+29
2014-01-14Don't cast away constness.Guy Harris1-3/+3
2014-01-14Don't make claims of constness that can't be guaranteed in terms the CGuy Harris2-2/+2
2014-01-14Upgrade LTE RRC dissector to v11.6.0Pascal Quantin4-12/+31
2014-01-14Don't cast away constness.Guy Harris1-1/+1
2014-01-14Don't cast away constness.Guy Harris1-1/+1
2014-01-14But *do* cast const void * to the appropriate type.Guy Harris1-4/+4
2014-01-14Don't cast away constness.Guy Harris1-6/+6
2014-01-14Make a routine not used outside the SNMP dissector static.Guy Harris1-1/+1
2014-01-13Upgrade LPP dissector to v11.5.0Pascal Quantin3-13/+15
2014-01-13Fix Dead Store (Dead assignement/Dead increment) warning found by ClangAlexis La Goutte1-1/+1
2014-01-08Added a check for valid algorithm id.Stig Bjørlykke1-1/+1
2014-01-08Make global algorithm_id in x509af dissector a direct_reference instead. Bug...Michael Mann5-15/+7
2014-01-06Omit assignment for not used types.Anders Broman1-0/+7
2014-01-04Omit assignment for not used types.Anders Broman2-0/+7
2014-01-04Omit assignment for not used types.Anders Broman2-0/+5
2014-01-04Omit assignment for not used types.Anders Broman1-0/+5
2014-01-04Omit assignment for not used types.Anders Broman1-3/+7
2014-01-04Remove unused function and variable.Anders Broman2-12/+13
2014-01-04Omit assignment for not used types.Anders Broman1-0/+6
2014-01-04Omit assignment for not used types.Anders Broman1-0/+1
2014-01-04Omit assignment for not used types.Anders Broman1-0/+14