Fix up whitespace.

svn path=/trunk/; revision=462
This commit is contained in:
Guy Harris 1999-08-10 07:52:54 +00:00
parent 2dc4a15076
commit 16e3dd2e48
1 changed files with 2 additions and 2 deletions

4
file.h
View File

@ -1,7 +1,7 @@
/* file.h
* Definitions for file structures and routines
*
* $Id: file.h,v 1.28 1999/08/10 07:12:52 guy Exp $
* $Id: file.h,v 1.29 1999/08/10 07:52:54 guy Exp $
*
* Ethereal - Network traffic analyzer
* By Gerald Combs <gerald@zing.org>
@ -75,7 +75,7 @@ typedef struct _capture_file {
* generic header and a gtk+-speficic header (or the gtk+ definitions are
* moved to different header files) --gilbert
*/
/*guint8 pd[MAX_PACKET_SIZE];*/ /* Packet data */
/*guint8 pd[MAX_PACKET_SIZE];*/ /* Packet data */
guint8 pd[65536]; /* Packet data */
frame_data *plist; /* Packet list */
frame_data *plist_end; /* Last packet in list */