From 2197f291e536036c386acde07a6bead9a636434c Mon Sep 17 00:00:00 2001 From: Bill Meier Date: Fri, 18 Oct 2013 04:31:08 +0000 Subject: Revert SVN #52665. Compilation fails on (only the ?) OSX-10.6-x64 buildbot with error: netscaler.c: In function 'nstrace_read_v30': netscaler.c:1295: warning: implicit conversion shortens 64-bit value into a 32-bit value (Life is too short for me to dig multiple levels deep into a set of macros to try to see which actual line of code is causing the problem. Maybe the patch submitter can identify the problem). svn path=/trunk/; revision=52666 --- wiretap/file_access.c | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) (limited to 'wiretap/file_access.c') diff --git a/wiretap/file_access.c b/wiretap/file_access.c index a65fd108c9..3134332b86 100644 --- a/wiretap/file_access.c +++ b/wiretap/file_access.c @@ -972,12 +972,7 @@ static const struct file_type_info dump_open_table_base[] = { /* WTAP_FILE_STANAG_4607 */ { "STANAG 4607 Format", "stanag4607", NULL, NULL, FALSE, FALSE, 0, - NULL, NULL }, - - /* WTAP_FILE_NETSCALER_3_0 */ - { "NetScaler Trace (Version 3.0)", "nstrace30", "cap", NULL, - TRUE, FALSE, 0, - nstrace_30_dump_can_write_encap, nstrace_dump_open } + NULL, NULL } }; -- cgit v1.2.3