From 32404dac06fa403620f9c6fb582d3146ebc81609 Mon Sep 17 00:00:00 2001 From: Guy Harris Date: Sat, 24 Nov 2012 19:08:28 +0000 Subject: [PATCH] "vendor_description", not "description". svn path=/trunk/; revision=46172 --- capture-pcap-util.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/capture-pcap-util.c b/capture-pcap-util.c index 7e843220b1..abb220b851 100644 --- a/capture-pcap-util.c +++ b/capture-pcap-util.c @@ -104,7 +104,7 @@ if_info_new(const char *name, const char *description, gboolean loopback) * description. */ if_info->friendly_name = g_strdup(description); - if_info->description = NULL; + if_info->vendor_description = NULL; } #else /*