aboutsummaryrefslogtreecommitdiffstats
path: root/packet-h225.c
AgeCommit message (Collapse)AuthorFilesLines
2003-08-01make h225 register detected h245 tcp ports so that h245 dissector is called.Ronnie Sahlberg1-6/+26
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-01Fix bug on how the H.225 CS routines were registered so that H225 CS over ↵Ronnie Sahlberg1-8/+4
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-07-31initial test h225 dissector.Ronnie Sahlberg1-0/+9806
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