aboutsummaryrefslogtreecommitdiffstats
path: root/asn1/t38
AgeCommit message (Expand)AuthorFilesLines
2012-09-20We always HAVE_CONFIG_H so don't bother checking whether we have it or not.Jeff Morriss1-3/+1
2012-09-10Initial commit to support yet another method of passing data between dissectors.Jakub Zawadzki1-2/+2
2012-09-10Propage changes done in generated dissectors to asn1/Jakub Zawadzki2-17/+19
2012-06-28Update Free Software Foundation address.Jakub Zawadzki5-5/+5
2012-02-05From walter schmid:Anders Broman3-5/+25
2012-01-13Fix some Dead Store (Dead assignement/Dead increment) Warning found by ClangAlexis La Goutte1-1/+1
2012-01-09Fix some Dead Store (Dead assignement/Dead increment) Warning found by ClangAlexis La Goutte1-2/+1
2011-11-08packet_info's in_error_pkt is now a bitfield like in_gre_pkt.Chris Maynard1-9/+9
2011-10-10Build the ASN.1 dissectors directly into epan/dissectors (rather than buildingJeff Morriss1-5/+0
2011-09-27Get rid of check_col, while at it set ENC.Anders Broman2-18/+10
2011-01-30Introduce "Fragment count" filter element for all protocols doing reassembly.Stig Bjørlykke1-0/+5
2010-12-20Rename the routines that handle dissector tables with unsigned integerGuy Harris1-4/+4
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