summaryrefslogtreecommitdiff
path: root/gtk/hostlist_usb.c
diff options
context:
space:
mode:
authorStig Bjørlykke <stig@bjorlykke.org>2008-02-17 00:35:55 +0000
committerStig Bjørlykke <stig@bjorlykke.org>2008-02-17 00:35:55 +0000
commit43272f9435e91f59c66b40de544a772305d761c8 (patch)
treecdbdc56935627dc93a56f6a80aeec25f7a6df8ef /gtk/hostlist_usb.c
parent17504c44ad2f847608cac02a0b63f5f1fced3092 (diff)
downloadwireshark-43272f9435e91f59c66b40de544a772305d761c8.tar.gz
Added an option to Conversations and Endpoints to limit the list to match
the current display filter. Some Hosts -> Endpoints cleanup. svn path=/trunk/; revision=24368
Diffstat (limited to 'gtk/hostlist_usb.c')
-rw-r--r--gtk/hostlist_usb.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk/hostlist_usb.c b/gtk/hostlist_usb.c
index 2425f387ff..66472fe5fa 100644
--- a/gtk/hostlist_usb.c
+++ b/gtk/hostlist_usb.c
@@ -68,7 +68,7 @@ gtk_usb_hostlist_init(const char *optarg, void* userdata _U_)
filter = NULL;
}
- init_hostlist_table(TRUE, "USB Hosts", "usb", filter, usb_hostlist_packet);
+ init_hostlist_table(TRUE, "USB", "usb", filter, usb_hostlist_packet);
}