diff options
author | Gilbert Ramirez <gram@alumni.rice.edu> | 2001-01-04 04:56:20 +0000 |
---|---|---|
committer | Gilbert Ramirez <gram@alumni.rice.edu> | 2001-01-04 04:56:20 +0000 |
commit | fd7367e9b2f6f0a1bf5af3dd7e982d1092d058de (patch) | |
tree | 827195ceedcefc7fb9f3ea0086dcbae93fe07960 /plugins | |
parent | bb6df3b8c22095f3ca90518a2654840b522e690e (diff) | |
download | wireshark-fd7367e9b2f6f0a1bf5af3dd7e982d1092d058de.tar.gz wireshark-fd7367e9b2f6f0a1bf5af3dd7e982d1092d058de.tar.bz2 wireshark-fd7367e9b2f6f0a1bf5af3dd7e982d1092d058de.zip |
Doesn't need #include "dfilter.h"
svn path=/trunk/; revision=2824
Diffstat (limited to 'plugins')
-rw-r--r-- | plugins/gryphon/packet-gryphon.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/plugins/gryphon/packet-gryphon.c b/plugins/gryphon/packet-gryphon.c index a328c7ee8f..3d16cef8b4 100644 --- a/plugins/gryphon/packet-gryphon.c +++ b/plugins/gryphon/packet-gryphon.c @@ -1,7 +1,7 @@ /* packet-gryphon.c * Routines for Gryphon protocol packet disassembly * - * $Id: packet-gryphon.c,v 1.17 2001/01/03 06:56:02 guy Exp $ + * $Id: packet-gryphon.c,v 1.18 2001/01/04 04:56:20 gram Exp $ * * Ethereal - Network traffic analyzer * By Steve Limkemann <stevelim@dgtech.com> @@ -46,7 +46,6 @@ # include <netinet/in.h> #endif #include "packet.h" -#include "dfilter.h" #include "packet-gryphon.h" G_MODULE_EXPORT const gchar version[] = VERSION; |