aboutsummaryrefslogtreecommitdiffstats
path: root/wiretap/file_access.c
diff options
context:
space:
mode:
authorBill Meier <wmeier@newsguy.com>2013-10-18 04:31:08 +0000
committerBill Meier <wmeier@newsguy.com>2013-10-18 04:31:08 +0000
commit2197f291e536036c386acde07a6bead9a636434c (patch)
tree5fd38714ab6ccb02949713591d708a98cebdb8e3 /wiretap/file_access.c
parentc50b9888074968e797aa28f81192f4835ca1c091 (diff)
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
Diffstat (limited to 'wiretap/file_access.c')
-rw-r--r--wiretap/file_access.c7
1 files changed, 1 insertions, 6 deletions
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 }
};