aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-t38.c
AgeCommit message (Expand)AuthorFilesLines
2006-05-22- fix bugs in dissect_per_octet_string() introduced with unaligned variantTomas Kukosa1-87/+89
2006-05-21change a whole bunch of ethereal into wiresharkRonnie Sahlberg1-3/+3
2006-01-23Implemention of T38 TCP defragmentation by Alejandro VaqueroJaap Keuter1-101/+114
2006-01-22Get rid of unused variables, fix indentation, don't assign NULL toGuy Harris1-11/+7
2006-01-17Fix typo, solving bug 693Jaap Keuter1-1/+1
2006-01-15Hi All,Jaap Keuter1-123/+1755
2005-11-14improvements in value constraint supportTomas Kukosa1-1/+1
2005-10-27remove a strcpy() callRonnie Sahlberg1-1/+2
2005-10-04the t38 tap would only initialize the t38_info structure when called from UDPRonnie Sahlberg1-23/+32
2005-10-03From Alejandro Vaquero:Anders Broman1-2/+86
2005-09-19remove unused parameter 'name' from dissect_per_choice()Tomas Kukosa1-6/+6
2005-08-12more gmemchunk->se_alloc() improvementsRonnie Sahlberg1-19/+3
2005-08-05More char -> const char warning fixesJörg Mayer1-1/+1
2005-07-16Update to the new per signatures.Anders Broman1-21/+34
2005-07-04- use tvb instead of offset and length in dissect_per_octet_string() for valu...Tomas Kukosa1-6/+7
2005-06-07From: Martin MathiesonLuis Ontanon1-1/+1
2005-02-02From Jon Ringle:Anders Broman1-4/+4
2004-12-21Make the array for the "setup method" for RTP, RTCP, and T.38Guy Harris1-1/+1
2004-12-21Fix an off-by-one error when terminating a string.Gerald Combs1-1/+1
2004-10-22From Alejandro Vaquero: start T.38 conversations for SDP sessions.Guy Harris1-3/+176
2004-10-11Make "per_choice_t" and "per_sequence_t" structures "const" structures.Guy Harris1-10/+10
2004-09-29Move various tables into the epan directory.Guy Harris1-1/+1
2004-09-27Move prefs.c and prefs.h into the epan subdirectory.Guy Harris1-2/+2
2004-08-21Prevent the word "desegmentation" at the GUI, but use reassembling at that pl...Ulf Lamping1-1/+2
2004-07-18Move dissectors to epan/dissectors directory.Gilbert Ramirez1-0/+929