From ef3dfe2077c3fd49997b7d9f3c31ba9f65ff27e2 Mon Sep 17 00:00:00 2001 From: Gilbert Ramirez Date: Tue, 23 Mar 1999 03:14:46 +0000 Subject: 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). svn path=/trunk/; revision=223 --- Makefile.am | 1 + 1 file changed, 1 insertion(+) (limited to 'Makefile.am') diff --git a/Makefile.am b/Makefile.am index 45463caca7..3c3baeaa66 100644 --- a/Makefile.am +++ b/Makefile.am @@ -12,6 +12,7 @@ ethereal_SOURCES = \ file.c \ filter.c \ follow.c \ + gtkpacket.c \ menu.c \ packet.c \ packet-aarp.c \ -- cgit v1.2.3