Ethereal->Wireshark
[obnox/wireshark/wip.git] / globals.h
index 2632006bf9dd73355649e0cbb43da3737e3e83b9..d920fba1a25417a650fda4eb859194a71c964c80 100644 (file)
--- a/globals.h
+++ b/globals.h
@@ -1,10 +1,10 @@
 /* globals.h
  * Global defines, etc.
  *
- * $Id: globals.h,v 1.32 2003/11/01 02:30:14 guy Exp $
+ * $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
 #include <epan/timestamp.h>
 
 extern capture_file cfile;
-extern gchar       *ethereal_path;
-extern gchar       *last_open_dir;
 #ifdef HAVE_LIBPCAP
+/** @todo move this to the gtk dir */
 extern gboolean     auto_scroll_live;
 #endif
 
-extern ts_type timestamp_type;
-
 #endif