aboutsummaryrefslogtreecommitdiffstats
path: root/asn1
AgeCommit message (Expand)AuthorFilesLines
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
2009-08-21Sanitize epan includesKovarththanan Rajaratnam9-11/+11
2009-08-18Make build bot happy?Anders Broman1-17/+0
2009-08-18Typo: parameter_tvb to be used.Anders Broman3-6/+6
2009-08-16Switch a bunch of dissectors over to using tvb_new_subset_remaining()Kovarththanan Rajaratnam6-9/+9
2009-08-09Add PTREE_FINFO and use PITEM_FINFO when possible.Kovarththanan Rajaratnam1-1/+1
2009-08-09Don't guard col_clear with col_checkKovarththanan Rajaratnam3-12/+4
2009-08-09Don't guard col_set_str (COL_INFO/COL_PROTOCOL) with col_checkKovarththanan Rajaratnam8-35/+10
2009-08-09Don't guard col_clear with col_checkKovarththanan Rajaratnam15-34/+17
2009-08-09Don't guard col_set_str (COL_INFO) with col_checkKovarththanan Rajaratnam3-6/+3
2009-08-09Don't guard col_set_str (COL_PROTOCOL) with col_checkKovarththanan Rajaratnam30-74/+37
2009-08-08Make sure that we pass on the same set of parameters to asn2wrs.py on Unix/Wi...Kovarththanan Rajaratnam1-6/+7
2009-08-08If we have a format error, don't try adding something to theGerald Combs1-5/+8
2009-08-05Add a couple of pointer checks.Gerald Combs1-1/+5
2009-08-04Initialize several ett_... variables to -1Bill Meier1-2/+2
2009-08-03Rework an assignment to keep static analyzers from complaining.Gerald Combs1-4/+4
2009-07-30Remove more unused variables.Gerald Combs5-5/+0
2009-07-28When we passed the crytobuffer to krb5_c_decrypt() we never actually Ronnie Sahlberg1-2/+6
2009-07-28From: Matthieu Patou <mat+Informatique.Samba@matws.net>Ronnie Sahlberg2-1/+5