get rid of get_ber_last_created_item()
[obnox/wireshark/wip.git] / cfile.c
diff --git a/cfile.c b/cfile.c
index 5b958f3252dac864ca43a124cffdf2edd40bd07f..8ad55160f7887a3e817002e2a8df45a5e2e997f7 100644 (file)
--- a/cfile.c
+++ b/cfile.c
@@ -4,8 +4,8 @@
  *
  * $Id$
  *
- * Ethereal - Network traffic analyzer
- * By Gerald Combs <gerald@ethereal.com>
+ * Wireshark - Network traffic analyzer
+ * By Gerald Combs <gerald@wireshark.org>
  * Copyright 1998 Gerald Combs
  *
  * This program is free software; you can redistribute it and/or
@@ -51,12 +51,6 @@ init_cap_file(capture_file *cf)
   cf->is_tempfile      = FALSE;
   cf->rfcode           = NULL;
   cf->dfilter          = NULL;
-  cf->dfcode           = NULL;
-#ifdef HAVE_LIBPCAP
-  cf->cfilter          = g_strdup("");
-#endif
-  cf->iface            = NULL;
-  cf->save_file        = NULL;
   cf->has_snap = FALSE;
   cf->snap             = WTAP_MAX_PACKET_SIZE;
   cf->count            = 0;