aboutsummaryrefslogtreecommitdiffstats
path: root/asn1
AgeCommit message (Expand)AuthorFilesLines
2009-10-18Don't se_alloc() the conversation structure which contains pointers to twoJeff Morriss1-21/+27
2009-10-16data_reassembled_table not used: remove it.Bill Meier1-2/+0
2009-10-11Remove more unused variables/forward declarationsKovarththanan Rajaratnam1-6/+3
2009-10-11Make some ett/hf variables staticKovarththanan Rajaratnam1-6/+6
2009-10-11Make all proto_* values static.Stig Bjørlykke46-48/+48
2009-10-11Remove unused variableKovarththanan Rajaratnam1-1/+0
2009-10-10ns-cert-ext -> ns_cert_exts to make directory name consistent with filenamesKovarththanan Rajaratnam10-35/+35
2009-10-10Sort subdirectories alphabeticallyKovarththanan Rajaratnam2-65/+65
2009-10-10Update makefiles to reflect new namesKovarththanan Rajaratnam2-21/+21
2009-10-10pkixcmp -> cmp to make directory name consistent with filenamesKovarththanan Rajaratnam7-0/+0
2009-10-10pkixcrmf -> crmf to make directory name consistent with filenamesKovarththanan Rajaratnam13-12/+12
2009-10-10logotype-cert-extn -> logotypecertextn to make directory name consistent with...Kovarththanan Rajaratnam7-3/+3
2009-10-10gsmmap -> gsm_map to make directory name consistent with filenamesKovarththanan Rajaratnam41-12/+12
2009-10-10ansi-tcap -> ansi_tcap to make directory name consistent with filenamesKovarththanan Rajaratnam10-5/+5
2009-10-09Backport r29665 to template file so that the change is not overwritten when w...Kovarththanan Rajaratnam1-58/+57
2009-10-09Rename gsmmap -> gsm_map for consistencyKovarththanan Rajaratnam4-2/+1
2009-10-09Make a few variables staticKovarththanan Rajaratnam1-2/+2
2009-10-09Remove unused variableKovarththanan Rajaratnam1-80/+79
2009-10-08Remove unused NEED_PACKET_PROTO_H variableKovarththanan Rajaratnam85-85/+6
2009-10-08From Gerasimos Dimitriadis via. bug 4104:Kovarththanan Rajaratnam1-1/+1
2009-10-07Switch to using tvb_new_subset_remaining() in .cnf files.Stig Bjørlykke2-9/+9
2009-10-07Made dissect_pres() static.Stig Bjørlykke2-3/+3
2009-10-06From Didier Gautheron:Anders Broman1-4/+5
2009-10-06From Gerasimos Dimitriadis:Anders Broman1-0/+4
2009-10-05Fixed offset_from_real_beginning() -> tvb_offset_from_real_beginning()Stig Bjørlykke1-1/+1
2009-10-05Return from dissect_snmp_VarBind() when detecting invalid oid.Stig Bjørlykke1-1/+8
2009-10-04Whitespace changesKovarththanan Rajaratnam1-22/+11
2009-10-01From Vincent Helfre:Anders Broman4-1116/+1078
2009-10-01Update to 3GPP TS 36.413 V9.0.0 (2009-09)Anders Broman7-43/+197
2009-10-01Update to 3GPP TS 36.413 V8.7.0 (2009-09)Anders Broman6-14/+21
2009-09-28Only include config.h in C files, to avoid multiple inclusion.Stig Bjørlykke1-0/+4
2009-09-27Fix a possible dereference of null pointer when having no tree.Stig Bjørlykke1-10/+6
2009-09-24* Prefer col_append_str instead of col_append_fstr for constant stringsKovarththanan Rajaratnam5-12/+6
2009-09-24* Prefer col_append_str instead of col_append_fstr for constant stringsKovarththanan Rajaratnam2-93/+31
2009-09-24Don't guard col_append_str with check_colKovarththanan Rajaratnam5-262/+87
2009-09-24Remove check_col() guardKovarththanan Rajaratnam4-21/+7
2009-09-23Propagate the changes to the .cnf file so they don't get lost when regenerati...Anders Broman1-7/+7
2009-09-23Don't col_clear() followed by col_set_str(). A col_set_str() will clear (repl...Kovarththanan Rajaratnam4-13/+0
2009-09-17Minor ASN1 update.Anders Broman6-29/+6
2009-09-15Don't call check_col(). Add a space at the end of each COL_INFO entry to mak...Jeff Morriss1-16/+8
2009-09-10offset_from_real_beginning() is only called with 0 as second argument, so rem...Kovarththanan Rajaratnam1-3/+3
2009-09-10From Alex Lindberg:Anders Broman4-2/+128
2009-09-09Target Identification shall be coded as TLV IE where value isAnders Broman1-1/+1
2009-09-08From Alex Lindberg:Anders Broman1-1/+4
2009-09-06Rename address_to_str() to ep_address_to_str() because:Kovarththanan Rajaratnam3-127/+127
2009-09-06s/col_add_fstr/col_add_strKovarththanan Rajaratnam4-4/+4
2009-09-06Don't pass ep_alloc()'ed strings to col_set_str().Kovarththanan Rajaratnam4-4/+4
2009-08-26export t38_add_address, prefer destination port for T.38 conversation searchingTomas Kukosa1-2/+2
2009-08-24Expert info for undecoded Q.932 and H.450 operationsTomas Kukosa5-0/+11
2009-08-21Use <gcrypt.h> instead of 'gcrypt.h'Kovarththanan Rajaratnam1-1/+1