aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-h245.c
AgeCommit message (Expand)AuthorFilesLines
2006-02-23From Alejandro Vaquero:Anders Broman1-51/+54
2006-02-07Add a RFC value.Anders Broman1-5/+6
2006-01-16From Alejandro Vaquero:Anders Broman1-49/+79
2006-01-12Reset h245_pi using CLEANUP_PUSH/CLEANUP_CALL_AND_POP so that we don't leaveGerald Combs1-14/+167
2005-12-18warning: function declaration isn't a prototypeJörg Mayer1-1/+1
2005-12-02PER dissectors regenerated with FT_OIDTomas Kukosa1-10/+10
2005-11-22Trivial warning fixesJörg Mayer1-1/+1
2005-11-14improvements in value constraint supportTomas Kukosa1-4/+4
2005-10-10Fix problems with bitstring:Anders Broman1-1/+1
2005-10-06From Richard van der Hoff:Anders Broman1-104/+553
2005-09-20get rid of few warningsTomas Kukosa1-2/+2
2005-09-20asn2eth Tomas Kukosa1-9/+6
2005-09-19remove unused parameter 'name' from dissect_per_choice()Tomas Kukosa1-159/+159
2005-09-11Replace tvb_memcpy() calls that extract IPv4 addresses into a guint32,Guy Harris1-3/+3
2005-09-06get rid of few warningsTomas Kukosa1-7/+7
2005-08-31- more standard way for FastStart item dissectionTomas Kukosa1-12/+20
2005-08-26Add a pair of #defines to emem.c that make ep_alloc() and se_alloc()Gerald Combs1-0/+1
2005-08-19from Jeff SnyderRonnie Sahlberg1-25/+14
2005-08-18several times replacing:Ulf Lamping1-1/+1
2005-08-18- dissect_per_restricted_character_string() returns value in tvbbuff_t instea...Tomas Kukosa1-13/+24
2005-08-02Fix more "no previous declaration" warningsJörg Mayer1-2/+2
2005-08-01- update ftam.cnf for new asn2eth compilerTomas Kukosa1-581/+851
2005-07-15- PER helper functions for SET/SEQUENCE OF dissection were changed to have pr...Tomas Kukosa1-172/+391
2005-07-04- use tvb instead of offset and length in dissect_per_octet_string() for valu...Tomas Kukosa1-83/+107
2005-06-26Get rid of the private "my_match_strval()" routine in many dissectors;Guy Harris1-72/+72
2005-05-19Display version number and product number as strings.Anders Broman1-2/+2
2005-05-17Make it possible to dissect h221nonstandard data and fix some compile warning...Anders Broman1-79/+101
2005-04-14In dissect_h245_OpenLogicalChannelCodec(), make sure codec_type exists beforeGerald Combs1-1/+1
2005-03-27Previous commit failed doing them one by one.Anders Broman1-2/+2
2005-03-11From Alexandro Vaquero:Guy Harris1-3/+15
2005-03-10From Alejandro Vaquero:Luis Ontanon1-2/+2
2005-02-01g_strlcpy does not exist in gtk 1.2Ronnie Sahlberg1-1/+1
2005-02-01From Alejandro Vaquero:Lars Roland1-20/+113
2005-01-26Fix a typo leading to no conversation set up for RTCPAnders Broman1-1/+1
2005-01-21Fixed bugs with conversations and t35Anders Broman1-306/+426
2005-01-17Fix a small bug in h245.cnf.Lars Roland1-1/+3
2005-01-13Some minor bugfixes to H225 functions exported and an OID added and one OID f...Anders Broman1-1/+2
2005-01-09Properly declare "dissect_h245()" and "dissect_h245_h245()" as returningGuy Harris1-2/+4
2005-01-08Generate "conversations" code correctly, adaptions to changes in asn2eth gene...Anders Broman1-363/+415
2005-01-02Change the dissectors to asn2eth generated ones.Anders Broman1-18965/+18289
2004-12-01From Martin Regner: support for the parts of H.245 version 10 that areGuy Harris1-7/+176
2004-11-15Add some more OID string translationsAnders Broman1-0/+8
2004-11-09Add some OID string namesAnders Broman1-0/+3
2004-10-11Make "per_choice_t" and "per_sequence_t" structures "const" structures.Guy Harris1-420/+420
2004-09-29From Miha Jemec: I implemented a H323 call decoder. Using the TAP system, it ...Anders Broman1-0/+51
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-1/+1
2004-08-30Pass an "address *" to "rtp_add_address()" and "rtcp_add_address()", soGuy Harris1-2/+2
2004-08-21Prevent the word "desegmentation" at the GUI, but use reassembling at that pl...Ulf Lamping1-2/+3
2004-07-18Move dissectors to epan/dissectors directory.Gilbert Ramirez1-0/+22458