aboutsummaryrefslogtreecommitdiffstats
path: root/asn1
AgeCommit message (Expand)AuthorFilesLines
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
2014-01-04Add the rest of the NOKIA extensions.Anders Broman2-8/+123
2014-01-03Add a few more of the NOKIA extensions.Anders Broman2-21/+130
2014-01-02Disabling building of the gnm dissector, I don't tink it was ever used.Anders Broman2-2/+0
2014-01-02Fix [-Wmissing-prototypes]Anders Broman1-0/+3
2014-01-01Change incorrect property 'keywords' to 'svn:keywords'Bill Meier1-1/+1
2014-01-01Add proto_tree_add_ts_23_038_7bits_item() / tvb_get_ts_23_038_7bits_string() ...Pascal Quantin1-1/+1
2013-12-31Add SVN propertiesPascal Quantin1-1/+1
2013-12-31From DirkMartin Kaiser10-0/+507
2013-12-30gcamel_StatSRT is set by the CLI CAMEL tap, so it can't be static.Guy Harris1-1/+2
2013-12-30Move tcap and camel "persistent data" functionality to the dissectors themsel...Michael Mann5-26/+2800
2013-12-24Get rid of no-longer-used variables.Guy Harris1-6/+0
2013-12-24Add a ENC_3GPP_TS_23_038 encoding, for the standard SMS alphabet in aGuy Harris1-7/+1