Fix: value string specified as a BASE_VAL64_STRING in
[metze/wireshark/wip.git] / frame_tvbuff.h
index 5d2d98112f50f4351613c4ab9517526d446f466b..0e1352cf1c1122822f73ad6652a062588eb8bc2d 100644 (file)
  * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
  */
 
-#ifndef __FRAME_TVBUFF__
+#ifndef __FRAME_TVBUFF_H__
 #define __FRAME_TVBUFF_H__
 
 #ifdef __cplusplus
 extern "C" {
 #endif /* __cplusplus */
 
+#include <wiretap/wtap.h>
+
 extern tvbuff_t *frame_tvbuff_new(const frame_data *fd, const guint8 *buf);
 
 extern tvbuff_t *frame_tvbuff_new_buffer(const frame_data *fd, Buffer *buf);
 
+extern tvbuff_t *file_tvbuff_new(const frame_data *fd, const guint8 *buf);
+
+extern tvbuff_t *file_tvbuff_new_buffer(const frame_data *fd, Buffer *buf);
+
 #ifdef __cplusplus
 }
 #endif /* __cplusplus */