aboutsummaryrefslogtreecommitdiffstats
path: root/packet-h245.c
AgeCommit message (Expand)AuthorFilesLines
2004-05-17rename the NOT_DECODED_YET macros to avoid a name clashRonnie Sahlberg1-4/+4
2004-02-14Update Andreas Sikkema's e-mail address.Guy Harris1-3/+2
2004-02-13From Anders Broman: fix the offsets usd when adding the manufacturer info.Guy Harris1-2/+2
2004-01-10Fix the following type of warings:Jörg Mayer1-13/+13
2004-01-09"conversation_new()" takes flags NO_ADDR2 and NO_PORT2, not NO_ADDR_BGuy Harris1-3/+3
2003-11-22Change the way signalType is dissected to beRonnie Sahlberg1-2/+19
2003-10-27From Lars Roland: whitespace cleanups.Guy Harris1-952/+952
2003-10-10From Martin Regner, bugfix for H245.Ronnie Sahlberg1-2/+2
2003-10-09Prefix the EXTENSION #defines with ASN1_ as well.Guy Harris1-1669/+1669
2003-10-09Prefix OPTIONAL and NOT_OPTIONAL with ASN1_, to avoid collisions withGuy Harris1-898/+898
2003-09-26From Tomas Kukosa:Guy Harris1-444/+6
2003-09-06From Martin Regner: fix dissection of non-standard parameters.Guy Harris1-5/+71
2003-09-04From Anders Broman: display T35 manufacturer codes as strings.Guy Harris1-1/+152
2003-09-02From Andreas Sikkema: Facility for H.245 to display short message typesGuy Harris1-16/+151
2003-08-30Updates and bugfixes from Andreas and MartinRonnie Sahlberg1-16/+26
2003-08-28update to h245 to decode the county codesRonnie Sahlberg1-2/+205
2003-08-26The definition of NonStandardParameter is different between H.225 and H.245Ronnie Sahlberg1-1/+18
2003-08-21From Tomas Kukosa: allow subdissectors to be registered forGuy Harris1-41/+86
2003-08-16From Ronnie Sahlberg: patch to set up conversations to use RTP and RTCPGuy Harris1-10/+49
2003-08-01make h225 register detected h245 tcp ports so that h245 dissector is called.Ronnie Sahlberg1-1/+2
2003-07-31Updated some restricted character set alphabets so that the characters are in...Ronnie Sahlberg1-3/+3
2003-07-29fix minor bugs in h245 decodingRonnie Sahlberg1-51/+27
2003-07-26Updates to the MEGACO plugin so that it will call the H.245 dissector for someRonnie Sahlberg1-2/+3
2003-07-19export T38FaxProfile and DataProtocolCapability since these are user in H.225...Ronnie Sahlberg1-3/+3
2003-07-16Make h221nonstandard and nonstandardparameter externaly visibleRonnie Sahlberg1-13/+13
2003-07-16Add a new parameter to the constrained integer dissector so that it also handlesRonnie Sahlberg1-217/+204
2003-07-16remove a function that was not used/obsoleteRonnie Sahlberg1-9/+10
2003-07-16minor updates.Ronnie Sahlberg1-34/+12
2003-07-16updates bugfix for the NumericString alphabet.Ronnie Sahlberg1-3/+13
2003-07-13Add decoding of NumericStringRonnie Sahlberg1-3/+12
2003-07-12 Break out the PER functions from the alternative h245 dissectorRonnie Sahlberg1-1197/+3
2003-07-10small updatesRonnie Sahlberg1-197/+219
2003-07-09remove one more NOT_DECODED_YET for the subAddress IA5StringRonnie Sahlberg1-3/+7
2003-07-09Some more guesswork applied.Ronnie Sahlberg1-7/+61
2003-07-09Make ethereal decode normal unconstrained INTEGER types.Ronnie Sahlberg1-9/+41
2003-07-09fix bug in dissect_per_GeneralString()Ronnie Sahlberg1-2/+5
2003-07-08From Lars Roland: export "dissect_h245_OpenLogicalChannel()" andGuy Harris1-3/+3
2003-07-08 remove one more redundant decode of the extensions present bit.Ronnie Sahlberg1-2/+19
2003-07-08fix a small bug in dissect_per_choice where it dissected and displayed a bit...Ronnie Sahlberg1-2/+3
2003-07-08when extensions are present to a sequence,Ronnie Sahlberg1-4/+28
2003-07-08When decoding the optional field bitmap for a sequence,Ronnie Sahlberg1-4/+26
2003-07-08change the interfae so that dissect_per_boolean() also can return the proto_itemRonnie Sahlberg1-222/+226
2003-07-07If we dont want the internal per stuff to be displayed,Ronnie Sahlberg1-3/+9
2003-07-07Attempt to decode GeneralString.Ronnie Sahlberg1-4/+26
2003-07-06minor updatesRonnie Sahlberg1-53/+91
2003-07-06Small updates.Ronnie Sahlberg1-27/+62
2003-07-04work copy of a h245 dissector and PER dissection helper routines.Ronnie Sahlberg1-0/+23169