[mifare] make the payload of the write command filterable
[metze/wireshark/wip.git] / globals.h
index eba68769aaab9c18d5d95812fa4a91c7c468dc2a..032c5028233fb43bb71da40b581f8dffea0034db 100644 (file)
--- a/globals.h
+++ b/globals.h
@@ -1,10 +1,8 @@
 /* globals.h
  * Global defines, etc.
  *
- * $Id: globals.h,v 1.31 2003/09/24 00:47:36 guy Exp $
- *
- * 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
@@ -19,7 +17,7 @@
  *
  * You should have received a copy of the GNU General Public License
  * along with this program; if not, write to the Free Software
- * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
+ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
  */
 
 #ifndef __GLOBALS_H__
 #include "file.h"
 #include <epan/timestamp.h>
 
-#define MIN_PACKET_SIZE 68     /* minimum amount of packet data we can read */
+#ifdef __cplusplus
+extern "C" {
+#endif /* __cplusplus */
 
 extern capture_file cfile;
-extern gchar       *ethereal_path;
-extern gchar       *last_open_dir;
-#ifdef HAVE_LIBPCAP
-extern gboolean     auto_scroll_live;
-#endif
 
-extern ts_type timestamp_type;
+#ifdef __cplusplus
+}
+#endif /* __cplusplus */
+
+#endif /* __GLOBALS_H__ */
 
-#endif
+/*
+ * Editor modelines  -  http://www.wireshark.org/tools/modelines.html
+ *
+ * Local variables:
+ * c-basic-offset: 4
+ * tab-width: 8
+ * indent-tabs-mode: nil
+ * End:
+ *
+ * vi: set shiftwidth=4 tabstop=8 expandtab:
+ * :indentSize=4:tabSize=8:noTabs=true:
+ */