Dissect SSH over SCTP when using the IANA assigned SCTP port 22.
[obnox/wireshark/wip.git] / tap-megaco-common.h
index 133f3f2967b8f259e854df52085e52029405164e..0a73ddc006e383d4f37db2ca8298120de4189f2f 100644 (file)
@@ -1,12 +1,12 @@
 /* tap-rtp-common.h
  * MEGACO statistics handler functions used by tshark and wireshark
  *
- * $Id: tap-megaco-common.h 26244 2008-09-21 14:50:05Z morriss $
+ * $Id$
  *
  * Copyright 2008, Ericsson AB
  * By Balint Reczey <balint.reczey@ericsson.com>
  *
- * most functions are copied from gtk/rtp_stream.c and gtk/rtp_analisys.c
+ * most functions are copied from ui/gtk/rtp_stream.c and ui/gtk/rtp_analysis.c
  * Copyright 2003, Alcatel Business Systems
  * By Lars Ruoff <lars.ruoff@gmx.net>
  *
@@ -44,7 +44,7 @@
         case GCP_CMD_NOTIFY_REPLY: \
         case GCP_CMD_SVCCHG_REPLY: \
         case GCP_CMD_TOPOLOGY_REPLY: \
-        case GCP_CMD_REPLY: 
+        case GCP_CMD_REPLY:
 
 #define GCP_CMD_REQ_CASE \
         case GCP_CMD_ADD_REQ: \
@@ -71,7 +71,7 @@ typedef struct _megacostat_t {
        GtkWidget *win;
        GtkWidget *vbox;
        GtkWidget *scrolled_window;
-       GtkCList *table;
+       GtkTreeView *table;
 #endif /*__GHTK_H__*/
 } megacostat_t;