diff options
author | Gerald Combs <gerald@wireshark.org> | 2003-11-12 18:48:53 +0000 |
---|---|---|
committer | Gerald Combs <gerald@wireshark.org> | 2003-11-12 18:48:53 +0000 |
commit | 6f4dfded96ff88b5527858495cd52d305e857164 (patch) | |
tree | 8fa31fa56c7792e786732961ebaaefdfb725725d /file.c | |
parent | 6dc9df36f6f706cf555e008511c7fc6851191d74 (diff) | |
download | wireshark-6f4dfded96ff88b5527858495cd52d305e857164.tar.gz wireshark-6f4dfded96ff88b5527858495cd52d305e857164.tar.bz2 wireshark-6f4dfded96ff88b5527858495cd52d305e857164.zip |
Remove MAX_DECODE_BUFFER_SIZE; it's no longer used.
svn path=/trunk/; revision=8948
Diffstat (limited to 'file.c')
-rw-r--r-- | file.c | 4 |
1 files changed, 1 insertions, 3 deletions
@@ -1,7 +1,7 @@ /* file.c * File I/O routines * - * $Id: file.c,v 1.320 2003/10/26 03:09:03 sahlberg Exp $ + * $Id: file.c,v 1.321 2003/11/12 18:48:53 gerald Exp $ * * Ethereal - Network traffic analyzer * By Gerald Combs <gerald@ethereal.com> @@ -88,8 +88,6 @@ gboolean auto_scroll_live; #endif -#define MAX_DECODE_BUFFER_SIZE 16536 - static guint32 firstsec, firstusec; static guint32 prevsec, prevusec; static guint32 cul_bytes = 0; |