aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-t38.c
Commit message (Expand)AuthorAgeFilesLines
* move T.30 protocol into its own dissector fileTomas Kukosa2007-04-301-1254/+6
* From Sebastien Tandel Ronnie Sahlberg2007-03-261-2/+2
* remove some compiler warningsRonnie Sahlberg2007-03-211-19/+12
* value_string arrays need to be terminated with a {0, NULL}.Gilbert Ramirez2006-10-311-0/+10
* Includeing prefs.h once is sufficientJörg Mayer2006-07-061-1/+0
* few formal changes in PER dissector (rename asn_* types to asn1_* ones)Tomas Kukosa2006-07-041-25/+25
* remove name field from per_sequence_t structure, it can be retrieved from fie...Tomas Kukosa2006-07-031-16/+16
* fix wrong terminator record in per_sequence_t tablesTomas Kukosa2006-06-301-4/+4
* use "type function" instead of "field function" in PER CHOICE and SEQUENCE ta...Tomas Kukosa2006-06-291-118/+113
* - fix bugs in dissect_per_octet_string() introduced with unaligned variantTomas Kukosa2006-05-221-87/+89
* change a whole bunch of ethereal into wiresharkRonnie Sahlberg2006-05-211-3/+3
* Implemention of T38 TCP defragmentation by Alejandro VaqueroJaap Keuter2006-01-231-101/+114
* Get rid of unused variables, fix indentation, don't assign NULL toGuy Harris2006-01-221-11/+7
* Fix typo, solving bug 693Jaap Keuter2006-01-171-1/+1
* Hi All,Jaap Keuter2006-01-151-123/+1755
* improvements in value constraint supportTomas Kukosa2005-11-141-1/+1
* remove a strcpy() callRonnie Sahlberg2005-10-271-1/+2
* the t38 tap would only initialize the t38_info structure when called from UDPRonnie Sahlberg2005-10-041-23/+32
* From Alejandro Vaquero:Anders Broman2005-10-031-2/+86
* remove unused parameter 'name' from dissect_per_choice()Tomas Kukosa2005-09-191-6/+6
* more gmemchunk->se_alloc() improvementsRonnie Sahlberg2005-08-121-19/+3
* More char -> const char warning fixesJörg Mayer2005-08-051-1/+1
* Update to the new per signatures.Anders Broman2005-07-161-21/+34
* - use tvb instead of offset and length in dissect_per_octet_string() for valu...Tomas Kukosa2005-07-041-6/+7
* From: Martin MathiesonLuis Ontanon2005-06-071-1/+1
* From Jon Ringle:Anders Broman2005-02-021-4/+4
* Make the array for the "setup method" for RTP, RTCP, and T.38Guy Harris2004-12-211-1/+1
* Fix an off-by-one error when terminating a string.Gerald Combs2004-12-211-1/+1
* From Alejandro Vaquero: start T.38 conversations for SDP sessions.Guy Harris2004-10-221-3/+176
* Make "per_choice_t" and "per_sequence_t" structures "const" structures.Guy Harris2004-10-111-10/+10
* Move various tables into the epan directory.Guy Harris2004-09-291-1/+1
* Move prefs.c and prefs.h into the epan subdirectory.Guy Harris2004-09-271-2/+2
* Prevent the word "desegmentation" at the GUI, but use reassembling at that pl...Ulf Lamping2004-08-211-1/+2
* Move dissectors to epan/dissectors directory.Gilbert Ramirez2004-07-181-0/+929