aboutsummaryrefslogtreecommitdiffstats
path: root/gtk/hostlist_fc.c
diff options
context:
space:
mode:
Diffstat (limited to 'gtk/hostlist_fc.c')
-rw-r--r--gtk/hostlist_fc.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/gtk/hostlist_fc.c b/gtk/hostlist_fc.c
index 0f8530f91c..18f35b7acc 100644
--- a/gtk/hostlist_fc.c
+++ b/gtk/hostlist_fc.c
@@ -41,7 +41,6 @@
#include <epan/dissectors/packet-fc.h>
#include "../stat_menu.h"
-#include "../register.h"
#include "gtk/gui_stat_menu.h"
#include "gtk/hostlist_table.h"
@@ -54,7 +53,7 @@ fc_hostlist_packet(void *pit, packet_info *pinfo, epan_dissect_t *edt _U_, const
const fc_hdr *fchdr=vip;
/* Take two "add" passes per packet, adding for each direction, ensures that all
- packets are counted properly (even if address is sending to itself)
+ packets are counted properly (even if address is sending to itself)
XXX - this could probably be done more efficiently inside hostlist_table */
add_hostlist_table_data(hosts, &fchdr->s_id, 0, TRUE, 1, pinfo->fd->pkt_len, SAT_NONE, PT_NONE);
add_hostlist_table_data(hosts, &fchdr->d_id, 0, FALSE, 1, pinfo->fd->pkt_len, SAT_NONE, PT_NONE);