summaryrefslogtreecommitdiff
path: root/globals.h
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2000-06-27 04:36:03 +0000
committerGuy Harris <guy@alum.mit.edu>2000-06-27 04:36:03 +0000
commit7fbf320b8a93553285f702c88440c0822c66ba4d (patch)
tree862b7499b86746778e8e8441220d609f4e3cf1f6 /globals.h
parent85a7f56ac0d6f6488986cb8c0139874349e1c070 (diff)
downloadwireshark-7fbf320b8a93553285f702c88440c0822c66ba4d.tar.gz
Patch from Ben Fowler to rename the global variable "cf" to "cfile", to
make it easier to use grep to find all references to it without getting a lot of false hits and to check, after allocating the memory chunk for "frame_data" structures, that the allocation succeeded. svn path=/trunk/; revision=2092
Diffstat (limited to 'globals.h')
-rw-r--r--globals.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/globals.h b/globals.h
index 71e29bd526..5b54356049 100644
--- a/globals.h
+++ b/globals.h
@@ -1,7 +1,7 @@
/* globals.h
* Global defines, etc.
*
- * $Id: globals.h,v 1.17 2000/01/25 04:31:16 guy Exp $
+ * $Id: globals.h,v 1.18 2000/06/27 04:35:45 guy Exp $
*
* Ethereal - Network traffic analyzer
* By Gerald Combs <gerald@zing.org>
@@ -76,7 +76,7 @@
extern FILE *data_out_file;
extern packet_info pi;
-extern capture_file cf;
+extern capture_file cfile;
extern guint main_ctx, file_ctx;
extern gchar comp_info_str[256];
extern gchar *ethereal_path;