From a1b1c8bed54b1576e4f0e9e7f583844a12d142bf Mon Sep 17 00:00:00 2001 From: Guy Harris Date: Fri, 9 May 2014 05:18:49 +0000 Subject: Revert "Refactor Wiretap" This reverts commit 1abeb277f5e6bd27fbaebfecc8184e37ba9d008a. This isn't building, and looks as if it requires significant work to fix. Change-Id: I622b1bb243e353e874883a302ab419532b7601f2 Reviewed-on: https://code.wireshark.org/review/1568 Reviewed-by: Guy Harris --- cfile.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cfile.c') diff --git a/cfile.c b/cfile.c index d12a699a9d..a689b2e11c 100644 --- a/cfile.c +++ b/cfile.c @@ -36,7 +36,7 @@ cap_file_get_interface_name(void *data, guint32 interface_id) wtapng_iface_descriptions_t *idb_info; const wtapng_if_descr_t *wtapng_if_descr = NULL; - idb_info = wtap_file_get_idb_info(cf->wfth); + idb_info = wtap_file_get_idb_info(cf->wth); if (interface_id < idb_info->number_of_interfaces) wtapng_if_descr = &g_array_index(idb_info->interface_data, wtapng_if_descr_t, interface_id); -- cgit v1.2.3