aboutsummaryrefslogtreecommitdiffstats
path: root/asn1/t38
AgeCommit message (Expand)AuthorFilesLines
2010-04-06#include <stdio.h> not needed.Bill Meier1-1/+0
2010-02-06Renamed some reassembled data texts.Stig Bjørlykke2-4/+4
2010-02-02Introduce "Reassembled length" filter element for all protocols doingStig Bjørlykke1-0/+6
2010-01-22Fix a gcc -Wshadow warning.Bill Meier1-34/+34
2009-10-16data_reassembled_table not used: remove it.Bill Meier1-2/+0
2009-10-08Remove unused NEED_PACKET_PROTO_H variableKovarththanan Rajaratnam1-1/+0
2009-09-24* Prefer col_append_str instead of col_append_fstr for constant stringsKovarththanan Rajaratnam1-2/+1
2009-09-24Don't guard col_append_str with check_colKovarththanan Rajaratnam2-15/+5
2009-08-26export t38_add_address, prefer destination port for T.38 conversation searchingTomas Kukosa1-2/+2
2009-08-16Switch a bunch of dissectors over to using tvb_new_subset_remaining()Kovarththanan Rajaratnam1-1/+1
2009-08-09Don't guard col_clear with col_checkKovarththanan Rajaratnam1-6/+2
2009-08-09Don't guard col_set_str (COL_INFO/COL_PROTOCOL) with col_checkKovarththanan Rajaratnam1-6/+2
2009-06-23From Kovarththanan Rajaratnam:Stig Bjørlykke1-4/+4
2009-03-26Add missing files to the distribution.Anders Broman1-0/+1
2008-11-04Minor cleanup mostly related to proto_reg_handoffBill Meier1-16/+9
2008-07-26Get rid of few warnings (unused generated code, signed/unsigned mismatch)Tomas Kukosa2-2/+2
2008-04-20Changed "data" -> "t38" abbrev for reassembly entries.Stig Bjørlykke1-32/+32
2008-03-01Rewrote to use g_strlcpy and g_strlcat.Stig Bjørlykke1-4/+3
2008-01-24Fixed some strcpy -> strncpy/g_snprintf cleanups.Stig Bjørlykke1-3/+2
2008-01-09more sophisticated H245 OLC handling focusing on more reliable T.38 establish...Tomas Kukosa1-0/+2
2007-12-19asn1/*/Makefile.nmake were not part of the source package.Jörg Mayer1-0/+1
2007-10-23Apply the small performance enhancment patches for:Anders Broman2-5/+5
2007-10-10- Change Makefiles to include preincJörg Mayer2-1/+3
2007-10-10More conversions and updates to existing Makefile stuffJörg Mayer3-1/+1
2007-09-27add forgotten makefilesTomas Kukosa2-0/+73
2007-09-27put next few simple ASN.1 dissectors into the new makefile structureTomas Kukosa2-58/+22
2007-09-17Modified some ASN1 Makefiles to compile on unix.Stig Bjørlykke1-2/+4
2007-05-04generate T.38 dissector from ASN.1 sourceTomas Kukosa7-0/+1329