aboutsummaryrefslogtreecommitdiffstats
path: root/print.h
diff options
context:
space:
mode:
authorSake Blok <sake@euronet.nl>2009-04-08 18:32:11 +0000
committerSake Blok <sake@euronet.nl>2009-04-08 18:32:11 +0000
commitff6524090664467444ecffbdbd7045fe61d013ec (patch)
tree2e671a614efafba221a2527d0cde4041000b2504 /print.h
parent1f1ba3d328daaa6d703e57fe3f01dd49fa3d6859 (diff)
Add some more "copy" functionality:
- Enabled "Copy Description" in the main menu and gave it accelerator key CTRL+SHIFT+D - Added "Copy Fieldname" to copy the fieldname of the selected field in the detail view (Acc.Key: CTRL+SHIFT+F) - Added "Copy Value" to copy the value of the selected field in the detail view (Acc.Key: CTRL+SHIFT+V) - Updated documentation to reflect the changes svn path=/trunk/; revision=28006
Diffstat (limited to 'print.h')
-rw-r--r--print.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/print.h b/print.h
index cf81d7d79e..f2697773cb 100644
--- a/print.h
+++ b/print.h
@@ -145,4 +145,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 */