aboutsummaryrefslogtreecommitdiffstats
path: root/column.c
diff options
context:
space:
mode:
authorgram <gram@f5534014-38df-0310-8fa8-9805f1628bb7>1999-03-23 03:14:46 +0000
committergram <gram@f5534014-38df-0310-8fa8-9805f1628bb7>1999-03-23 03:14:46 +0000
commit6375b9cd7349533bb6da2954c764979a6071cb60 (patch)
tree50607383870e1a22da46616611b6af517557c1e3 /column.c
parentbe0ae01c2dc25be673b30da1195e5032f923f4f5 (diff)
Removed all references to gtk objects from packet*.[ch] files. They now
reference the protocol tree with struct proto_tree and struct proto_item objects. That way, the packet decoding source code file can be used with non-gtk packet decoders, like a curses-based ethereal, e.g. I also re-arranged some of the information in packet.h to more appropriate places (like other packet-*.[ch] files). git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@223 f5534014-38df-0310-8fa8-9805f1628bb7
Diffstat (limited to 'column.c')
-rw-r--r--column.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/column.c b/column.c
index 9858a3a4a7..bb3d78a744 100644
--- a/column.c
+++ b/column.c
@@ -1,7 +1,7 @@
/* column.c
* Routines for handling column preferences
*
- * $Id: column.c,v 1.9 1999/03/05 06:09:39 gram Exp $
+ * $Id: column.c,v 1.10 1999/03/23 03:14:32 gram Exp $
*
* Ethereal - Network traffic analyzer
* By Gerald Combs <gerald@zing.org>
@@ -42,6 +42,7 @@
#include "ethereal.h"
#include "prefs.h"
#include "column.h"
+#include "packet.h"
extern e_prefs prefs;