aboutsummaryrefslogtreecommitdiffstats
path: root/asn1/t38
AgeCommit message (Collapse)AuthorFilesLines
2009-08-16Switch a bunch of dissectors over to using tvb_new_subset_remaining()Kovarththanan Rajaratnam1-1/+1
svn path=/trunk/; revision=29446
2009-08-09Don't guard col_clear with col_checkKovarththanan Rajaratnam1-6/+2
svn path=/trunk/; revision=29346
2009-08-09Don't guard col_set_str (COL_INFO/COL_PROTOCOL) with col_checkKovarththanan Rajaratnam1-6/+2
svn path=/trunk/; revision=29345
2009-06-23From Kovarththanan Rajaratnam:Stig Bjørlykke1-4/+4
Clean up header field info in asn1/*-template.c files. From me: Fixed a few typos in the patch. svn path=/trunk/; revision=28817
2009-03-26Add missing files to the distribution.Anders Broman1-0/+1
svn path=/trunk/; revision=27852
2008-11-04Minor cleanup mostly related to proto_reg_handoffBill Meier1-16/+9
Remove code for unused handles; Localize handles (in proto_reg_handoff) which need not be global; Localize (in proto_reg_handoff) "saved prefs"; Use find_dissector instead of create_dissector_handle as appropriate; Use gboolean for "initialized" flag in proto_reg_handoff. svn path=/trunk/; revision=26693
2008-07-26Get rid of few warnings (unused generated code, signed/unsigned mismatch)Tomas Kukosa2-2/+2
svn path=/trunk/; revision=25839
2008-04-20Changed "data" -> "t38" abbrev for reassembly entries.Stig Bjørlykke1-32/+32
svn path=/trunk/; revision=25125
2008-03-01Rewrote to use g_strlcpy and g_strlcat.Stig Bjørlykke1-4/+3
svn path=/trunk/; revision=24525
2008-01-24Fixed some strcpy -> strncpy/g_snprintf cleanups.Stig Bjørlykke1-3/+2
Removed a debug printout in t38. svn path=/trunk/; revision=24188
2008-01-09more sophisticated H245 OLC handling focusing on more reliable T.38 ↵Tomas Kukosa1-0/+2
establishment svn path=/trunk/; revision=24043
2007-12-19asn1/*/Makefile.nmake were not part of the source package.Jörg Mayer1-0/+1
Spotted by Tomas Kukosa. svn path=/trunk/; revision=23921
2007-10-23Apply the small performance enhancment patches for:Anders Broman2-5/+5
- if offset is 0, tvb_length is the same as tvb_length_remaining, just faster. Replace - col_append_fstr() with faster col_append_str() - col_add_str() with col_set_str() when it's safe svn path=/trunk/; revision=23252
2007-10-10- Change Makefiles to include preincJörg Mayer2-1/+3
- Add missing new directories to asn1/Makefile.nmake svn path=/trunk/; revision=23141
2007-10-10More conversions and updates to existing Makefile stuffJörg Mayer3-1/+1
svn path=/trunk/; revision=23127
2007-09-27add forgotten makefilesTomas Kukosa2-0/+73
svn path=/trunk/; revision=22995
2007-09-27put next few simple ASN.1 dissectors into the new makefile structureTomas Kukosa2-58/+22
svn path=/trunk/; revision=22994
2007-09-17Modified some ASN1 Makefiles to compile on unix.Stig Bjørlykke1-2/+4
Added some clean targets. Removed asn1/x501 directory. svn path=/trunk/; revision=22886
2007-05-04generate T.38 dissector from ASN.1 sourceTomas Kukosa7-0/+1329
svn path=/trunk/; revision=21676