aboutsummaryrefslogtreecommitdiffstats
path: root/epan
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2000-12-03 22:53:09 +0000
committerGuy Harris <guy@alum.mit.edu>2000-12-03 22:53:09 +0000
commite152085fa84c6bce9a4520c961c220fa82c1b4d5 (patch)
tree665928156462e6e1dd259ad068d062bc014b44cf /epan
parent79d456e3150f1e913ae57fd893bb4bb69c024258 (diff)
Update a comment.
svn path=/trunk/; revision=2742
Diffstat (limited to 'epan')
-rw-r--r--epan/packet.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/epan/packet.h b/epan/packet.h
index 36957decd3..679bfdc65b 100644
--- a/epan/packet.h
+++ b/epan/packet.h
@@ -1,7 +1,7 @@
/* packet.h
* Definitions for packet disassembly structures and routines
*
- * $Id: packet.h,v 1.12 2000/12/03 22:12:19 guy Exp $
+ * $Id: packet.h,v 1.13 2000/12/03 22:53:09 guy Exp $
*
* Ethereal - Network traffic analyzer
* By Gerald Combs <gerald@zing.org>
@@ -94,8 +94,8 @@ typedef enum {
} char_enc;
/* XXX - some of this stuff is used only while a packet is being dissected;
- should we keep around a separate data structure for that, to save
- memory? */
+ should we keep that stuff in the "packet_info" structure, instead, to
+ save memory? */
typedef struct _frame_data {
struct _frame_data *next; /* Next element in list */
struct _frame_data *prev; /* Previous element in list */