Commit graph

12 commits

Author SHA1 Message Date
Guy Harris
8946ac347e From Andreas Sikkema: improved Info column output for multiple H.225
messages and faststart ( I think, lost track, kind of).

svn path=/trunk/; revision=8342
2003-09-02 21:37:44 +00:00
Guy Harris
f437701a78 From Andreas Sikkema:
- fix RAS messages to clear the INFO column correctly;

- make H.245 messages tunneled within H.225 messages add their message
  type to the Info column.

svn path=/trunk/; revision=8323
2003-08-31 00:32:19 +00:00
Ronnie Sahlberg
10833b30b2 Updates and bugfixes from Andreas and Martin
svn path=/trunk/; revision=8321
2003-08-30 22:47:48 +00:00
Ronnie Sahlberg
9c561b384a Update to H.225 when H.245 is tunneled in some octet strings,
call the h245 dissector instead of just showing the octet string content as some random hex bytes

svn path=/trunk/; revision=8298
2003-08-28 14:29:41 +00:00
Ronnie Sahlberg
b91e76964d The definition of NonStandardParameter is different between H.225 and H.245
Create an alternative NonStandardParameter dissector that matches the
definition that H.225 needs.

svn path=/trunk/; revision=8277
2003-08-26 21:44:35 +00:00
Guy Harris
f4902f4ade From Tomas Kukosa: export the PER dissection routines, and some
H.225/H.245 routines, to plugins on platforms where they have to go
through the function call table.

svn path=/trunk/; revision=8216
2003-08-23 07:23:21 +00:00
Guy Harris
f695468fa2 From Tomas Kukosa: allow subdissectors to be registered for
NonStandardParameter data in the H.245 dissector.

svn path=/trunk/; revision=8206
2003-08-21 18:00:22 +00:00
Guy Harris
f2faba5cf2 From Lars Roland:
enable decoding of fastStart elements;

	make the output in the Protocol and Info columns look like the
	old plugin's output.

svn path=/trunk/; revision=8157
2003-08-10 19:43:25 +00:00
Guy Harris
1f6c9444a0 From Ronnie Sahlberg: use conversations for messages with port numbers
and IP addresses specifying the addresses and ports for future RTP/RTCP
traffic.

svn path=/trunk/; revision=8149
2003-08-07 21:31:39 +00:00
Ronnie Sahlberg
1777e3dd3a make h225 register detected h245 tcp ports so that h245 dissector is called.
it is currently done in a way too crude way,
when a h245 endpoint is found,  it calls dissector_add("tcp.port",...) and
thus registers it globally for this port for ALL ip addresses.

if someone knows how to change it to only register it for
<ipaddress><tcpport> instead, that would be much better.

svn path=/trunk/; revision=8120
2003-08-01 10:11:54 +00:00
Ronnie Sahlberg
618fff963a Fix bug on how the H.225 CS routines were registered so that H225 CS over Q931 now works
Still something wrong with NonStandardParameter,   I cant find why ethereal is
wrong but it misses misses one bit in the decoding causing malformed frames.
I cant see what is wrong when looking at the packets.   need furhter investigations.

Make h225 compile in as default

svn path=/trunk/; revision=8119
2003-08-01 09:16:47 +00:00
Ronnie Sahlberg
e898c6c6a5 initial test h225 dissector.
not enabled yet by default.

to test it you have to edit the makefiles and recompile.
still buggy and incomplete but feel free to test it

svn path=/trunk/; revision=8113
2003-07-31 10:35:07 +00:00