From Miha Jemec: I implemented a H323 call decoder. Using the TAP system, it keeps...
authoretxrab <etxrab@f5534014-38df-0310-8fa8-9805f1628bb7>
Wed, 29 Sep 2004 22:20:46 +0000 (22:20 +0000)
committeretxrab <etxrab@f5534014-38df-0310-8fa8-9805f1628bb7>
Wed, 29 Sep 2004 22:20:46 +0000 (22:20 +0000)
commit1d8f23c52281e558bbb0b0c62355b9b99284903e
treee44e40055338a3414bf60326f0989cf0eba4566a
parente9932c204d3a0ac3180dab6e52336b48ebfa32de
From Miha Jemec: I implemented a H323 call decoder. Using the TAP system, it keeps track of each call, number of packets, setting filter and a more detailed analysis of each call.

git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@12141 f5534014-38df-0310-8fa8-9805f1628bb7
gtk/h323_analysis.c [new file with mode: 0644]
gtk/h323_analysis.h [new file with mode: 0644]
gtk/h323_conversations.c [new file with mode: 0644]
gtk/h323_conversations.h [new file with mode: 0644]
gtk/h323_conversations_dlg.c [new file with mode: 0644]
gtk/h323_conversations_dlg.h [new file with mode: 0644]