aboutsummaryrefslogtreecommitdiffstats
path: root/asn1
AgeCommit message (Expand)AuthorFilesLines
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
2013-12-22We support ENC_UCS_2, so use that in proto_tree_add_item() andGuy Harris1-17/+3
2013-12-21Add missing includesJakub Zawadzki1-0/+1
2013-12-21isascii(x) && isprint(x) -> g_ascii_isprint(x)Jakub Zawadzki1-1/+1
2013-12-20Change G_GINT64_CONSTANT(xxxxU) to G_GUINT64_CONSTANT(xxxx)Jakub Zawadzki3-3/+3
2013-12-20Copy Evan r54250 changes to asn/Jakub Zawadzki3-6/+6
2013-12-19Add bytestring_to_str() which takes a wmem scope and is otherwise identical toEvan Huus1-1/+1
2013-12-19Update file forgotten in r54250Pascal Quantin1-6/+6
2013-12-19Rename more to_str functions to have ep_ in the name if they return ephemeralEvan Huus1-1/+1
2013-12-19Rename a couple of to_str functions to have ep_ in the name. This makes itEvan Huus7-10/+10
2013-12-19Use proto_tree_add_item() or tvb_get_string_enc() instead ofGuy Harris1-1/+1
2013-12-18Add a sixteenth element to all BCD digit sets to avoid garbage values whenEvan Huus1-1/+1
2013-12-17Make local functions static. Include *.h when needed.Anders Broman7-5/+11
2013-12-14Remove not needed ';'Jakub Zawadzki1-1/+1
2013-12-12Reject the packet if data is NULL. For now, leave the DISSECTOR_ASSERT's sin...Chris Maynard2-24/+42
2013-12-12Reject the packet if data is NULL. Remove _U_ where data is actually used. ...Chris Maynard2-18/+32
2013-12-11Fix (-W)unused-const-variable error found by ClangAlexis La Goutte1-2/+2
2013-12-10- Forward declaration of register functions.Anders Broman2-37/+41
2013-12-10comment out unused functionsMartin Kaiser1-0/+2
2013-12-10- Forward declaration of register functions.Anders Broman6-3/+16
2013-12-09Reject the packet if data is NULL. For now, leave the DISSECTOR_ASSERT(rose_...Chris Maynard1-6/+9
2013-12-09Reject the packet if data is NULL without doing anything else.Chris Maynard6-64/+29
2013-12-09- Forward declaration of register functions.Anders Broman6-1/+17
2013-12-09- Forward declaration of register functions.Anders Broman7-1/+21
2013-12-08- Forward declaration of register functions.Anders Broman7-0/+21
2013-12-08- Forward declaration of register functions.Anders Broman12-5/+41
2013-12-08Use STR_UNICODE display instead of proto_tree_add_unicode_string() in the rem...Pascal Quantin2-6/+4
2013-12-08- Forward declaration of register functions.Anders Broman1-0/+2