aboutsummaryrefslogtreecommitdiffstats
path: root/asn1
AgeCommit message (Expand)AuthorFilesLines
2009-10-01From Vincent Helfre:etxrab4-1116/+1078
2009-10-01Update to 3GPP TS 36.413 V9.0.0 (2009-09)etxrab7-43/+197
2009-10-01Update to 3GPP TS 36.413 V8.7.0 (2009-09)etxrab6-14/+21
2009-09-28Only include config.h in C files, to avoid multiple inclusion.stig1-0/+4
2009-09-27Fix a possible dereference of null pointer when having no tree.stig1-10/+6
2009-09-24* Prefer col_append_str instead of col_append_fstr for constant stringskrj5-12/+6
2009-09-24* Prefer col_append_str instead of col_append_fstr for constant stringskrj2-93/+31
2009-09-24Don't guard col_append_str with check_colkrj5-262/+87
2009-09-24Remove check_col() guardkrj4-21/+7
2009-09-23Propagate the changes to the .cnf file so they don't get lost when regenerati...etxrab1-7/+7
2009-09-23Don't col_clear() followed by col_set_str(). A col_set_str() will clear (repl...krj4-13/+0
2009-09-17Minor ASN1 update.etxrab6-29/+6
2009-09-15Don't call check_col(). Add a space at the end of each COL_INFO entry to mak...morriss1-16/+8
2009-09-10offset_from_real_beginning() is only called with 0 as second argument, so rem...krj1-3/+3
2009-09-10From Alex Lindberg:etxrab4-2/+128
2009-09-09Target Identification shall be coded as TLV IE where value isetxrab1-1/+1
2009-09-08From Alex Lindberg:etxrab1-1/+4
2009-09-06Rename address_to_str() to ep_address_to_str() because:krj3-127/+127
2009-09-06s/col_add_fstr/col_add_strkrj4-4/+4
2009-09-06Don't pass ep_alloc()'ed strings to col_set_str().krj4-4/+4
2009-08-26export t38_add_address, prefer destination port for T.38 conversation searchingkukosa1-2/+2
2009-08-24Expert info for undecoded Q.932 and H.450 operationskukosa5-0/+11
2009-08-21Use <gcrypt.h> instead of 'gcrypt.h'krj1-1/+1
2009-08-21Sanitize epan includeskrj9-11/+11
2009-08-18Make build bot happy?etxrab1-17/+0
2009-08-18Typo: parameter_tvb to be used.etxrab3-6/+6
2009-08-16Switch a bunch of dissectors over to using tvb_new_subset_remaining()krj6-9/+9
2009-08-09Add PTREE_FINFO and use PITEM_FINFO when possible.krj1-1/+1
2009-08-09Don't guard col_clear with col_checkkrj3-12/+4
2009-08-09Don't guard col_set_str (COL_INFO/COL_PROTOCOL) with col_checkkrj8-35/+10
2009-08-09Don't guard col_clear with col_checkkrj15-34/+17
2009-08-09Don't guard col_set_str (COL_INFO) with col_checkkrj3-6/+3
2009-08-09Don't guard col_set_str (COL_PROTOCOL) with col_checkkrj30-74/+37
2009-08-08Make sure that we pass on the same set of parameters to asn2wrs.py on Unix/Wi...krj1-6/+7
2009-08-08If we have a format error, don't try adding something to thegerald1-5/+8
2009-08-05Add a couple of pointer checks.gerald1-1/+5
2009-08-04Initialize several ett_... variables to -1wmeier1-2/+2
2009-08-03Rework an assignment to keep static analyzers from complaining.gerald1-4/+4
2009-07-30Remove more unused variables.gerald5-5/+0
2009-07-28When we passed the crytobuffer to krb5_c_decrypt() we never actually sahlberg1-2/+6
2009-07-28From: Matthieu Patou <mat+Informatique.Samba@matws.net>sahlberg2-1/+5
2009-07-23From Neil Piercy:etxrab1-2/+20
2009-07-16Don't crash if we happen to load a bad MIB file.gerald1-1/+1
2009-07-09Reworked patch from massimo: etxrab1-8/+30
2009-07-08Remove hint of name resolution when it's not there.jake1-1/+2
2009-07-07Changed flags_set_truth -> tfs_set_notsetstig2-6/+6
2009-07-07From Kovarththanan Rajaratnam:stig1-1/+1
2009-07-07Remove some check_col() calls.stig2-20/+13
2009-07-07From Kovarththanan Rajaratnam:stig2-4/+4
2009-07-06From Kovarththanan Rajaratnam:etxrab1-1/+1