Include files from the "epan" directory and subdirectories thereof with
[obnox/wireshark/wip.git] / epan / ftypes / ftypes-int.h
index 88dcab7d1a097708c4bd1da23fddf41ac99133f8..f67297c5f260437bcf9e203e7191ed91e84bde62 100644 (file)
@@ -1,10 +1,9 @@
 /*
- * $Id: ftypes-int.h,v 1.3 2001/02/27 19:23:30 gram Exp $
+ * $Id: ftypes-int.h,v 1.5 2002/01/21 07:37:39 guy Exp $
  *
  * Ethereal - Network traffic analyzer
- * By Gerald Combs <gerald@zing.org>
+ * By Gerald Combs <gerald@ethereal.com>
  * Copyright 2001 Gerald Combs
- *
  * 
  * This program is free software; you can redistribute it and/or
  * modify it under the terms of the GNU General Public License
 #ifndef FTYPES_INT_H
 #define FTYPES_INT_H
 
-#include "packet.h"
+#include <epan/packet.h>
 #include "ftypes.h"
 
-typedef void (*FtypeFromTvbuffFunc)(field_info*, tvbuff_t*, int, int, gboolean);
 typedef void (*FvalueNewFunc)(fvalue_t*);
 typedef void (*FvalueFreeFunc)(fvalue_t*);
 
@@ -52,7 +50,6 @@ struct _ftype_t {
        int                     wire_size;
        FvalueNewFunc           new_value;
        FvalueFreeFunc          free_value;
-       FtypeFromTvbuffFunc     from_tvbuff;
        FvalueFromString        val_from_string;
 
        /* could be union */