aboutsummaryrefslogtreecommitdiffstats
path: root/gtk
diff options
context:
space:
mode:
authorAnders Broman <anders.broman@ericsson.com>2008-08-12 04:44:35 +0000
committerAnders Broman <anders.broman@ericsson.com>2008-08-12 04:44:35 +0000
commit3eadb385c3280a23cd277d8dbc57a33e4f6aecc3 (patch)
tree6d6b85f9c2dd3a8f248f104e4d79dd0b8c8f6769 /gtk
parent5906f69b880d1959763d10490da91bc2ae2b3fb7 (diff)
From Alexey Neyman:
Implement dissector for IPMB (DLT_IPMB_LINUX, 209). svn path=/trunk/; revision=25986
Diffstat (limited to 'gtk')
-rw-r--r--gtk/capture_info_dlg.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/gtk/capture_info_dlg.c b/gtk/capture_info_dlg.c
index 8f223a2b7e..c7fec02910 100644
--- a/gtk/capture_info_dlg.c
+++ b/gtk/capture_info_dlg.c
@@ -168,6 +168,10 @@ capture_options *capture_opts)
info->counts[10].value_ptr = &(cinfo->counts->vines);
info->counts[11].title = "Other";
info->counts[11].value_ptr = &(cinfo->counts->other);
+ info->counts[12].title = "I2C Events";
+ info->counts[12].value_ptr = &(cinfo->counts->i2c_event);
+ info->counts[13].title = "I2C Data";
+ info->counts[13].value_ptr = &(cinfo->counts->i2c_data);
/*
* Create the dialog window, with a title that includes the interface.