aboutsummaryrefslogtreecommitdiffstats
path: root/gtk
diff options
context:
space:
mode:
authoretxrab <etxrab@f5534014-38df-0310-8fa8-9805f1628bb7>2008-08-12 04:44:35 +0000
committeretxrab <etxrab@f5534014-38df-0310-8fa8-9805f1628bb7>2008-08-12 04:44:35 +0000
commit40084ae7753e009353606ee40305cdafb3d1b88f (patch)
tree6d6b85f9c2dd3a8f248f104e4d79dd0b8c8f6769 /gtk
parent81670aaf1103819ae2a7a334061d241db8a0e1a3 (diff)
From Alexey Neyman:
Implement dissector for IPMB (DLT_IPMB_LINUX, 209). git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@25986 f5534014-38df-0310-8fa8-9805f1628bb7
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.