aboutsummaryrefslogtreecommitdiffstats
path: root/gtk/sctp_stat.h
diff options
context:
space:
mode:
authortuexen <tuexen@f5534014-38df-0310-8fa8-9805f1628bb7>2006-03-30 22:17:42 +0000
committertuexen <tuexen@f5534014-38df-0310-8fa8-9805f1628bb7>2006-03-30 22:17:42 +0000
commite24f40649c7c3351cf3838dcd234605d3f7a2415 (patch)
tree567e7f591b7b2233049e96d2ff2ad5e5ffe342b6 /gtk/sctp_stat.h
parentc2b6ad8a76243404865c9985ded38f6484aafd19 (diff)
From Irene: Fix problems with off screen drawings
Make rectangle clickable. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@17778 f5534014-38df-0310-8fa8-9805f1628bb7
Diffstat (limited to 'gtk/sctp_stat.h')
-rw-r--r--gtk/sctp_stat.h11
1 files changed, 10 insertions, 1 deletions
diff --git a/gtk/sctp_stat.h b/gtk/sctp_stat.h
index 9bf7d6de2d..87d0284f7c 100644
--- a/gtk/sctp_stat.h
+++ b/gtk/sctp_stat.h
@@ -147,7 +147,7 @@ typedef struct _sctp_assoc_info {
guint32 n_adler32_correct;
guint32 n_crc32c_calculated;
guint32 n_crc32c_correct;
- guint8 checksum_type[8];
+ gchar checksum_type[8];
guint32 n_checksum_errors;
guint32 n_bundling_errors;
guint32 n_padding_errors;
@@ -267,10 +267,19 @@ typedef struct _sctp_graph_t {
guint16 length;
gboolean tmp;
gboolean rectangle;
+ gboolean rectangle_present;
+ guint32 rect_x_min;
+ guint32 rect_x_max;
+ guint32 rect_y_min;
+ guint32 rect_y_max;
guint32 x1_tmp_sec;
guint32 x2_tmp_sec;
guint32 x1_tmp_usec;
guint32 x2_tmp_usec;
+ guint32 x1_akt_sec;
+ guint32 x2_akt_sec;
+ guint32 x1_akt_usec;
+ guint32 x2_akt_usec;
guint32 tmp_width;
guint32 axis_width;
guint32 y1_tmp;