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