aboutsummaryrefslogtreecommitdiffstats
path: root/print.h
diff options
context:
space:
mode:
authorsake <sake@f5534014-38df-0310-8fa8-9805f1628bb7>2009-04-08 18:32:11 +0000
committersake <sake@f5534014-38df-0310-8fa8-9805f1628bb7>2009-04-08 18:32:11 +0000
commita823a0edb2dd8b3dc9bf7ca8013f214641effaa1 (patch)
tree2e671a614efafba221a2527d0cde4041000b2504 /print.h
parent57b6955eb823c58700e7f140147b342c015e8b0e (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 git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@28006 f5534014-38df-0310-8fa8-9805f1628bb7
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 */