aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-t38.c
AgeCommit message (Expand)AuthorFilesLines
2006-10-31value_string arrays need to be terminated with a {0, NULL}.gram1-0/+10
2006-07-06Includeing prefs.h once is sufficientjmayer1-1/+0
2006-07-04few formal changes in PER dissector (rename asn_* types to asn1_* ones)kukosa1-25/+25
2006-07-03remove name field from per_sequence_t structure, it can be retrieved from fie...kukosa1-16/+16
2006-06-30fix wrong terminator record in per_sequence_t tableskukosa1-4/+4
2006-06-29use "type function" instead of "field function" in PER CHOICE and SEQUENCE ta...kukosa1-118/+113
2006-05-22- fix bugs in dissect_per_octet_string() introduced with unaligned variantkukosa1-87/+89
2006-05-21change a whole bunch of ethereal into wiresharksahlberg1-3/+3
2006-01-23Implemention of T38 TCP defragmentation by Alejandro Vaquerojake1-101/+114
2006-01-22Get rid of unused variables, fix indentation, don't assign NULL toguy1-11/+7
2006-01-17Fix typo, solving bug 693jake1-1/+1
2006-01-15Hi All,jake1-123/+1755
2005-11-14improvements in value constraint supportkukosa1-1/+1
2005-10-27remove a strcpy() callsahlberg1-1/+2
2005-10-04the t38 tap would only initialize the t38_info structure when called from UDPsahlberg1-23/+32
2005-10-03From Alejandro Vaquero:etxrab1-2/+86
2005-09-19remove unused parameter 'name' from dissect_per_choice()kukosa1-6/+6
2005-08-12more gmemchunk->se_alloc() improvementssahlberg1-19/+3
2005-08-05More char -> const char warning fixesjmayer1-1/+1
2005-07-16Update to the new per signatures.etxrab1-21/+34
2005-07-04- use tvb instead of offset and length in dissect_per_octet_string() for valu...kukosa1-6/+7
2005-06-07From: Martin Mathiesonlego1-1/+1
2005-02-02From Jon Ringle:etxrab1-4/+4
2004-12-21Make the array for the "setup method" for RTP, RTCP, and T.38guy1-1/+1
2004-12-21Fix an off-by-one error when terminating a string.gerald1-1/+1
2004-10-22From Alejandro Vaquero: start T.38 conversations for SDP sessions.guy1-3/+176
2004-10-11Make "per_choice_t" and "per_sequence_t" structures "const" structures.guy1-10/+10
2004-09-29Move various tables into the epan directory.guy1-1/+1
2004-09-27Move prefs.c and prefs.h into the epan subdirectory.guy1-2/+2
2004-08-21Prevent the word "desegmentation" at the GUI, but use reassembling at that pl...ulfl1-1/+2
2004-07-18Move dissectors to epan/dissectors directory.gram1-0/+929