aboutsummaryrefslogtreecommitdiffstats
path: root/globals.h
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2003-11-01 02:30:18 +0000
committerGuy Harris <guy@alum.mit.edu>2003-11-01 02:30:18 +0000
commit219b6cefa2380d726788967886907b9aa751dfdc (patch)
tree8cfd28761860f069df6b8e3ebe81a3dbee7dd825 /globals.h
parent9ac0cce997ff284748ba351ab6abcfffce0eede4 (diff)
Based on a patch from Brian Fundakowski Feldman, add support for setting
link-layer type when capturing, using the "pcap_set_datalink()" and related APIs. svn path=/trunk/; revision=8848
Diffstat (limited to 'globals.h')
-rw-r--r--globals.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/globals.h b/globals.h
index eba68769aa..2632006bf9 100644
--- a/globals.h
+++ b/globals.h
@@ -1,7 +1,7 @@
/* globals.h
* Global defines, etc.
*
- * $Id: globals.h,v 1.31 2003/09/24 00:47:36 guy Exp $
+ * $Id: globals.h,v 1.32 2003/11/01 02:30:14 guy Exp $
*
* Ethereal - Network traffic analyzer
* By Gerald Combs <gerald@ethereal.com>
@@ -28,8 +28,6 @@
#include "file.h"
#include <epan/timestamp.h>
-#define MIN_PACKET_SIZE 68 /* minimum amount of packet data we can read */
-
extern capture_file cfile;
extern gchar *ethereal_path;
extern gchar *last_open_dir;