aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-t38.c
AgeCommit message (Expand)AuthorFilesLines
2008-11-04asn2wrs generated files changed as a result of recent asn1 template changes Bill Meier1-21/+14
2008-11-01Regenerate all asn2wrs generated dissectorsAnders Broman1-3/+3
2008-07-26Get rid of few warnings (unused generated code, signed/unsigned mismatch)Tomas Kukosa1-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-8/+7
2008-01-24Fixed some strcpy -> strncpy/g_snprintf cleanups.Stig Bjørlykke1-8/+7
2008-01-09more sophisticated H245 OLC handling focusing on more reliable T.38 establish...Tomas Kukosa1-3/+5
2007-10-29asn2wrsTomas Kukosa1-7/+7
2007-10-17new H.323 dissectorTomas Kukosa1-2/+2
2007-09-27put next few simple ASN.1 dissectors into the new makefile structureTomas Kukosa1-1/+1
2007-05-04generate T.38 dissector from ASN.1 sourceTomas Kukosa1-676/+579
2007-05-01Split out common asn1 stuff to asn1.h and include that where needed.Anders Broman1-0/+1
2007-04-30move T.30 protocol into its own dissector fileTomas Kukosa1-1254/+6
2007-03-26From Sebastien Tandel Ronnie Sahlberg1-2/+2
2007-03-21remove some compiler warningsRonnie Sahlberg1-19/+12
2006-10-31value_string arrays need to be terminated with a {0, NULL}.Gilbert Ramirez1-0/+10
2006-07-06Includeing prefs.h once is sufficientJörg Mayer1-1/+0
2006-07-04few formal changes in PER dissector (rename asn_* types to asn1_* ones)Tomas Kukosa1-25/+25
2006-07-03remove name field from per_sequence_t structure, it can be retrieved from fie...Tomas Kukosa1-16/+16
2006-06-30fix wrong terminator record in per_sequence_t tablesTomas Kukosa1-4/+4
2006-06-29use "type function" instead of "field function" in PER CHOICE and SEQUENCE ta...Tomas Kukosa1-118/+113
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