aboutsummaryrefslogtreecommitdiffstats
path: root/gtk/h323_conversations.c
AgeCommit message (Collapse)AuthorFilesLines
2004-10-01Don't define "transport_prot_name[]" in "h323_conversations.h", as thatGuy Harris1-0/+29
puts a separate copy in every file that includes "h323_conversations.h", even if it doesn't use that copy. Instead, define it in "h323_conversations.c" and declare it in "h323_conversations.h". svn path=/trunk/; revision=12179
2004-10-01From Francisco Alcoba: handle H.323 conversations over UDP and SCTP.Guy Harris1-2/+8
svn path=/trunk/; revision=12169
2004-09-30Add an RCS ID.Guy Harris1-0/+2
svn path=/trunk/; revision=12154
2004-09-30From Lars Roland:Anders Broman1-413/+379
Having a closer look at the new and very useful H323 Call Analysis feature, I have found some bugs and unnecessarily complicated code for managing the registration of the tap listeners. So I decided to rewrite this part of the source code. This part of the code is much smaller now. Unnecessary and wrong calls of register_ethereal_tap() and register_tap_listener_xxx() have been removed or replaced. I also fixed a bug with RAS Messages. svn path=/trunk/; revision=12149
2004-09-29From Miha Jemec: I implemented a H323 call decoder. Using the TAP system, it ↵Anders Broman1-0/+413
keeps track of each call, number of packets, setting filter and a more detailed analysis of each call. svn path=/trunk/; revision=12141