aboutsummaryrefslogtreecommitdiffstats
path: root/asn1
Commit message (Expand)AuthorAgeFilesLines
* Fix Called function pointer is null (null dereference) found by ClangAlexis La Goutte2014-02-221-3/+2
* Remove $Id$ from the ASN.1 dissectors and regenerate them.Jeff Morriss2014-02-181024-2151/+4
* Add some asn1 files to .gitignore.Jeff Morriss2014-02-141-1/+13
* Dissector assert in packet-nbap.c. num_items isn't reset before calling a seq...Anders Broman2014-02-051-0/+5
* Upgrade RRC dissector to v11.8.0Pascal Quantin2014-02-036-10/+54
* Apply g4cc69483 to asn1 templates.Stig Bjørlykke2014-02-035-6/+6
* Send news of SecurityModeFailure to PDCP dissector, which will attempt to rol...Martin Mathieson2014-01-271-1/+16
* Add back the fix from revision 54693.Stig Bjørlykke2014-01-271-0/+3
* Added back x509af_get_last_algorithm_id() removed in revision 54647 to Stig Bjørlykke2014-01-275-3/+13
* I don't see any specification of how a H221NonStandardIdentifier isGuy Harris2014-01-221-1/+1
* Use tvb_get_string_enc() with an explicit encoding; it's a + or a -, soGuy Harris2014-01-221-1/+1
* The stuff you get from dissect_cbs_data() is UTF-8 encoded; treat it asGuy Harris2014-01-221-1/+1
* Another probably-wrong tvb_get_string().Guy Harris2014-01-221-1/+5
* To quote section B.5 "Keys for password integrity mode" of PKCS #12Guy Harris2014-01-221-1/+1
* Clean up indentation and bracketing.Guy Harris2014-01-221-42/+49
* The strings in question are generated as UTF-8 from the CBS encoding, soGuy Harris2014-01-221-1/+1
* Another tvb_get_string() replacement.Guy Harris2014-01-221-1/+1
* Strings in LDAP are generally UTF-8, although if we treat something onlyGuy Harris2014-01-221-4/+4
* Use tvb_get_string_enc() with an explicit encoding.Guy Harris2014-01-221-1/+1
* It's one character, either + or -, hence ASCII.Guy Harris2014-01-221-1/+1
* It's not a string, it's a byte array (bit array, really).Guy Harris2014-01-221-2/+3
* Fix one half-changed tvb_get_string() call.Guy Harris2014-01-211-1/+1
* IA5 = ASCII. Use tvb_get_string_enc() with an explicit encoding, notGuy Harris2014-01-211-2/+2
* Update to version V12.3.0 (2013-12).Anders Broman2014-01-1524-398/+503
* Don't cast away constness.Guy Harris2014-01-143-5/+5
* Consistently use "guint8" for "8-bit byte".Guy Harris2014-01-141-29/+29
* Don't cast away constness.Guy Harris2014-01-141-3/+3
* Don't make claims of constness that can't be guaranteed in terms the CGuy Harris2014-01-142-2/+2
* Upgrade LTE RRC dissector to v11.6.0Pascal Quantin2014-01-144-12/+31
* Don't cast away constness.Guy Harris2014-01-141-1/+1
* Don't cast away constness.Guy Harris2014-01-141-1/+1
* But *do* cast const void * to the appropriate type.Guy Harris2014-01-141-4/+4
* Don't cast away constness.Guy Harris2014-01-141-6/+6
* Make a routine not used outside the SNMP dissector static.Guy Harris2014-01-141-1/+1
* Upgrade LPP dissector to v11.5.0Pascal Quantin2014-01-133-13/+15
* Fix Dead Store (Dead assignement/Dead increment) warning found by ClangAlexis La Goutte2014-01-131-1/+1
* Added a check for valid algorithm id.Stig Bjørlykke2014-01-081-1/+1
* Make global algorithm_id in x509af dissector a direct_reference instead. Bug...Michael Mann2014-01-085-15/+7
* Omit assignment for not used types.Anders Broman2014-01-061-0/+7
* Omit assignment for not used types.Anders Broman2014-01-042-0/+7
* Omit assignment for not used types.Anders Broman2014-01-042-0/+5
* Omit assignment for not used types.Anders Broman2014-01-041-0/+5
* Omit assignment for not used types.Anders Broman2014-01-041-3/+7
* Remove unused function and variable.Anders Broman2014-01-042-12/+13
* Omit assignment for not used types.Anders Broman2014-01-041-0/+6
* Omit assignment for not used types.Anders Broman2014-01-041-0/+1
* Omit assignment for not used types.Anders Broman2014-01-041-0/+14
* Add the rest of the NOKIA extensions.Anders Broman2014-01-042-8/+123
* Add a few more of the NOKIA extensions.Anders Broman2014-01-032-21/+130
* Disabling building of the gnm dissector, I don't tink it was ever used.Anders Broman2014-01-022-2/+0