** (process:23326): WARNING **: Field 'Reserved bit(s)' does not have an
[obnox/wireshark/wip.git] / print.h
diff --git a/print.h b/print.h
index cf81d7d79e637e8181cf820f07bd780c728dab16..c0467a9bddbe6fd396c3c692b44d7b5cee2060ea 100644 (file)
--- a/print.h
+++ b/print.h
@@ -27,6 +27,8 @@
 #ifndef __PRINT_H__
 #define __PRINT_H__
 
+#include <stdio.h>
+
 #include <epan/packet.h>
 
 #include "packet-range.h"
@@ -145,4 +147,6 @@ extern void write_fields_preamble(output_fields_t* fields, FILE *fh);
 extern void proto_tree_write_fields(output_fields_t* fields, epan_dissect_t *edt, FILE *fh);
 extern void write_fields_finale(output_fields_t* fields, FILE *fh);
 
+extern const gchar* get_node_field_value(field_info* fi, epan_dissect_t* edt);
+
 #endif /* print.h */