1<?xml version="1.0"?>
2<!--*- mode: xml -*-->
3<interface>
4  <object class="GtkAdjustment" id="adjustment1">
5    <property name="upper">99</property>
6    <property name="lower">1</property>
7    <property name="page_increment">10</property>
8    <property name="step_increment">1</property>
9    <property name="page_size">0</property>
10    <property name="value">5</property>
11  </object>
12  <object class="GtkListStore" id="model1">
13    <columns>
14      <column type="gchararray"/>
15    </columns>
16    <data>
17      <row>
18        <col id="0" translatable="yes">Host</col>
19      </row>
20    </data>
21  </object>
22  <object class="GtkListStore" id="model2">
23    <columns>
24      <column type="gchararray"/>
25    </columns>
26    <data>
27      <row>
28        <col id="0" translatable="yes">Host</col>
29      </row>
30    </data>
31  </object>
32  <object class="GtkListStore" id="model3">
33    <columns>
34      <column type="gchararray"/>
35    </columns>
36    <data>
37      <row>
38        <col id="0" translatable="yes">Host</col>
39      </row>
40    </data>
41  </object>
42  <object class="GtkListStore" id="model4">
43    <columns>
44      <column type="gchararray"/>
45    </columns>
46    <data>
47      <row>
48        <col id="0" translatable="yes">Host</col>
49      </row>
50    </data>
51  </object>
52  <object class="GtkListStore" id="model5">
53    <columns>
54      <column type="gchararray"/>
55    </columns>
56    <data>
57      <row>
58        <col id="0" translatable="yes">Host</col>
59      </row>
60    </data>
61  </object>
62  <object class="GtkListStore" id="model6">
63    <columns>
64      <column type="gchararray"/>
65    </columns>
66    <data>
67      <row>
68        <col id="0" translatable="yes">User</col>
69      </row>
70    </data>
71  </object>
72  <object class="GtkListStore" id="model7">
73    <columns>
74      <column type="gchararray"/>
75    </columns>
76    <data>
77      <row>
78        <col id="0" translatable="yes">Host</col>
79      </row>
80    </data>
81  </object>
82  <object class="GtkUIManager" id="uimanager1">
83    <child>
84      <object class="GtkActionGroup" id="actiongroup1">
85        <child>
86          <object class="GtkAction" id="tool1">
87            <property name="name">tool1</property>
88            <property name="label" translatable="yes">_Tool</property>
89          </object>
90        </child>
91        <child>
92          <object class="GtkToggleAction" id="m_beep">
93            <property name="name">m_beep</property>
94            <property name="label" translatable="yes">Beep on ping</property>
95          </object>
96        </child>
97        <child>
98          <object class="GtkAction" id="m_quit">
99            <property name="stock_id">gtk-quit</property>
100            <property name="name">m_quit</property>
101            <signal handler="gn_quit_app" name="activate"/>
102          </object>
103        </child>
104        <child>
105          <object class="GtkAction" id="edit1">
106            <property name="name">edit1</property>
107            <property name="label" translatable="yes">_Edit</property>
108          </object>
109        </child>
110        <child>
111          <object class="GtkAction" id="m_copy">
112            <property name="name">m_copy</property>
113            <property name="label" translatable="yes">Copy as text _report</property>
114            <signal handler="on_copy_activate" name="activate" object="notebook"/>
115          </object>
116        </child>
117        <child>
118          <object class="GtkAction" id="m_clear_history">
119            <property name="stock_id">gtk-clear</property>
120            <property name="name">m_clear_history</property>
121            <property name="label" translatable="yes">Clear _History</property>
122            <signal handler="on_clear_history_activate" name="activate" object="notebook"/>
123          </object>
124        </child>
125        <child>
126          <object class="GtkAction" id="help">
127            <property name="name">help</property>
128            <property name="label" translatable="yes">_Help</property>
129          </object>
130        </child>
131        <child>
132          <object class="GtkAction" id="m_help_contents">
133            <property name="stock_id">gtk-help</property>
134            <property name="name">m_help_contents</property>
135            <property name="label" translatable="yes">_Contents</property>
136            <signal handler="on_help_activate" name="activate" object="main_window"/>
137          </object>
138          <accelerator key="F1" modifiers=""/>
139        </child>
140        <child>
141          <object class="GtkAction" id="m_about">
142            <property name="stock_id">gtk-about</property>
143            <property name="name">m_about</property>
144            <signal after="yes" handler="on_about_activate" name="activate" object="main_window"/>
145          </object>
146        </child>
147      </object>
148    </child>
149    <ui>
150      <menubar name="menubar1">
151        <menu action="tool1">
152          <menuitem action="m_beep"/>
153          <separator/>
154          <menuitem action="m_quit"/>
155        </menu>
156        <menu action="edit1">
157          <menuitem action="m_copy"/>
158          <separator/>
159          <menuitem action="m_clear_history"/>
160        </menu>
161        <menu action="help">
162          <menuitem action="m_help_contents"/>
163          <menuitem action="m_about"/>
164        </menu>
165      </menubar>
166    </ui>
167  </object>
168  <object class="GtkWindow" id="main_window">
169    <property name="visible">True</property>
170    <property comments="Dear Translator: This is the Window Title" name="title" translatable="yes">Devices - Network Tools</property>
171    <child>
172      <object class="GtkVBox" id="vbox_main">
173        <property name="visible">True</property>
174        <child>
175          <object class="GtkMenuBar" constructor="uimanager1" id="menubar1">
176            <property name="visible">True</property>
177          </object>
178          <packing>
179            <property name="expand">False</property>
180            <property name="fill">False</property>
181          </packing>
182        </child>
183        <child>
184          <object class="GtkNotebook" id="notebook">
185            <property name="visible">True</property>
186            <property name="can_focus">True</property>
187            <property name="border_width">4</property>
188            <signal handler="on_page_switch" name="switch_page"/>
189            <child>
190              <object class="GtkVBox" id="vbox_info">
191                <property name="visible">True</property>
192                <property name="border_width">6</property>
193                <property name="spacing">6</property>
194                <child>
195                  <object class="GtkHBox" id="hbox33">
196                    <property name="visible">True</property>
197                    <property name="border_width">6</property>
198                    <property name="spacing">12</property>
199                    <child>
200                      <object class="GtkLabel" id="info_combo_label">
201                        <property name="visible">True</property>
202                        <property name="label" translatable="yes">_Network device:</property>
203                        <property name="use_underline">True</property>
204                      </object>
205                      <packing>
206                        <property name="expand">False</property>
207                        <property name="fill">False</property>
208                      </packing>
209                    </child>
210                    <child>
211                      <object class="GtkComboBox" id="info_combo">
212                        <property name="visible">True</property>
213                        <property name="can_focus">True</property>
214                        <property name="can_default">True</property>
215                        <property name="has_default">True</property>
216                        <accessibility>
217                          <relation target="info_combo_label" type="labelled-by"/>
218                        </accessibility>
219                      </object>
220                      <packing>
221                        <property name="position">1</property>
222                      </packing>
223                    </child>
224                    <child>
225                      <object class="GtkButton" id="info_configure_button">
226                        <property name="visible">True</property>
227                        <property name="can_focus">True</property>
228                        <child>
229                          <object class="GtkAlignment" id="alignment33">
230                            <property name="visible">True</property>
231                            <property name="xscale">0</property>
232                            <property name="yscale">0</property>
233                            <child>
234                              <object class="GtkHBox" id="hbox44">
235                                <property name="visible">True</property>
236                                <property name="spacing">2</property>
237                                <child>
238                                  <object class="GtkImage" id="image13">
239                                    <property name="visible">True</property>
240                                    <property name="stock">gtk-preferences</property>
241                                  </object>
242                                  <packing>
243                                    <property name="expand">False</property>
244                                    <property name="fill">False</property>
245                                  </packing>
246                                </child>
247                                <child>
248                                  <object class="GtkLabel" id="label122">
249                                    <property name="visible">True</property>
250                                    <property name="label" translatable="yes">_Configure</property>
251                                    <property name="use_underline">True</property>
252                                  </object>
253                                  <packing>
254                                    <property name="expand">False</property>
255                                    <property name="fill">False</property>
256                                    <property name="position">1</property>
257                                  </packing>
258                                </child>
259                              </object>
260                            </child>
261                          </object>
262                        </child>
263                      </object>
264                      <packing>
265                        <property name="expand">False</property>
266                        <property name="fill">False</property>
267                        <property name="position">2</property>
268                      </packing>
269                    </child>
270                  </object>
271                  <packing>
272                    <property name="expand">False</property>
273                  </packing>
274                </child>
275                <child>
276                  <object class="GtkFrame" id="info_ipv6_frame">
277                    <property name="visible">True</property>
278                    <property name="label_xalign">0</property>
279                    <property name="shadow_type">GTK_SHADOW_NONE</property>
280                    <child>
281                      <object class="GtkAlignment" id="alignment17">
282                        <property name="visible">True</property>
283                        <property name="left_padding">12</property>
284                        <child>
285                          <object class="GtkScrolledWindow" id="scrolledwindow8">
286                            <property name="height_request">120</property>
287                            <property name="visible">True</property>
288                            <property name="can_focus">True</property>
289                            <property name="border_width">6</property>
290                            <property name="hscrollbar_policy">GTK_POLICY_AUTOMATIC</property>
291                            <property name="vscrollbar_policy">GTK_POLICY_AUTOMATIC</property>
292                            <property name="shadow_type">GTK_SHADOW_IN</property>
293                            <child>
294                              <object class="GtkTreeView" id="info_list_ip_addr">
295                                <property name="visible">True</property>
296                                <property name="can_focus">True</property>
297                                <property name="rules_hint">True</property>
298                                <property name="enable_search">False</property>
299                              </object>
300                            </child>
301                          </object>
302                        </child>
303                      </object>
304                    </child>
305                    <child type="label">
306                      <object class="GtkLabel" id="label96">
307                        <property name="visible">True</property>
308                        <property name="label" translatable="yes">IP Information</property>
309                        <attributes>
310                          <attribute name="weight" value="bold"/>
311                        </attributes>
312                      </object>
313                    </child>
314                  </object>
315                  <packing>
316                    <property name="expand">False</property>
317                    <property name="position">1</property>
318                  </packing>
319                </child>
320                <child>
321                  <object class="GtkHBox" id="hbox_info_detail">
322                    <property name="visible">True</property>
323                    <property name="spacing">4</property>
324                    <child>
325                      <object class="GtkVBox" id="vbox16">
326                        <property name="visible">True</property>
327                        <child>
328                          <object class="GtkFrame" id="frame11">
329                            <property name="visible">True</property>
330                            <property name="label_xalign">0</property>
331                            <property name="shadow_type">GTK_SHADOW_NONE</property>
332                            <child>
333                              <object class="GtkAlignment" id="alignment32">
334                                <property name="visible">True</property>
335                                <property name="left_padding">12</property>
336                                <child>
337                                  <object class="GtkTable" id="table13">
338                                    <property name="visible">True</property>
339                                    <property name="border_width">6</property>
340                                    <property name="n_rows">5</property>
341                                    <property name="n_columns">2</property>
342                                    <property name="column_spacing">6</property>
343                                    <property name="row_spacing">6</property>
344                                    <child>
345                                      <object class="GtkLabel" id="label_hw_address">
346                                        <property name="visible">True</property>
347                                        <property name="xalign">0</property>
348                                        <property name="label" translatable="yes">Hardware address:</property>
349                                        <accessibility>
350                                          <relation target="info_hw_address" type="label-for"/>
351                                        </accessibility>
352                                      </object>
353                                      <packing>
354                                        <property name="x_options">GTK_FILL</property>
355                                        <property name="y_options"/>
356                                      </packing>
357                                    </child>
358                                    <child>
359                                      <object class="GtkLabel" id="label_multicast">
360                                        <property name="visible">True</property>
361                                        <property name="xalign">0</property>
362                                        <property name="label" translatable="yes">Multicast:</property>
363                                        <accessibility>
364                                          <relation target="info_multicast" type="label-for"/>
365                                        </accessibility>
366                                      </object>
367                                      <packing>
368                                        <property name="top_attach">1</property>
369                                        <property name="bottom_attach">2</property>
370                                        <property name="x_options">GTK_FILL</property>
371                                        <property name="y_options"/>
372                                      </packing>
373                                    </child>
374                                    <child>
375                                      <object class="GtkLabel" id="label_mtu">
376                                        <property name="visible">True</property>
377                                        <property name="xalign">0</property>
378                                        <property name="label" translatable="yes">MTU:</property>
379                                        <accessibility>
380                                          <relation target="info_mtu" type="label-for"/>
381                                        </accessibility>
382                                      </object>
383                                      <packing>
384                                        <property name="top_attach">2</property>
385                                        <property name="bottom_attach">3</property>
386                                        <property name="x_options">GTK_FILL</property>
387                                        <property name="y_options"/>
388                                      </packing>
389                                    </child>
390                                    <child>
391                                      <object class="GtkLabel" id="label_link_speed">
392                                        <property name="visible">True</property>
393                                        <property name="xalign">0</property>
394                                        <property name="label" translatable="yes">Link speed:</property>
395                                        <accessibility>
396                                          <relation target="info_link_speed" type="label-for"/>
397                                        </accessibility>
398                                      </object>
399                                      <packing>
400                                        <property name="top_attach">3</property>
401                                        <property name="bottom_attach">4</property>
402                                        <property name="x_options">GTK_FILL</property>
403                                        <property name="y_options"/>
404                                      </packing>
405                                    </child>
406                                    <child>
407                                      <object class="GtkLabel" id="label_state">
408                                        <property name="visible">True</property>
409                                        <property name="xalign">0</property>
410                                        <property name="label" translatable="yes">State:</property>
411                                        <accessibility>
412                                          <relation target="info_state" type="label-for"/>
413                                        </accessibility>
414                                      </object>
415                                      <packing>
416                                        <property name="top_attach">4</property>
417                                        <property name="bottom_attach">5</property>
418                                        <property name="x_options">GTK_FILL</property>
419                                        <property name="y_options"/>
420                                      </packing>
421                                    </child>
422                                    <child>
423                                      <object class="GtkLabel" id="info_hw_address">
424                                        <property name="visible">True</property>
425                                        <property name="xalign">0</property>
426                                        <property name="label" translatable="yes">Not Available</property>
427                                        <property name="justify">GTK_JUSTIFY_RIGHT</property>
428                                        <property name="selectable">True</property>
429                                        <accessibility>
430                                          <relation target="label_hw_address" type="labelled-by"/>
431                                        </accessibility>
432                                      </object>
433                                      <packing>
434                                        <property name="left_attach">1</property>
435                                        <property name="right_attach">2</property>
436                                        <property name="x_options">GTK_FILL</property>
437                                        <property name="y_options"/>
438                                      </packing>
439                                    </child>
440                                    <child>
441                                      <object class="GtkLabel" id="info_multicast">
442                                        <property name="visible">True</property>
443                                        <property name="xalign">0</property>
444                                        <property name="label" translatable="yes">Not Available</property>
445                                        <property name="selectable">True</property>
446                                        <accessibility>
447                                          <relation target="label_multicast" type="labelled-by"/>
448                                        </accessibility>
449                                      </object>
450                                      <packing>
451                                        <property name="left_attach">1</property>
452                                        <property name="right_attach">2</property>
453                                        <property name="top_attach">1</property>
454                                        <property name="bottom_attach">2</property>
455                                        <property name="x_options">GTK_FILL</property>
456                                        <property name="y_options"/>
457                                      </packing>
458                                    </child>
459                                    <child>
460                                      <object class="GtkLabel" id="info_mtu">
461                                        <property name="visible">True</property>
462                                        <property name="xalign">0</property>
463                                        <property name="label" translatable="yes">Not Available</property>
464                                        <property name="selectable">True</property>
465                                        <accessibility>
466                                          <relation target="label_mtu" type="labelled-by"/>
467                                        </accessibility>
468                                      </object>
469                                      <packing>
470                                        <property name="left_attach">1</property>
471                                        <property name="right_attach">2</property>
472                                        <property name="top_attach">2</property>
473                                        <property name="bottom_attach">3</property>
474                                        <property name="x_options">GTK_FILL</property>
475                                        <property name="y_options"/>
476                                      </packing>
477                                    </child>
478                                    <child>
479                                      <object class="GtkLabel" id="info_link_speed">
480                                        <property name="visible">True</property>
481                                        <property name="xalign">0</property>
482                                        <property name="label" translatable="yes">Not Available</property>
483                                        <property name="selectable">True</property>
484                                        <accessibility>
485                                          <relation target="label_link_speed" type="labelled-by"/>
486                                        </accessibility>
487                                      </object>
488                                      <packing>
489                                        <property name="left_attach">1</property>
490                                        <property name="right_attach">2</property>
491                                        <property name="top_attach">3</property>
492                                        <property name="bottom_attach">4</property>
493                                        <property name="x_options">GTK_FILL</property>
494                                        <property name="y_options"/>
495                                      </packing>
496                                    </child>
497                                    <child>
498                                      <object class="GtkLabel" id="info_state">
499                                        <property name="visible">True</property>
500                                        <property name="xalign">0</property>
501                                        <property name="label" translatable="yes">Not Available</property>
502                                        <property name="selectable">True</property>
503                                        <accessibility>
504                                          <relation target="label_state" type="labelled-by"/>
505                                        </accessibility>
506                                      </object>
507                                      <packing>
508                                        <property name="left_attach">1</property>
509                                        <property name="right_attach">2</property>
510                                        <property name="top_attach">4</property>
511                                        <property name="bottom_attach">5</property>
512                                        <property name="x_options">GTK_FILL</property>
513                                        <property name="y_options"/>
514                                      </packing>
515                                    </child>
516                                  </object>
517                                </child>
518                              </object>
519                            </child>
520                            <child type="label">
521                              <object class="GtkLabel" id="label121">
522                                <property name="visible">True</property>
523                                <property name="label" translatable="yes">Interface Information</property>
524                                <attributes>
525                                  <attribute name="weight" value="bold"/>
526                                </attributes>
527                              </object>
528                            </child>
529                          </object>
530                        </child>
531                      </object>
532                      <packing>
533                        <property name="expand">False</property>
534                      </packing>
535                    </child>
536                    <child>
537                      <object class="GtkVBox" id="vbox17">
538                        <property name="visible">True</property>
539                        <child>
540                          <object class="GtkFrame" id="frame4">
541                            <property name="visible">True</property>
542                            <property name="label_xalign">0</property>
543                            <property name="shadow_type">GTK_SHADOW_NONE</property>
544                            <child>
545                              <object class="GtkAlignment" id="alignment16">
546                                <property name="visible">True</property>
547                                <property name="left_padding">12</property>
548                                <child>
549                                  <object class="GtkTable" id="table_statitics">
550                                    <property name="visible">True</property>
551                                    <property name="border_width">6</property>
552                                    <property name="n_rows">7</property>
553                                    <property name="n_columns">2</property>
554                                    <property name="column_spacing">6</property>
555                                    <property name="row_spacing">6</property>
556                                    <child>
557                                      <object class="GtkLabel" id="label_tx_bytes">
558                                        <property name="visible">True</property>
559                                        <property name="xalign">0</property>
560                                        <property name="label" translatable="yes">Transmitted bytes:</property>
561                                        <accessibility>
562                                          <relation target="info_tx_bytes" type="label-for"/>
563                                        </accessibility>
564                                      </object>
565                                      <packing>
566                                        <property name="x_options">GTK_FILL</property>
567                                        <property name="y_options"/>
568                                      </packing>
569                                    </child>
570                                    <child>
571                                      <object class="GtkLabel" id="label_rx_bytes">
572                                        <property name="visible">True</property>
573                                        <property name="xalign">0</property>
574                                        <property name="label" translatable="yes">Received bytes:</property>
575                                        <accessibility>
576                                          <relation target="info_rx_bytes" type="label-for"/>
577                                        </accessibility>
578                                      </object>
579                                      <packing>
580                                        <property name="top_attach">3</property>
581                                        <property name="bottom_attach">4</property>
582                                        <property name="x_options">GTK_FILL</property>
583                                        <property name="y_options"/>
584                                      </packing>
585                                    </child>
586                                    <child>
587                                      <object class="GtkLabel" id="info_rx_bytes">
588                                        <property name="visible">True</property>
589                                        <property name="xalign">0</property>
590                                        <property name="label" translatable="yes">Not Available</property>
591                                        <property name="selectable">True</property>
592                                        <accessibility>
593                                          <relation target="label_rx_bytes" type="labelled-by"/>
594                                        </accessibility>
595                                      </object>
596                                      <packing>
597                                        <property name="left_attach">1</property>
598                                        <property name="right_attach">2</property>
599                                        <property name="top_attach">3</property>
600                                        <property name="bottom_attach">4</property>
601                                        <property name="x_options">GTK_FILL</property>
602                                        <property name="y_options"/>
603                                      </packing>
604                                    </child>
605                                    <child>
606                                      <object class="GtkLabel" id="info_tx_bytes">
607                                        <property name="visible">True</property>
608                                        <property name="xalign">0</property>
609                                        <property name="label" translatable="yes">Not Available</property>
610                                        <property name="selectable">True</property>
611                                        <accessibility>
612                                          <relation target="label_tx_bytes" type="labelled-by"/>
613                                        </accessibility>
614                                      </object>
615                                      <packing>
616                                        <property name="left_attach">1</property>
617                                        <property name="right_attach">2</property>
618                                        <property name="x_options">GTK_FILL</property>
619                                        <property name="y_options"/>
620                                      </packing>
621                                    </child>
622                                    <child>
623                                      <object class="GtkLabel" id="info_tx_errors">
624                                        <property name="visible">True</property>
625                                        <property name="xalign">0</property>
626                                        <property name="label" translatable="yes">Not Available</property>
627                                        <property name="selectable">True</property>
628                                        <accessibility>
629                                          <relation target="label_tx_errors" type="labelled-by"/>
630                                        </accessibility>
631                                      </object>
632                                      <packing>
633                                        <property name="left_attach">1</property>
634                                        <property name="right_attach">2</property>
635                                        <property name="top_attach">2</property>
636                                        <property name="bottom_attach">3</property>
637                                        <property name="x_options">GTK_FILL</property>
638                                        <property name="y_options"/>
639                                      </packing>
640                                    </child>
641                                    <child>
642                                      <object class="GtkLabel" id="label_tx_errors">
643                                        <property name="visible">True</property>
644                                        <property name="xalign">0</property>
645                                        <property name="label" translatable="yes">Transmission errors:</property>
646                                        <accessibility>
647                                          <relation target="info_tx_errors" type="label-for"/>
648                                        </accessibility>
649                                      </object>
650                                      <packing>
651                                        <property name="top_attach">2</property>
652                                        <property name="bottom_attach">3</property>
653                                        <property name="x_options">GTK_FILL</property>
654                                        <property name="y_options"/>
655                                      </packing>
656                                    </child>
657                                    <child>
658                                      <object class="GtkLabel" id="info_tx">
659                                        <property name="visible">True</property>
660                                        <property name="xalign">0</property>
661                                        <property name="label" translatable="yes">Not Available</property>
662                                        <property name="selectable">True</property>
663                                        <accessibility>
664                                          <relation target="label_tx" type="labelled-by"/>
665                                        </accessibility>
666                                      </object>
667                                      <packing>
668                                        <property name="left_attach">1</property>
669                                        <property name="right_attach">2</property>
670                                        <property name="top_attach">1</property>
671                                        <property name="bottom_attach">2</property>
672                                        <property name="x_options">GTK_FILL</property>
673                                        <property name="y_options"/>
674                                      </packing>
675                                    </child>
676                                    <child>
677                                      <object class="GtkLabel" id="label_tx">
678                                        <property name="visible">True</property>
679                                        <property name="xalign">0</property>
680                                        <property name="label" translatable="yes">Transmitted packets:</property>
681                                        <accessibility>
682                                          <relation target="info_rx" type="label-for"/>
683                                        </accessibility>
684                                      </object>
685                                      <packing>
686                                        <property name="top_attach">1</property>
687                                        <property name="bottom_attach">2</property>
688                                        <property name="x_options">GTK_FILL</property>
689                                        <property name="y_options"/>
690                                      </packing>
691                                    </child>
692                                    <child>
693                                      <object class="GtkLabel" id="info_rx">
694                                        <property name="visible">True</property>
695                                        <property name="xalign">0</property>
696                                        <property name="label" translatable="yes">Not Available</property>
697                                        <property name="selectable">True</property>
698                                        <accessibility>
699                                          <relation target="label_rx" type="labelled-by"/>
700                                        </accessibility>
701                                      </object>
702                                      <packing>
703                                        <property name="left_attach">1</property>
704                                        <property name="right_attach">2</property>
705                                        <property name="top_attach">4</property>
706                                        <property name="bottom_attach">5</property>
707                                        <property name="x_options">GTK_FILL</property>
708                                        <property name="y_options"/>
709                                      </packing>
710                                    </child>
711                                    <child>
712                                      <object class="GtkLabel" id="label_rx">
713                                        <property name="visible">True</property>
714                                        <property name="xalign">0</property>
715                                        <property name="label" translatable="yes">Received packets:</property>
716                                        <accessibility>
717                                          <relation target="info_rx" type="label-for"/>
718                                        </accessibility>
719                                      </object>
720                                      <packing>
721                                        <property name="top_attach">4</property>
722                                        <property name="bottom_attach">5</property>
723                                        <property name="x_options">GTK_FILL</property>
724                                        <property name="y_options"/>
725                                      </packing>
726                                    </child>
727                                    <child>
728                                      <object class="GtkLabel" id="info_rx_errors">
729                                        <property name="visible">True</property>
730                                        <property name="xalign">0</property>
731                                        <property name="label" translatable="yes">Not Available</property>
732                                        <property name="selectable">True</property>
733                                        <accessibility>
734                                          <relation target="label_rx_errors" type="labelled-by"/>
735                                        </accessibility>
736                                      </object>
737                                      <packing>
738                                        <property name="left_attach">1</property>
739                                        <property name="right_attach">2</property>
740                                        <property name="top_attach">5</property>
741                                        <property name="bottom_attach">6</property>
742                                        <property name="x_options">GTK_FILL</property>
743                                        <property name="y_options"/>
744                                      </packing>
745                                    </child>
746                                    <child>
747                                      <object class="GtkLabel" id="label_rx_errors">
748                                        <property name="visible">True</property>
749                                        <property name="xalign">0</property>
750                                        <property name="label" translatable="yes">Reception errors:</property>
751                                        <accessibility>
752                                          <relation target="info_rx_errors" type="label-for"/>
753                                        </accessibility>
754                                      </object>
755                                      <packing>
756                                        <property name="top_attach">5</property>
757                                        <property name="bottom_attach">6</property>
758                                        <property name="x_options">GTK_FILL</property>
759                                        <property name="y_options"/>
760                                      </packing>
761                                    </child>
762                                    <child>
763                                      <object class="GtkLabel" id="info_collisions">
764                                        <property name="visible">True</property>
765                                        <property name="xalign">0</property>
766                                        <property name="label" translatable="yes">Not Available</property>
767                                        <property name="selectable">True</property>
768                                        <accessibility>
769                                          <relation target="label_collisions" type="labelled-by"/>
770                                        </accessibility>
771                                      </object>
772                                      <packing>
773                                        <property name="left_attach">1</property>
774                                        <property name="right_attach">2</property>
775                                        <property name="top_attach">6</property>
776                                        <property name="bottom_attach">7</property>
777                                        <property name="x_options">GTK_FILL</property>
778                                        <property name="y_options"/>
779                                      </packing>
780                                    </child>
781                                    <child>
782                                      <object class="GtkLabel" id="label_collisions">
783                                        <property name="visible">True</property>
784                                        <property name="xalign">0</property>
785                                        <property name="label" translatable="yes">Collisions:</property>
786                                        <property name="justify">GTK_JUSTIFY_RIGHT</property>
787                                        <accessibility>
788                                          <relation target="info_collisions" type="label-for"/>
789                                        </accessibility>
790                                      </object>
791                                      <packing>
792                                        <property name="top_attach">6</property>
793                                        <property name="bottom_attach">7</property>
794                                        <property name="x_options">GTK_FILL</property>
795                                        <property name="y_options"/>
796                                      </packing>
797                                    </child>
798                                  </object>
799                                </child>
800                              </object>
801                            </child>
802                            <child type="label">
803                              <object class="GtkLabel" id="label95">
804                                <property name="visible">True</property>
805                                <property name="label" translatable="yes">Interface Statistics</property>
806                                <attributes>
807                                  <attribute name="weight" value="bold"/>
808                                </attributes>
809                              </object>
810                            </child>
811                          </object>
812                          <packing>
813                            <property name="expand">False</property>
814                          </packing>
815                        </child>
816                      </object>
817                      <packing>
818                        <property name="expand">False</property>
819                        <property name="position">1</property>
820                      </packing>
821                    </child>
822                  </object>
823                  <packing>
824                    <property name="expand">False</property>
825                    <property name="fill">False</property>
826                    <property name="position">2</property>
827                  </packing>
828                </child>
829              </object>
830            </child>
831            <child type="tab">
832              <object class="GtkLabel" id="device">
833                <property name="visible">True</property>
834                <property name="can_focus">True</property>
835                <property name="label" translatable="yes">Devices</property>
836              </object>
837              <packing>
838                <property name="tab_fill">False</property>
839              </packing>
840            </child>
841            <child>
842              <object class="GtkVBox" id="vbox_ping">
843                <property name="visible">True</property>
844                <property name="border_width">6</property>
845                <property name="spacing">6</property>
846                <child>
847                  <object class="GtkVBox" id="vbox_ping_top">
848                    <property name="visible">True</property>
849                    <property name="border_width">6</property>
850                    <property name="spacing">12</property>
851                    <child>
852                      <object class="GtkTable" id="table_ping_options">
853                        <property name="visible">True</property>
854                        <property name="n_rows">2</property>
855                        <property name="n_columns">2</property>
856                        <property name="column_spacing">6</property>
857                        <property name="row_spacing">6</property>
858                        <child>
859                          <object class="GtkHBox" id="hbox25">
860                            <property name="visible">True</property>
861                            <property name="spacing">12</property>
862                            <child>
863                              <object class="GtkHBox" id="hbox9">
864                                <property name="visible">True</property>
865                                <property name="spacing">6</property>
866                                <child>
867                                  <object class="GtkRadioButton" id="ping_limited">
868                                    <property name="visible">True</property>
869                                    <property name="can_focus">True</property>
870                                    <property name="label" translatable="yes">Only</property>
871                                    <property name="use_underline">True</property>
872                                    <property name="draw_indicator">True</property>
873                                  </object>
874                                  <packing>
875                                    <property name="expand">False</property>
876                                    <property name="fill">False</property>
877                                  </packing>
878                                </child>
879                                <child>
880                                  <object class="GtkSpinButton" id="ping_count">
881                                    <property name="visible">True</property>
882                                    <property name="can_focus">True</property>
883                                    <property name="adjustment">adjustment1</property>
884                                    <property name="climb_rate">1</property>
885                                    <accessibility>
886                                      <relation target="ping_count_label" type="labelled-by"/>
887                                    </accessibility>
888                                  </object>
889                                  <packing>
890                                    <property name="expand">False</property>
891                                    <property name="fill">False</property>
892                                    <property name="position">1</property>
893                                  </packing>
894                                </child>
895                                <child>
896                                  <object class="GtkLabel" id="ping_count_label">
897                                    <property name="visible">True</property>
898                                    <property name="label" translatable="yes">requests</property>
899                                  </object>
900                                  <packing>
901                                    <property name="expand">False</property>
902                                    <property name="fill">False</property>
903                                    <property name="position">2</property>
904                                  </packing>
905                                </child>
906                              </object>
907                              <packing>
908                                <property name="expand">False</property>
909                                <property name="fill">False</property>
910                              </packing>
911                            </child>
912                            <child>
913                              <object class="GtkRadioButton" id="ping_unlimited">
914                                <property name="visible">True</property>
915                                <property name="can_focus">True</property>
916                                <property name="label" translatable="yes">Unlimited requests</property>
917                                <property name="use_underline">True</property>
918                                <property name="draw_indicator">True</property>
919                                <property name="group">ping_limited</property>
920                              </object>
921                              <packing>
922                                <property name="expand">False</property>
923                                <property name="fill">False</property>
924                                <property name="position">1</property>
925                              </packing>
926                            </child>
927                          </object>
928                          <packing>
929                            <property name="left_attach">1</property>
930                            <property name="right_attach">2</property>
931                            <property name="top_attach">1</property>
932                            <property name="bottom_attach">2</property>
933                            <property name="x_options">GTK_FILL</property>
934                            <property name="y_options"/>
935                          </packing>
936                        </child>
937                        <child>
938                          <object class="GtkLabel" id="label109">
939                            <property name="visible">True</property>
940                            <property name="xalign">0</property>
941                            <property name="label" translatable="yes">Send:</property>
942                          </object>
943                          <packing>
944                            <property name="top_attach">1</property>
945                            <property name="bottom_attach">2</property>
946                            <property name="x_options">GTK_FILL</property>
947                            <property name="y_options"/>
948                          </packing>
949                        </child>
950                        <child>
951                          <object class="GtkComboBox" id="ping_host">
952                            <property name="visible">True</property>
953                            <property name="can_focus">True</property>
954                            <property name="has_entry">True</property>
955                            <accessibility>
956                              <relation target="ping_host_label" type="labelled-by"/>
957                            </accessibility>
958                            <child internal-child="entry">
959                              <object class="GtkEntry" id="comboboxentry-entry1">
960                                <property name="has_tooltip">True</property>
961                                <property name="tooltip_text" translatable="yes">Enter the network address to ping. For example: www.domain.com or 192.168.2.1</property>
962                                <accessibility>
963
964                                </accessibility>
965                                <child internal-child="accessible">
966                                  <object class="AtkObject" id="a11y-comboboxentry-entry11">
967                                    <property name="AtkObject::accessible_name" translatable="yes">Network address</property>
968                                  </object>
969                                </child>
970                              </object>
971                            </child>
972                            <property name="model">model1</property>
973                            <child>
974                              <object class="GtkCellRendererText" id="renderer1"/>
975                              <attributes>
976                                <attribute name="text">0</attribute>
977                              </attributes>
978                            </child>
979                            <child internal-child="accessible">
980                              <object class="AtkObject" id="a11y-ping_host1">
981                                <property name="AtkObject::accessible_name" translatable="yes">Network address</property>
982                              </object>
983                            </child>
984                          </object>
985                          <packing>
986                            <property name="left_attach">1</property>
987                            <property name="right_attach">2</property>
988                            <property name="y_options"/>
989                          </packing>
990                        </child>
991                        <child>
992                          <object class="GtkLabel" id="ping_host_label">
993                            <property name="visible">True</property>
994                            <property name="label" translatable="yes">_Network address:</property>
995                            <property name="use_underline">True</property>
996                            <accessibility>
997                              <relation target="ping_host" type="label-for"/>
998                            </accessibility>
999                          </object>
1000                          <packing>
1001                            <property name="x_options">GTK_FILL</property>
1002                            <property name="y_options"/>
1003                          </packing>
1004                        </child>
1005                      </object>
1006                      <packing>
1007                        <property name="expand">False</property>
1008                        <property name="fill">False</property>
1009                      </packing>
1010                    </child>
1011                    <child>
1012                      <object class="GtkHButtonBox" id="hbuttonbox_ping_button">
1013                        <property name="visible">True</property>
1014                        <property name="layout_style">GTK_BUTTONBOX_END</property>
1015                        <child>
1016                          <object class="GtkButton" id="ping_button">
1017                            <property name="visible">True</property>
1018                            <property name="can_focus">True</property>
1019                            <property name="can_default">True</property>
1020                            <child>
1021                              <object class="GtkAlignment" id="alignment5">
1022                                <property name="visible">True</property>
1023                                <property name="xscale">0</property>
1024                                <property name="yscale">0</property>
1025                                <child>
1026                                  <object class="GtkHBox" id="hbox12">
1027                                    <property name="visible">True</property>
1028                                    <property name="spacing">2</property>
1029                                    <child>
1030                                      <object class="GtkImage" id="image5">
1031                                        <property name="visible">True</property>
1032                                        <property name="stock">gtk-ok</property>
1033                                      </object>
1034                                      <packing>
1035                                        <property name="expand">False</property>
1036                                        <property name="fill">False</property>
1037                                      </packing>
1038                                    </child>
1039                                    <child>
1040                                      <object class="GtkLabel" id="label27">
1041                                        <property name="visible">True</property>
1042                                        <property name="label" translatable="yes">Ping</property>
1043                                        <property name="use_underline">True</property>
1044                                      </object>
1045                                      <packing>
1046                                        <property name="expand">False</property>
1047                                        <property name="fill">False</property>
1048                                        <property name="position">1</property>
1049                                      </packing>
1050                                    </child>
1051                                  </object>
1052                                </child>
1053                              </object>
1054                            </child>
1055                          </object>
1056                          <packing>
1057                            <property name="expand">False</property>
1058                            <property name="fill">False</property>
1059                            <property name="position">0</property>
1060                          </packing>
1061                        </child>
1062                      </object>
1063                      <packing>
1064                        <property name="position">1</property>
1065                        <property name="expand">False</property>
1066                        <property name="fill">False</property>
1067                      </packing>
1068                    </child>
1069                  </object>
1070                  <packing>
1071                    <property name="expand">False</property>
1072                    <property name="fill">False</property>
1073                  </packing>
1074                </child>
1075                <child>
1076                  <object class="GtkHBox" id="hbox_ping_details">
1077                    <property name="visible">True</property>
1078                    <property name="spacing">6</property>
1079                    <child>
1080                      <object class="GtkFrame" id="frame_rtt_stats">
1081                        <property name="visible">True</property>
1082                        <property name="label_xalign">0</property>
1083                        <property name="shadow_type">GTK_SHADOW_NONE</property>
1084                        <child>
1085                          <object class="GtkAlignment" id="alignment20">
1086                            <property name="visible">True</property>
1087                            <property name="left_padding">12</property>
1088                            <child>
1089                              <object class="GtkTable" id="table1">
1090                                <property name="visible">True</property>
1091                                <property name="border_width">6</property>
1092                                <property name="n_rows">3</property>
1093                                <property name="n_columns">3</property>
1094                                <property name="column_spacing">6</property>
1095                                <property name="row_spacing">6</property>
1096                                <child>
1097                                  <object class="GtkLabel" id="ping_maximum">
1098                                    <property name="visible">True</property>
1099                                    <property name="xalign">0</property>
1100                                    <property name="label" translatable="yes">0.0</property>
1101                                    <property name="selectable">True</property>
1102                                    <accessibility>
1103                                      <relation target="label_maximum" type="labelled-by"/>
1104                                    </accessibility>
1105                                  </object>
1106                                  <packing>
1107                                    <property name="left_attach">1</property>
1108                                    <property name="right_attach">2</property>
1109                                    <property name="top_attach">2</property>
1110                                    <property name="bottom_attach">3</property>
1111                                    <property name="x_options">GTK_FILL</property>
1112                                    <property name="y_options"/>
1113                                  </packing>
1114                                </child>
1115                                <child>
1116                                  <object class="GtkLabel" id="ping_average">
1117                                    <property name="visible">True</property>
1118                                    <property name="xalign">0</property>
1119                                    <property name="label" translatable="yes">0.0</property>
1120                                    <property name="selectable">True</property>
1121                                    <accessibility>
1122                                      <relation target="label_average" type="labelled-by"/>
1123                                    </accessibility>
1124                                  </object>
1125                                  <packing>
1126                                    <property name="left_attach">1</property>
1127                                    <property name="right_attach">2</property>
1128                                    <property name="top_attach">1</property>
1129                                    <property name="bottom_attach">2</property>
1130                                    <property name="x_options">GTK_FILL</property>
1131                                    <property name="y_options"/>
1132                                  </packing>
1133                                </child>
1134                                <child>
1135                                  <object class="GtkLabel" id="ping_minimum">
1136                                    <property name="visible">True</property>
1137                                    <property name="xalign">0</property>
1138                                    <property name="label" translatable="yes">0.0</property>
1139                                    <property name="selectable">True</property>
1140                                    <accessibility>
1141                                      <relation target="label_minimum" type="labelled-by"/>
1142                                    </accessibility>
1143                                  </object>
1144                                  <packing>
1145                                    <property name="left_attach">1</property>
1146                                    <property name="right_attach">2</property>
1147                                    <property name="x_options">GTK_FILL</property>
1148                                    <property name="y_options"/>
1149                                  </packing>
1150                                </child>
1151                                <child>
1152                                  <object class="GtkLabel" id="label39">
1153                                    <property name="visible">True</property>
1154                                    <property name="xalign">0</property>
1155                                    <property comments="Translators: this is the abbreviation for milliseconds" name="label" translatable="yes">ms</property>
1156                                  </object>
1157                                  <packing>
1158                                    <property name="left_attach">2</property>
1159                                    <property name="right_attach">3</property>
1160                                    <property name="top_attach">2</property>
1161                                    <property name="bottom_attach">3</property>
1162                                    <property name="x_options">GTK_FILL</property>
1163                                    <property name="y_options"/>
1164                                  </packing>
1165                                </child>
1166                                <child>
1167                                  <object class="GtkLabel" id="label38">
1168                                    <property name="visible">True</property>
1169                                    <property name="xalign">0</property>
1170                                    <property name="label" translatable="yes">ms</property>
1171                                  </object>
1172                                  <packing>
1173                                    <property name="left_attach">2</property>
1174                                    <property name="right_attach">3</property>
1175                                    <property name="top_attach">1</property>
1176                                    <property name="bottom_attach">2</property>
1177                                    <property name="x_options">GTK_FILL</property>
1178                                    <property name="y_options"/>
1179                                  </packing>
1180                                </child>
1181                                <child>
1182                                  <object class="GtkLabel" id="label37">
1183                                    <property name="visible">True</property>
1184                                    <property name="xalign">0</property>
1185                                    <property name="label" translatable="yes">ms</property>
1186                                  </object>
1187                                  <packing>
1188                                    <property name="left_attach">2</property>
1189                                    <property name="right_attach">3</property>
1190                                    <property name="x_options">GTK_FILL</property>
1191                                    <property name="y_options"/>
1192                                  </packing>
1193                                </child>
1194                                <child>
1195                                  <object class="GtkLabel" id="label_maximum">
1196                                    <property name="visible">True</property>
1197                                    <property name="xalign">0</property>
1198                                    <property name="label" translatable="yes">Maximum:</property>
1199                                    <accessibility>
1200                                      <relation target="ping_maximum" type="label-for"/>
1201                                    </accessibility>
1202                                  </object>
1203                                  <packing>
1204                                    <property name="top_attach">2</property>
1205                                    <property name="bottom_attach">3</property>
1206                                    <property name="x_options">GTK_FILL</property>
1207                                    <property name="y_options"/>
1208                                  </packing>
1209                                </child>
1210                                <child>
1211                                  <object class="GtkLabel" id="label_average">
1212                                    <property name="visible">True</property>
1213                                    <property name="xalign">0</property>
1214                                    <property name="label" translatable="yes">Average:</property>
1215                                    <accessibility>
1216                                      <relation target="ping_average" type="label-for"/>
1217                                    </accessibility>
1218                                  </object>
1219                                  <packing>
1220                                    <property name="top_attach">1</property>
1221                                    <property name="bottom_attach">2</property>
1222                                    <property name="x_options">GTK_FILL</property>
1223                                    <property name="y_options"/>
1224                                  </packing>
1225                                </child>
1226                                <child>
1227                                  <object class="GtkLabel" id="label_minimum">
1228                                    <property name="visible">True</property>
1229                                    <property name="xalign">0</property>
1230                                    <property name="label" translatable="yes">Minimum:</property>
1231                                    <accessibility>
1232                                      <relation target="ping_minimum" type="label-for"/>
1233                                    </accessibility>
1234                                  </object>
1235                                  <packing>
1236                                    <property name="x_options">GTK_FILL</property>
1237                                    <property name="y_options"/>
1238                                  </packing>
1239                                </child>
1240                              </object>
1241                            </child>
1242                          </object>
1243                        </child>
1244                        <child type="label">
1245                          <object class="GtkLabel" id="label99">
1246                            <property name="visible">True</property>
1247                            <property name="label" translatable="yes">Round Trip Time Statistics</property>
1248                            <attributes>
1249                              <attribute name="weight" value="bold"/>
1250                            </attributes>
1251                          </object>
1252                        </child>
1253                      </object>
1254                      <packing>
1255                        <property name="expand">False</property>
1256                        <property name="fill">False</property>
1257                      </packing>
1258                    </child>
1259                    <child>
1260                      <object class="GtkFrame" id="frame_transmission_stats">
1261                        <property name="visible">True</property>
1262                        <property name="label_xalign">0</property>
1263                        <property name="shadow_type">GTK_SHADOW_NONE</property>
1264                        <child>
1265                          <object class="GtkAlignment" id="alignment21">
1266                            <property name="visible">True</property>
1267                            <property name="left_padding">12</property>
1268                            <child>
1269                              <object class="GtkTable" id="table2">
1270                                <property name="visible">True</property>
1271                                <property name="border_width">6</property>
1272                                <property name="n_rows">3</property>
1273                                <property name="n_columns">2</property>
1274                                <property name="column_spacing">6</property>
1275                                <property name="row_spacing">6</property>
1276                                <child>
1277                                  <object class="GtkLabel" id="label_packets_transmitted">
1278                                    <property name="visible">True</property>
1279                                    <property name="xalign">0</property>
1280                                    <property name="label" translatable="yes">Packets transmitted:</property>
1281                                    <accessibility>
1282                                      <relation target="ping_packets_transmitted" type="label-for"/>
1283                                    </accessibility>
1284                                  </object>
1285                                  <packing>
1286                                    <property name="x_options">GTK_FILL</property>
1287                                    <property name="y_options"/>
1288                                  </packing>
1289                                </child>
1290                                <child>
1291                                  <object class="GtkLabel" id="ping_packets_success">
1292                                    <property name="visible">True</property>
1293                                    <property name="xalign">0</property>
1294                                    <property name="label" translatable="yes">0%</property>
1295                                    <property name="selectable">True</property>
1296                                    <accessibility>
1297                                      <relation target="label_packets_success" type="labelled-by"/>
1298                                    </accessibility>
1299                                  </object>
1300                                  <packing>
1301                                    <property name="left_attach">1</property>
1302                                    <property name="right_attach">2</property>
1303                                    <property name="top_attach">2</property>
1304                                    <property name="bottom_attach">3</property>
1305                                    <property name="x_options">GTK_FILL</property>
1306                                    <property name="y_options"/>
1307                                  </packing>
1308                                </child>
1309                                <child>
1310                                  <object class="GtkLabel" id="ping_packets_received">
1311                                    <property name="visible">True</property>
1312                                    <property name="xalign">0</property>
1313                                    <property name="label" translatable="yes">0</property>
1314                                    <property name="selectable">True</property>
1315                                    <accessibility>
1316                                      <relation target="label_packets_received" type="labelled-by"/>
1317                                    </accessibility>
1318                                  </object>
1319                                  <packing>
1320                                    <property name="left_attach">1</property>
1321                                    <property name="right_attach">2</property>
1322                                    <property name="top_attach">1</property>
1323                                    <property name="bottom_attach">2</property>
1324                                    <property name="x_options">GTK_FILL</property>
1325                                    <property name="y_options"/>
1326                                  </packing>
1327                                </child>
1328                                <child>
1329                                  <object class="GtkLabel" id="ping_packets_transmitted">
1330                                    <property name="visible">True</property>
1331                                    <property name="xalign">0</property>
1332                                    <property name="label" translatable="yes">0</property>
1333                                    <property name="selectable">True</property>
1334                                    <accessibility>
1335                                      <relation target="label_packets_transmitted" type="labelled-by"/>
1336                                    </accessibility>
1337                                  </object>
1338                                  <packing>
1339                                    <property name="left_attach">1</property>
1340                                    <property name="right_attach">2</property>
1341                                    <property name="x_options">GTK_FILL</property>
1342                                    <property name="y_options"/>
1343                                  </packing>
1344                                </child>
1345                                <child>
1346                                  <object class="GtkLabel" id="label_packets_success">
1347                                    <property name="visible">True</property>
1348                                    <property name="xalign">0</property>
1349                                    <property name="label" translatable="yes">Successful packets:</property>
1350                                    <accessibility>
1351                                      <relation target="ping_packets_success" type="label-for"/>
1352                                    </accessibility>
1353                                  </object>
1354                                  <packing>
1355                                    <property name="top_attach">2</property>
1356                                    <property name="bottom_attach">3</property>
1357                                    <property name="x_options">GTK_FILL</property>
1358                                    <property name="y_options"/>
1359                                  </packing>
1360                                </child>
1361                                <child>
1362                                  <object class="GtkLabel" id="label_packets_received">
1363                                    <property name="visible">True</property>
1364                                    <property name="xalign">0</property>
1365                                    <property name="label" translatable="yes">Packets received:</property>
1366                                    <accessibility>
1367                                      <relation target="ping_packets_received" type="label-for"/>
1368                                    </accessibility>
1369                                  </object>
1370                                  <packing>
1371                                    <property name="top_attach">1</property>
1372                                    <property name="bottom_attach">2</property>
1373                                    <property name="x_options">GTK_FILL</property>
1374                                    <property name="y_options"/>
1375                                  </packing>
1376                                </child>
1377                              </object>
1378                            </child>
1379                          </object>
1380                        </child>
1381                        <child type="label">
1382                          <object class="GtkLabel" id="label100">
1383                            <property name="visible">True</property>
1384                            <property name="label" translatable="yes">Transmission Statistics</property>
1385                            <attributes>
1386                              <attribute name="weight" value="bold"/>
1387                            </attributes>
1388                          </object>
1389                        </child>
1390                      </object>
1391                      <packing>
1392                        <property name="expand">False</property>
1393                        <property name="fill">False</property>
1394                        <property name="position">1</property>
1395                      </packing>
1396                    </child>
1397                  </object>
1398                  <packing>
1399                    <property name="expand">False</property>
1400                    <property name="fill">False</property>
1401                    <property name="position">1</property>
1402                  </packing>
1403                </child>
1404                <child>
1405                  <object class="GtkDrawingArea" id="ping_graph">
1406                    <property name="height_request">160</property>
1407                    <property name="visible">True</property>
1408                  </object>
1409                  <packing>
1410                    <property name="expand">False</property>
1411                    <property name="fill">False</property>
1412                    <property name="position">2</property>
1413                  </packing>
1414                </child>
1415                <child>
1416                  <object class="GtkExpander" id="expander_ping">
1417                    <property name="visible">True</property>
1418                    <property name="can_focus">True</property>
1419                    <child>
1420                      <object class="GtkScrolledWindow" id="scrolledwindow">
1421                        <property name="height_request">160</property>
1422                        <property name="visible">True</property>
1423                        <property name="can_focus">True</property>
1424                        <property name="border_width">6</property>
1425                        <property name="hscrollbar_policy">GTK_POLICY_AUTOMATIC</property>
1426                        <property name="vscrollbar_policy">GTK_POLICY_AUTOMATIC</property>
1427                        <property name="shadow_type">GTK_SHADOW_IN</property>
1428                        <child>
1429                          <object class="GtkTreeView" id="ping_output">
1430                            <property name="visible">True</property>
1431                            <property name="can_focus">True</property>
1432                            <property name="border_width">6</property>
1433                            <property name="enable_search">False</property>
1434                          </object>
1435                        </child>
1436                      </object>
1437                    </child>
1438                    <child type="label">
1439                      <object class="GtkLabel" id="label123">
1440                        <property name="visible">True</property>
1441                        <property name="label" translatable="yes">Details</property>
1442                      </object>
1443                    </child>
1444                  </object>
1445                  <packing>
1446                    <property name="expand">True</property>
1447                    <property name="fill">True</property>
1448                    <property name="pack_type">GTK_PACK_END</property>
1449                    <property name="position">3</property>
1450                  </packing>
1451                </child>
1452              </object>
1453            </child>
1454            <child type="tab">
1455              <object class="GtkLabel" id="ping">
1456                <property name="visible">True</property>
1457                <property name="label" translatable="yes">Ping</property>
1458              </object>
1459              <packing>
1460                <property name="position">1</property>
1461                <property name="tab_fill">False</property>
1462              </packing>
1463            </child>
1464            <child>
1465              <object class="GtkVBox" id="vbox_netstat">
1466                <property name="visible">True</property>
1467                <property name="border_width">6</property>
1468                <property name="spacing">6</property>
1469                <child>
1470                  <object class="GtkVBox" id="vbox19">
1471                    <property name="visible">True</property>
1472                    <property name="border_width">6</property>
1473                    <property name="spacing">12</property>
1474                    <child>
1475                      <object class="GtkHBox" id="hbox43">
1476                        <property name="visible">True</property>
1477                        <property name="spacing">6</property>
1478                        <child>
1479                          <object class="GtkLabel" id="label110">
1480                            <property name="visible">True</property>
1481                            <property name="yalign">0</property>
1482                            <property name="label" translatable="yes">Display:</property>
1483                          </object>
1484                          <packing>
1485                            <property name="expand">False</property>
1486                            <property name="fill">False</property>
1487                          </packing>
1488                        </child>
1489                        <child>
1490                          <object class="GtkVBox" id="vbox7">
1491                            <property name="visible">True</property>
1492                            <property name="spacing">6</property>
1493                            <child>
1494                              <object class="GtkRadioButton" id="netstat_routing">
1495                                <property name="visible">True</property>
1496                                <property name="can_focus">True</property>
1497                                <property name="label" translatable="yes">Routing Table Information</property>
1498                                <property name="use_underline">True</property>
1499                                <property name="active">True</property>
1500                                <property name="draw_indicator">True</property>
1501                              </object>
1502                              <packing>
1503                                <property name="expand">False</property>
1504                                <property name="fill">False</property>
1505                              </packing>
1506                            </child>
1507                            <child>
1508                              <object class="GtkRadioButton" id="netstat_protocol">
1509                                <property name="visible">True</property>
1510                                <property name="can_focus">True</property>
1511                                <property name="label" translatable="yes">Active Network Services</property>
1512                                <property name="use_underline">True</property>
1513                                <property name="draw_indicator">True</property>
1514                                <property name="group">netstat_routing</property>
1515                              </object>
1516                              <packing>
1517                                <property name="expand">False</property>
1518                                <property name="fill">False</property>
1519                                <property name="position">1</property>
1520                              </packing>
1521                            </child>
1522                            <child>
1523                              <object class="GtkRadioButton" id="netstat_multicast">
1524                                <property name="visible">True</property>
1525                                <property name="can_focus">True</property>
1526                                <property name="label" translatable="yes">Multicast Information</property>
1527                                <property name="use_underline">True</property>
1528                                <property name="draw_indicator">True</property>
1529                                <property name="group">netstat_routing</property>
1530                              </object>
1531                              <packing>
1532                                <property name="expand">False</property>
1533                                <property name="fill">False</property>
1534                                <property name="position">2</property>
1535                              </packing>
1536                            </child>
1537                          </object>
1538                          <packing>
1539                            <property name="position">1</property>
1540                          </packing>
1541                        </child>
1542                      </object>
1543                      <packing>
1544                        <property name="expand">False</property>
1545                        <property name="fill">True</property>
1546                        <property name="padding">4</property>
1547                        <property name="position">0</property>
1548                      </packing>
1549                    </child>
1550                    <child>
1551                      <object class="GtkHButtonBox" id="hbuttonbox4">
1552                        <property name="visible">True</property>
1553                        <property name="layout_style">GTK_BUTTONBOX_END</property>
1554                        <child>
1555                          <object class="GtkButton" id="netstat_button">
1556                            <property name="visible">True</property>
1557                            <property name="can_focus">True</property>
1558                            <property name="can_default">True</property>
1559                            <child>
1560                              <object class="GtkAlignment" id="alignment8">
1561                                <property name="visible">True</property>
1562                                <property name="xscale">0</property>
1563                                <property name="yscale">0</property>
1564                                <child>
1565                                  <object class="GtkHBox" id="hbox16">
1566                                    <property name="visible">True</property>
1567                                    <property name="spacing">2</property>
1568                                    <child>
1569                                      <object class="GtkImage" id="image7">
1570                                        <property name="visible">True</property>
1571                                        <property name="stock">gtk-ok</property>
1572                                      </object>
1573                                      <packing>
1574                                        <property name="expand">False</property>
1575                                        <property name="fill">False</property>
1576                                      </packing>
1577                                    </child>
1578                                    <child>
1579                                      <object class="GtkLabel" id="label31">
1580                                        <property name="visible">True</property>
1581                                        <property name="label" translatable="yes">Netstat</property>
1582                                        <property name="use_underline">True</property>
1583                                      </object>
1584                                      <packing>
1585                                        <property name="expand">False</property>
1586                                        <property name="fill">False</property>
1587                                        <property name="position">1</property>
1588                                      </packing>
1589                                    </child>
1590                                  </object>
1591                                </child>
1592                              </object>
1593                            </child>
1594                          </object>
1595                          <packing>
1596                            <property name="expand">False</property>
1597                            <property name="fill">True</property>
1598                            <property name="position">0</property>
1599                          </packing>
1600                        </child>
1601                      </object>
1602                      <packing>
1603                        <property name="expand">False</property>
1604                        <property name="fill">True</property>
1605                        <property name="position">1</property>
1606                      </packing>
1607                    </child>
1608                  </object>
1609                  <packing>
1610                    <property name="expand">False</property>
1611                  </packing>
1612                </child>
1613                <child>
1614                  <object class="GtkScrolledWindow" id="scrolledwindow2">
1615                    <property name="visible">True</property>
1616                    <property name="can_focus">True</property>
1617                    <property name="border_width">6</property>
1618                    <property name="hscrollbar_policy">GTK_POLICY_AUTOMATIC</property>
1619                    <property name="vscrollbar_policy">GTK_POLICY_AUTOMATIC</property>
1620                    <property name="shadow_type">GTK_SHADOW_IN</property>
1621                    <child>
1622                      <object class="GtkTreeView" id="netstat_output">
1623                        <property name="visible">True</property>
1624                        <property name="can_focus">True</property>
1625                        <property name="tooltip-text" translatable="yes">Output for net stat</property>
1626                        <property name="enable_search">False</property>
1627                        <accessibility>
1628
1629                        </accessibility>
1630                        <child internal-child="accessible">
1631                          <object class="AtkObject" id="a11y-netstat_output1">
1632                            <property name="AtkObject::accessible_name" translatable="yes">Netstat output</property>
1633                          </object>
1634                        </child>
1635                      </object>
1636                    </child>
1637                  </object>
1638                  <packing>
1639                    <property name="expand">True</property>
1640                    <property name="fill">True</property>
1641                    <property name="position">1</property>
1642                  </packing>
1643                </child>
1644              </object>
1645            </child>
1646            <child type="tab">
1647              <object class="GtkLabel" id="netstat">
1648                <property name="visible">True</property>
1649                <property name="label" translatable="yes">Netstat</property>
1650              </object>
1651              <packing>
1652                <property name="position">2</property>
1653                <property name="tab_fill">False</property>
1654              </packing>
1655            </child>
1656            <child>
1657              <object class="GtkVBox" id="vbox_traceroute">
1658                <property name="visible">True</property>
1659                <property name="border_width">6</property>
1660                <property name="spacing">6</property>
1661                <child>
1662                  <object class="GtkVBox" id="vbox20">
1663                    <property name="visible">True</property>
1664                    <property name="border_width">6</property>
1665                    <property name="spacing">12</property>
1666                    <property name="expand">False</property>
1667                    <child>
1668                      <object class="GtkHBox" id="hbox36">
1669                        <property name="visible">True</property>
1670                        <property name="spacing">6</property>
1671                        <child>
1672                          <object class="GtkLabel" id="traceroute_host_label">
1673                            <property name="visible">True</property>
1674                            <property name="label" translatable="yes">_Network address:</property>
1675                            <property name="use_underline">True</property>
1676                          </object>
1677                          <packing>
1678                            <property name="expand">False</property>
1679                            <property name="fill">False</property>
1680                          </packing>
1681                        </child>
1682                        <child>
1683                          <object class="GtkComboBox" id="traceroute_host">
1684                            <property name="visible">True</property>
1685                            <property name="can_focus">True</property>
1686                            <property name="has_entry">True</property>
1687                            <child internal-child="entry">
1688                              <object class="GtkEntry" id="comboboxentry-entry2">
1689                                <property name="has_tooltip">True</property>
1690                                <property name="tooltip_text" translatable="yes">Enter the network address to trace a path to. For example: www.domain.com or 192.168.2.1</property>
1691                                <accessibility>
1692                                  <relation target="traceroute_host_label" type="labelled-by"/>
1693                                </accessibility>
1694                              </object>
1695                            </child>
1696                            <property name="model">model2</property>
1697                            <child>
1698                              <object class="GtkCellRendererText" id="renderer2"/>
1699                              <attributes>
1700                                <attribute name="text">0</attribute>
1701                              </attributes>
1702                            </child>
1703                          </object>
1704                          <packing>
1705                            <property name="position">1</property>
1706                          </packing>
1707                        </child>
1708                      </object>
1709                    </child>
1710                    <child>
1711                      <object class="GtkHButtonBox" id="hbuttonbox3">
1712                        <property name="visible">True</property>
1713                        <property name="layout_style">GTK_BUTTONBOX_END</property>
1714                        <child>
1715                          <object class="GtkButton" id="traceroute_button">
1716                            <property name="visible">True</property>
1717                            <property name="can_focus">True</property>
1718                            <property name="can_default">True</property>
1719                            <child>
1720                              <object class="GtkAlignment" id="alignment7">
1721                                <property name="visible">True</property>
1722                                <property name="xscale">0</property>
1723                                <property name="yscale">0</property>
1724                                <child>
1725                                  <object class="GtkHBox" id="hbox15">
1726                                    <property name="visible">True</property>
1727                                    <property name="spacing">2</property>
1728                                    <child>
1729                                      <object class="GtkImage" id="image6">
1730                                        <property name="visible">True</property>
1731                                        <property name="stock">gtk-ok</property>
1732                                      </object>
1733                                      <packing>
1734                                        <property name="expand">False</property>
1735                                        <property name="fill">False</property>
1736                                      </packing>
1737                                    </child>
1738                                    <child>
1739                                      <object class="GtkLabel" id="label30">
1740                                        <property name="visible">True</property>
1741                                        <property name="label" translatable="yes">Trace</property>
1742                                        <property name="use_underline">True</property>
1743                                      </object>
1744                                      <packing>
1745                                        <property name="expand">False</property>
1746                                        <property name="fill">False</property>
1747                                        <property name="position">1</property>
1748                                      </packing>
1749                                    </child>
1750                                  </object>
1751                                </child>
1752                              </object>
1753                            </child>
1754                          </object>
1755                        </child>
1756                      </object>
1757                      <packing>
1758                        <property name="position">1</property>
1759                      </packing>
1760                    </child>
1761                  </object>
1762                  <packing>
1763                    <property name="expand">False</property>
1764                  </packing>
1765                </child>
1766                <child>
1767                  <object class="GtkScrolledWindow" id="scrolledwindow3">
1768                    <property name="visible">True</property>
1769                    <property name="can_focus">True</property>
1770                    <property name="border_width">6</property>
1771                    <property name="hscrollbar_policy">GTK_POLICY_AUTOMATIC</property>
1772                    <property name="vscrollbar_policy">GTK_POLICY_AUTOMATIC</property>
1773                    <property name="shadow_type">GTK_SHADOW_IN</property>
1774                    <child>
1775                      <object class="GtkTreeView" id="traceroute_output">
1776                        <property name="visible">True</property>
1777                        <property name="can_focus">True</property>
1778                        <property name="tooltip-text" translatable="yes">Output for traceroute</property>
1779                        <property name="enable_search">False</property>
1780                        <accessibility>
1781
1782                        </accessibility>
1783                        <child internal-child="accessible">
1784                          <object class="AtkObject" id="a11y-traceroute_output1">
1785                            <property name="AtkObject::accessible_name" translatable="yes">Traceroute output</property>
1786                          </object>
1787                        </child>
1788                      </object>
1789                    </child>
1790                  </object>
1791                  <packing>
1792                    <property name="expand">True</property>
1793                    <property name="fill">True</property>
1794                    <property name="position">1</property>
1795                  </packing>
1796                </child>
1797              </object>
1798            </child>
1799            <child type="tab">
1800              <object class="GtkLabel" id="traceroute">
1801                <property name="visible">True</property>
1802                <property name="has_tooltip">True</property>
1803                <property name="tooltip_text" translatable="yes">Enter the network address to trace a route to. For example: www.domain.com or 192.168.2.1</property>
1804                <property name="label" translatable="yes">Traceroute</property>
1805              </object>
1806              <packing>
1807                <property name="position">3</property>
1808                <property name="tab_fill">False</property>
1809              </packing>
1810            </child>
1811            <child>
1812              <object class="GtkVBox" id="vbox_scan">
1813                <property name="visible">True</property>
1814                <property name="border_width">6</property>
1815                <property name="spacing">6</property>
1816                <child>
1817                  <object class="GtkVBox" id="vbox21">
1818                    <property name="visible">True</property>
1819                    <property name="border_width">6</property>
1820                    <property name="spacing">12</property>
1821                    <property name="expand">False</property>
1822                    <child>
1823                      <object class="GtkHBox" id="hbox37">
1824                        <property name="visible">True</property>
1825                        <property name="spacing">6</property>
1826                        <child>
1827                          <object class="GtkLabel" id="scan_host_label">
1828                            <property name="visible">True</property>
1829                            <property name="label" translatable="yes">_Network address:</property>
1830                            <property name="use_underline">True</property>
1831                          </object>
1832                          <packing>
1833                            <property name="expand">False</property>
1834                            <property name="fill">False</property>
1835                          </packing>
1836                        </child>
1837                        <child>
1838                          <object class="GtkComboBox" id="scan_host">
1839                            <property name="visible">True</property>
1840                            <property name="can_focus">True</property>
1841                            <property name="has_entry">True</property>
1842                            <child internal-child="entry">
1843                              <object class="GtkEntry" id="comboboxentry-entry3">
1844                                <property name="has_tooltip">True</property>
1845                                <property name="tooltip_text" translatable="yes">Enter the network address to scan for open ports. For example: www.domain.com or 192.168.2.1</property>
1846                                <accessibility>
1847
1848                                </accessibility>
1849                                <child internal-child="accessible">
1850                                  <object class="AtkObject" id="a11y-comboboxentry-entry31">
1851                                    <property name="AtkObject::accessible_name" translatable="yes">Network address</property>
1852                                  </object>
1853                                </child>
1854                              </object>
1855                            </child>
1856                            <property name="model">model3</property>
1857                            <child>
1858                              <object class="GtkCellRendererText" id="renderer3"/>
1859                              <attributes>
1860                                <attribute name="text">0</attribute>
1861                              </attributes>
1862                            </child>
1863                          </object>
1864                          <packing>
1865                            <property name="position">1</property>
1866                          </packing>
1867                        </child>
1868                      </object>
1869                    </child>
1870                    <child>
1871                      <object class="GtkHButtonBox" id="hbuttonbox5">
1872                        <property name="visible">True</property>
1873                        <property name="layout_style">GTK_BUTTONBOX_END</property>
1874                        <child>
1875                          <object class="GtkButton" id="scan_button">
1876                            <property name="visible">True</property>
1877                            <property name="can_focus">True</property>
1878                            <property name="can_default">True</property>
1879                            <child>
1880                              <object class="GtkAlignment" id="alignment9">
1881                                <property name="visible">True</property>
1882                                <property name="xscale">0</property>
1883                                <property name="yscale">0</property>
1884                                <child>
1885                                  <object class="GtkHBox" id="hbox18">
1886                                    <property name="visible">True</property>
1887                                    <property name="spacing">2</property>
1888                                    <child>
1889                                      <object class="GtkImage" id="image8">
1890                                        <property name="visible">True</property>
1891                                        <property name="stock">gtk-ok</property>
1892                                      </object>
1893                                      <packing>
1894                                        <property name="expand">False</property>
1895                                        <property name="fill">False</property>
1896                                      </packing>
1897                                    </child>
1898                                    <child>
1899                                      <object class="GtkLabel" id="label47">
1900                                        <property name="visible">True</property>
1901                                        <property name="label" translatable="yes">Scan</property>
1902                                        <property name="use_underline">True</property>
1903                                      </object>
1904                                      <packing>
1905                                        <property name="expand">False</property>
1906                                        <property name="fill">False</property>
1907                                        <property name="position">1</property>
1908                                      </packing>
1909                                    </child>
1910                                  </object>
1911                                </child>
1912                              </object>
1913                            </child>
1914                          </object>
1915                        </child>
1916                      </object>
1917                      <packing>
1918                        <property name="position">1</property>
1919                      </packing>
1920                    </child>
1921                  </object>
1922                  <packing>
1923                    <property name="expand">False</property>
1924                  </packing>
1925                </child>
1926                <child>
1927                  <object class="GtkScrolledWindow" id="scrolledwindow4">
1928                    <property name="visible">True</property>
1929                    <property name="can_focus">True</property>
1930                    <property name="border_width">6</property>
1931                    <property name="hscrollbar_policy">GTK_POLICY_AUTOMATIC</property>
1932                    <property name="vscrollbar_policy">GTK_POLICY_AUTOMATIC</property>
1933                    <property name="shadow_type">GTK_SHADOW_IN</property>
1934                    <child>
1935                      <object class="GtkTreeView" id="scan_output">
1936                        <property name="visible">True</property>
1937                        <property name="can_focus">True</property>
1938                        <property name="tooltip-text" translatable="yes">Output for port scan</property>
1939                        <property name="enable_search">False</property>
1940                        <accessibility>
1941
1942                        </accessibility>
1943                        <child internal-child="accessible">
1944                          <object class="AtkObject" id="a11y-scan_output1">
1945                            <property name="AtkObject::accessible_name" translatable="yes">Port scan output</property>
1946                          </object>
1947                        </child>
1948                      </object>
1949                    </child>
1950                  </object>
1951                  <packing>
1952                    <property name="expand">True</property>
1953                    <property name="fill">True</property>
1954                    <property name="position">1</property>
1955                  </packing>
1956                </child>
1957              </object>
1958            </child>
1959            <child type="tab">
1960              <object class="GtkLabel" id="scan">
1961                <property name="visible">True</property>
1962                <property name="label" translatable="yes">Port Scan</property>
1963              </object>
1964              <packing>
1965                <property name="position">4</property>
1966                <property name="tab_fill">False</property>
1967              </packing>
1968            </child>
1969            <child>
1970              <object class="GtkVBox" id="vbox_lookup">
1971                <property name="visible">True</property>
1972                <property name="border_width">6</property>
1973                <property name="spacing">6</property>
1974                <child>
1975                  <object class="GtkVBox" id="vbox23">
1976                    <property name="visible">True</property>
1977                    <property name="border_width">6</property>
1978                    <property name="spacing">12</property>
1979                    <child>
1980                      <object class="GtkTable" id="table7">
1981                        <property name="visible">True</property>
1982                        <property name="n_rows">2</property>
1983                        <property name="n_columns">2</property>
1984                        <property name="column_spacing">6</property>
1985                        <property name="row_spacing">6</property>
1986                        <child>
1987                          <object class="GtkComboBox" id="lookup_type">
1988                            <property name="visible">True</property>
1989                            <property name="can_focus">True</property>
1990                          </object>
1991                          <packing>
1992                            <property name="left_attach">1</property>
1993                            <property name="right_attach">2</property>
1994                            <property name="top_attach">1</property>
1995                            <property name="bottom_attach">2</property>
1996                            <property name="x_options">GTK_FILL</property>
1997                            <property name="y_options">GTK_FILL</property>
1998                          </packing>
1999                        </child>
2000                        <child>
2001                          <object class="GtkLabel" id="lookup_type_label">
2002                            <property name="visible">True</property>
2003                            <property name="xalign">0</property>
2004                            <property name="label" translatable="yes">_Information type:</property>
2005                            <property name="use_underline">True</property>
2006                          </object>
2007                          <packing>
2008                            <property name="top_attach">1</property>
2009                            <property name="bottom_attach">2</property>
2010                            <property name="x_options">GTK_FILL</property>
2011                            <property name="y_options"/>
2012                          </packing>
2013                        </child>
2014                        <child>
2015                          <object class="GtkComboBox" id="lookup_host">
2016                            <property name="visible">True</property>
2017                            <property name="can_focus">True</property>
2018                            <property name="has_entry">True</property>
2019                            <child internal-child="entry">
2020                              <object class="GtkEntry" id="comboboxentry-entry4">
2021                                <property name="has_tooltip">True</property>
2022                                <property name="tooltip_text" translatable="yes">Enter the domain to lookup. For example: domain.com or ftp.domain.com.</property>
2023                                <accessibility>
2024
2025                                </accessibility>
2026                                <child internal-child="accessible">
2027                                  <object class="AtkObject" id="a11y-comboboxentry-entry41">
2028                                    <property name="AtkObject::accessible_name" translatable="yes">Network address</property>
2029                                  </object>
2030                                </child>
2031                              </object>
2032                            </child>
2033                            <property name="model">model4</property>
2034                            <child>
2035                              <object class="GtkCellRendererText" id="renderer4"/>
2036                              <attributes>
2037                                <attribute name="text">0</attribute>
2038                              </attributes>
2039                            </child>
2040                          </object>
2041                          <packing>
2042                            <property name="left_attach">1</property>
2043                            <property name="right_attach">2</property>
2044                            <property name="y_options">GTK_FILL</property>
2045                          </packing>
2046                        </child>
2047                        <child>
2048                          <object class="GtkLabel" id="lookup_host_label">
2049                            <property name="visible">True</property>
2050                            <property name="xalign">0</property>
2051                            <property name="label" translatable="yes">_Network address:</property>
2052                            <property name="use_underline">True</property>
2053                          </object>
2054                          <packing>
2055                            <property name="x_options">GTK_FILL</property>
2056                            <property name="y_options"/>
2057                          </packing>
2058                        </child>
2059                      </object>
2060                      <packing>
2061                        <property name="expand">False</property>
2062                        <property name="fill">False</property>
2063                      </packing>
2064                    </child>
2065                    <child>
2066                      <object class="GtkHButtonBox" id="hbuttonbox6">
2067                        <property name="visible">True</property>
2068                        <property name="layout_style">GTK_BUTTONBOX_END</property>
2069                        <child>
2070                          <object class="GtkButton" id="lookup_button">
2071                            <property name="visible">True</property>
2072                            <property name="can_focus">True</property>
2073                            <property name="can_default">True</property>
2074                            <child>
2075                              <object class="GtkAlignment" id="alignment10">
2076                                <property name="visible">True</property>
2077                                <property name="xscale">0</property>
2078                                <property name="yscale">0</property>
2079                                <child>
2080                                  <object class="GtkHBox" id="hbox27">
2081                                    <property name="visible">True</property>
2082                                    <property name="spacing">2</property>
2083                                    <child>
2084                                      <object class="GtkImage" id="image9">
2085                                        <property name="visible">True</property>
2086                                        <property name="stock">gtk-ok</property>
2087                                      </object>
2088                                      <packing>
2089                                        <property name="expand">False</property>
2090                                        <property name="fill">False</property>
2091                                      </packing>
2092                                    </child>
2093                                    <child>
2094                                      <object class="GtkLabel" id="label68">
2095                                        <property name="visible">True</property>
2096                                        <property name="label" translatable="yes">Lookup</property>
2097                                        <property name="use_underline">True</property>
2098                                      </object>
2099                                      <packing>
2100                                        <property name="expand">False</property>
2101                                        <property name="fill">False</property>
2102                                        <property name="position">1</property>
2103                                      </packing>
2104                                    </child>
2105                                  </object>
2106                                </child>
2107                              </object>
2108                            </child>
2109                          </object>
2110                          <packing>
2111                            <property name="expand">False</property>
2112                            <property name="fill">True</property>
2113                            <property name="position">0</property>
2114                          </packing>
2115                        </child>
2116                      </object>
2117                      <packing>
2118                        <property name="expand">False</property>
2119                        <property name="fill">True</property>
2120                        <property name="position">1</property>
2121                      </packing>
2122                    </child>
2123                  </object>
2124                  <packing>
2125                    <property name="expand">False</property>
2126                  </packing>
2127                </child>
2128                <child>
2129                  <object class="GtkScrolledWindow" id="scrolledwindow5">
2130                    <property name="visible">True</property>
2131                    <property name="can_focus">True</property>
2132                    <property name="border_width">6</property>
2133                    <property name="hscrollbar_policy">GTK_POLICY_AUTOMATIC</property>
2134                    <property name="vscrollbar_policy">GTK_POLICY_AUTOMATIC</property>
2135                    <property name="shadow_type">GTK_SHADOW_IN</property>
2136                    <child>
2137                      <object class="GtkTreeView" id="lookup_output">
2138                        <property name="visible">True</property>
2139                        <property name="can_focus">True</property>
2140                        <property name="tooltip-text" translatable="yes">Output for lookup</property>
2141                        <accessibility>
2142
2143                        </accessibility>
2144                        <child internal-child="accessible">
2145                          <object class="AtkObject" id="a11y-lookup_output1">
2146                            <property name="AtkObject::accessible_name" translatable="yes">Lookup output</property>
2147                          </object>
2148                        </child>
2149                      </object>
2150                    </child>
2151                  </object>
2152                  <packing>
2153                    <property name="expand">True</property>
2154                    <property name="fill">True</property>
2155                    <property name="position">1</property>
2156                  </packing>
2157                </child>
2158              </object>
2159            </child>
2160            <child type="tab">
2161              <object class="GtkLabel" id="lookup">
2162                <property name="visible">True</property>
2163                <property name="label" translatable="yes">Lookup</property>
2164              </object>
2165              <packing>
2166                <property name="position">5</property>
2167                <property name="tab_fill">False</property>
2168              </packing>
2169            </child>
2170            <child>
2171              <object class="GtkVBox" id="vbox_finger">
2172                <property name="visible">True</property>
2173                <property name="border_width">6</property>
2174                <property name="spacing">6</property>
2175                <child>
2176                  <object class="GtkVBox" id="vbox24">
2177                    <property name="visible">True</property>
2178                    <property name="border_width">6</property>
2179                    <property name="spacing">12</property>
2180                    <child>
2181                      <object class="GtkTable" id="table8">
2182                        <property name="visible">True</property>
2183                        <property name="n_rows">2</property>
2184                        <property name="n_columns">2</property>
2185                        <property name="column_spacing">6</property>
2186                        <property name="row_spacing">6</property>
2187                        <child>
2188                          <object class="GtkComboBox" id="finger_host">
2189                            <property name="visible">True</property>
2190                            <property name="can_focus">True</property>
2191                            <property name="has_entry">True</property>
2192                            <child internal-child="entry">
2193                              <object class="GtkEntry" id="comboboxentry-entry6">
2194                                <property name="has_tooltip">True</property>
2195                                <property name="tooltip_text" translatable="yes">Enter the network address to finger that user. For example: www.domain.com or 192.168.2.1</property>
2196                                <accessibility>
2197
2198                                </accessibility>
2199                                <child internal-child="accessible">
2200                                  <object class="AtkObject" id="a11y-comboboxentry-entry61">
2201                                    <property name="AtkObject::accessible_name" translatable="yes">Network address</property>
2202                                  </object>
2203                                </child>
2204                              </object>
2205                            </child>
2206                            <property name="model">model5</property>
2207                            <child>
2208                              <object class="GtkCellRendererText" id="renderer5"/>
2209                              <attributes>
2210                                <attribute name="text">0</attribute>
2211                              </attributes>
2212                            </child>
2213                          </object>
2214                          <packing>
2215                            <property name="left_attach">1</property>
2216                            <property name="right_attach">2</property>
2217                            <property name="top_attach">1</property>
2218                            <property name="bottom_attach">2</property>
2219                            <property name="x_options">GTK_FILL</property>
2220                            <property name="y_options">GTK_FILL</property>
2221                          </packing>
2222                        </child>
2223                        <child>
2224                          <object class="GtkComboBox" id="finger_user">
2225                            <property name="visible">True</property>
2226                            <property name="can_focus">True</property>
2227                            <property name="has_entry">True</property>
2228                            <child internal-child="entry">
2229                              <object class="GtkEntry" id="comboboxentry-entry5">
2230                                <property name="has_tooltip">True</property>
2231                                <property name="tooltip_text" translatable="yes">Enter the user to finger</property>
2232                                <accessibility>
2233
2234                                </accessibility>
2235                                <child internal-child="accessible">
2236                                  <object class="AtkObject" id="a11y-comboboxentry-entry51">
2237                                    <property name="AtkObject::accessible_name" translatable="yes">User name</property>
2238                                  </object>
2239                                </child>
2240                              </object>
2241                            </child>
2242                            <property name="model">model6</property>
2243                            <child>
2244                              <object class="GtkCellRendererText" id="renderer6"/>
2245                              <attributes>
2246                                <attribute name="text">0</attribute>
2247                              </attributes>
2248                            </child>
2249                          </object>
2250                          <packing>
2251                            <property name="left_attach">1</property>
2252                            <property name="right_attach">2</property>
2253                            <property name="y_options">GTK_FILL</property>
2254                          </packing>
2255                        </child>
2256                        <child>
2257                          <object class="GtkLabel" id="finger_host_label">
2258                            <property name="visible">True</property>
2259                            <property name="xalign">0</property>
2260                            <property name="label" translatable="yes">_Network address:</property>
2261                            <property name="use_underline">True</property>
2262                          </object>
2263                          <packing>
2264                            <property name="top_attach">1</property>
2265                            <property name="bottom_attach">2</property>
2266                            <property name="x_options">GTK_FILL</property>
2267                            <property name="y_options"/>
2268                          </packing>
2269                        </child>
2270                        <child>
2271                          <object class="GtkLabel" id="finger_user_label">
2272                            <property name="visible">True</property>
2273                            <property name="xalign">0</property>
2274                            <property name="label" translatable="yes">_Username:</property>
2275                            <property name="use_underline">True</property>
2276                          </object>
2277                          <packing>
2278                            <property name="x_options">GTK_FILL</property>
2279                            <property name="y_options"/>
2280                          </packing>
2281                        </child>
2282                      </object>
2283                      <packing>
2284                        <property name="expand">False</property>
2285                        <property name="fill">False</property>
2286                      </packing>
2287                    </child>
2288                    <child>
2289                      <object class="GtkHButtonBox" id="hbuttonbox7">
2290                        <property name="visible">True</property>
2291                        <property name="layout_style">GTK_BUTTONBOX_END</property>
2292                        <child>
2293                          <object class="GtkButton" id="finger_button">
2294                            <property name="visible">True</property>
2295                            <property name="can_focus">True</property>
2296                            <property name="can_default">True</property>
2297                            <child>
2298                              <object class="GtkAlignment" id="alignment11">
2299                                <property name="visible">True</property>
2300                                <property name="xscale">0</property>
2301                                <property name="yscale">0</property>
2302                                <child>
2303                                  <object class="GtkHBox" id="hbox30">
2304                                    <property name="visible">True</property>
2305                                    <property name="spacing">2</property>
2306                                    <child>
2307                                      <object class="GtkImage" id="image10">
2308                                        <property name="visible">True</property>
2309                                        <property name="stock">gtk-ok</property>
2310                                      </object>
2311                                      <packing>
2312                                        <property name="expand">False</property>
2313                                        <property name="fill">False</property>
2314                                      </packing>
2315                                    </child>
2316                                    <child>
2317                                      <object class="GtkLabel" id="label78">
2318                                        <property name="visible">True</property>
2319                                        <property name="label" translatable="yes">Finger</property>
2320                                        <property name="use_underline">True</property>
2321                                      </object>
2322                                      <packing>
2323                                        <property name="expand">False</property>
2324                                        <property name="fill">False</property>
2325                                        <property name="position">1</property>
2326                                      </packing>
2327                                    </child>
2328                                  </object>
2329                                </child>
2330                              </object>
2331                            </child>
2332                          </object>
2333                          <packing>
2334                            <property name="expand">False</property>
2335                            <property name="fill">True</property>
2336                            <property name="position">0</property>
2337                          </packing>
2338                        </child>
2339                      </object>
2340                      <packing>
2341                        <property name="expand">False</property>
2342                        <property name="fill">True</property>
2343                        <property name="position">1</property>
2344                      </packing>
2345                    </child>
2346                  </object>
2347                  <packing>
2348                    <property name="expand">False</property>
2349                  </packing>
2350                </child>
2351                <child>
2352                  <object class="GtkScrolledWindow" id="scrolledwindow6">
2353                    <property name="visible">True</property>
2354                    <property name="can_focus">True</property>
2355                    <property name="border_width">6</property>
2356                    <property name="hscrollbar_policy">GTK_POLICY_AUTOMATIC</property>
2357                    <property name="vscrollbar_policy">GTK_POLICY_AUTOMATIC</property>
2358                    <property name="shadow_type">GTK_SHADOW_IN</property>
2359                    <child>
2360                      <object class="GtkTextView" id="finger_output">
2361                        <property name="visible">True</property>
2362                        <property name="can_focus">True</property>
2363                        <property name="tooltip-text" translatable="yes">Output for finger</property>
2364                        <property name="editable">False</property>
2365                        <accessibility>
2366
2367                        </accessibility>
2368                        <child internal-child="accessible">
2369                          <object class="AtkObject" id="a11y-finger_output1">
2370                            <property name="AtkObject::accessible_name" translatable="yes">Finger output</property>
2371                          </object>
2372                        </child>
2373                      </object>
2374                    </child>
2375                  </object>
2376                  <packing>
2377                    <property name="expand">True</property>
2378                    <property name="fill">True</property>
2379                    <property name="position">1</property>
2380                  </packing>
2381                </child>
2382              </object>
2383            </child>
2384            <child type="tab">
2385              <object class="GtkLabel" id="finger">
2386                <property name="visible">True</property>
2387                <property name="label" translatable="yes">Finger</property>
2388              </object>
2389              <packing>
2390                <property name="position">6</property>
2391                <property name="tab_fill">False</property>
2392              </packing>
2393            </child>
2394            <child>
2395              <object class="GtkVBox" id="vbox_whois">
2396                <property name="visible">True</property>
2397                <property name="border_width">6</property>
2398                <property name="spacing">6</property>
2399                <child>
2400                  <object class="GtkVBox" id="vbox22">
2401                    <property name="visible">True</property>
2402                    <property name="border_width">6</property>
2403                    <property name="spacing">12</property>
2404                    <property name="expand">False</property>
2405                    <child>
2406                      <object class="GtkHBox" id="hbox38">
2407                        <property name="visible">True</property>
2408                        <property name="spacing">6</property>
2409                        <child>
2410                          <object class="GtkLabel" id="whois_host_label">
2411                            <property name="visible">True</property>
2412                            <property name="label" translatable="yes">_Domain address:</property>
2413                            <property name="use_underline">True</property>
2414                          </object>
2415                          <packing>
2416                            <property name="expand">False</property>
2417                            <property name="fill">False</property>
2418                          </packing>
2419                        </child>
2420                        <child>
2421                          <object class="GtkComboBox" id="whois_host">
2422                            <property name="visible">True</property>
2423                            <property name="can_focus">True</property>
2424                            <property name="has_entry">True</property>
2425                            <child internal-child="entry">
2426                              <object class="GtkEntry" id="comboboxentry-entry7">
2427                                <property name="has_tooltip">True</property>
2428                                <property name="tooltip_text" translatable="yes">Enter a domain address to lookup its whois information. For example: www.domain.com or 192.168.2.1</property>
2429                                <accessibility>
2430
2431                                </accessibility>
2432                                <child internal-child="accessible">
2433                                  <object class="AtkObject" id="a11y-comboboxentry-entry71">
2434                                    <property name="AtkObject::accessible_name" translatable="yes">Domain address</property>
2435                                  </object>
2436                                </child>
2437                              </object>
2438                            </child>
2439                            <property name="model">model7</property>
2440                            <child>
2441                              <object class="GtkCellRendererText" id="renderer7"/>
2442                              <attributes>
2443                                <attribute name="text">0</attribute>
2444                              </attributes>
2445                            </child>
2446                          </object>
2447                          <packing>
2448                            <property name="position">1</property>
2449                          </packing>
2450                        </child>
2451                      </object>
2452                    </child>
2453                    <child>
2454                      <object class="GtkHButtonBox" id="hbuttonbox8">
2455                        <property name="visible">True</property>
2456                        <property name="layout_style">GTK_BUTTONBOX_END</property>
2457                        <child>
2458                          <object class="GtkButton" id="whois_button">
2459                            <property name="visible">True</property>
2460                            <property name="can_focus">True</property>
2461                            <property name="can_default">True</property>
2462                            <child>
2463                              <object class="GtkAlignment" id="alignment12">
2464                                <property name="visible">True</property>
2465                                <property name="xscale">0</property>
2466                                <property name="yscale">0</property>
2467                                <child>
2468                                  <object class="GtkHBox" id="hbox32">
2469                                    <property name="visible">True</property>
2470                                    <property name="spacing">2</property>
2471                                    <child>
2472                                      <object class="GtkImage" id="image11">
2473                                        <property name="visible">True</property>
2474                                        <property name="stock">gtk-ok</property>
2475                                      </object>
2476                                      <packing>
2477                                        <property name="expand">False</property>
2478                                        <property name="fill">False</property>
2479                                      </packing>
2480                                    </child>
2481                                    <child>
2482                                      <object class="GtkLabel" id="label85">
2483                                        <property name="visible">True</property>
2484                                        <property name="label" translatable="yes">Whois</property>
2485                                        <property name="use_underline">True</property>
2486                                      </object>
2487                                      <packing>
2488                                        <property name="expand">False</property>
2489                                        <property name="fill">False</property>
2490                                        <property name="position">1</property>
2491                                      </packing>
2492                                    </child>
2493                                  </object>
2494                                </child>
2495                              </object>
2496                            </child>
2497                          </object>
2498                        </child>
2499                      </object>
2500                      <packing>
2501                        <property name="position">1</property>
2502                      </packing>
2503                    </child>
2504                  </object>
2505                  <packing>
2506                    <property name="expand">False</property>
2507                  </packing>
2508                </child>
2509                <child>
2510                  <object class="GtkScrolledWindow" id="scrolledwindow7">
2511                    <property name="visible">True</property>
2512                    <property name="can_focus">True</property>
2513                    <property name="border_width">6</property>
2514                    <property name="hscrollbar_policy">GTK_POLICY_AUTOMATIC</property>
2515                    <property name="vscrollbar_policy">GTK_POLICY_AUTOMATIC</property>
2516                    <property name="shadow_type">GTK_SHADOW_IN</property>
2517                    <child>
2518                      <object class="GtkTextView" id="whois_output">
2519                        <property name="visible">True</property>
2520                        <property name="can_focus">True</property>
2521                        <property name="tooltip-text" translatable="yes">Output for whois</property>
2522                        <property name="editable">False</property>
2523                        <accessibility>
2524
2525
2526                        </accessibility>
2527                        <child internal-child="accessible">
2528                          <object class="AtkObject" id="a11y-whois_output1">
2529                            <property name="AtkObject::accessible_description" translatable="yes">Whois output</property>
2530                            <property name="AtkObject::accessible_name" translatable="yes">Whois output</property>
2531                          </object>
2532                        </child>
2533                      </object>
2534                    </child>
2535                  </object>
2536                  <packing>
2537                    <property name="expand">True</property>
2538                    <property name="fill">True</property>
2539                    <property name="position">1</property>
2540                  </packing>
2541                </child>
2542              </object>
2543            </child>
2544            <child type="tab">
2545              <object class="GtkLabel" id="whois">
2546                <property name="visible">True</property>
2547                <property name="tooltip-text" translatable="yes">Output for whois</property>
2548                <property name="label" translatable="yes">Whois</property>
2549                <accessibility>
2550
2551                </accessibility>
2552                <child internal-child="accessible">
2553                  <object class="AtkObject" id="a11y-whois1">
2554                    <property name="AtkObject::accessible_name" translatable="yes">Whois output</property>
2555                  </object>
2556                </child>
2557              </object>
2558              <packing>
2559                <property name="position">7</property>
2560                <property name="tab_fill">False</property>
2561              </packing>
2562            </child>
2563          </object>
2564          <packing>
2565            <property name="position">1</property>
2566          </packing>
2567        </child>
2568        <child>
2569          <object class="GtkHBox" id="hbox_progress_bar">
2570            <property name="visible">True</property>
2571            <child>
2572              <object class="GtkProgressBar" id="progress_bar">
2573                <property name="visible">True</property>
2574                <property name="pulse_step">0.10000000149</property>
2575              </object>
2576              <packing>
2577                <property name="expand">False</property>
2578                <property name="fill">False</property>
2579                <property name="padding">4</property>
2580                <property name="pack_type">end</property>
2581                <property name="position">0</property>
2582              </packing>
2583            </child>
2584            <child>
2585              <object class="GtkStatusbar" id="statusbar">
2586                <property name="visible">True</property>
2587              </object>
2588              <packing>
2589                <property name="expand">True</property>
2590                <property name="fill">True</property>
2591                <property name="padding">4</property>
2592                <property name="position">1</property>
2593              </packing>
2594            </child>
2595          </object>
2596          <packing>
2597            <property name="expand">False</property>
2598            <property name="fill">False</property>
2599            <property name="position">2</property>
2600          </packing>
2601        </child>
2602      </object>
2603    </child>
2604  </object>
2605</interface>
2606