summaryrefslogtreecommitdiff
path: root/ui/file_dialog.h
diff options
context:
space:
mode:
authorPascal Quantin <pascal.quantin@gmail.com>2016-06-19 16:52:50 +0200
committerAnders Broman <a.broman58@gmail.com>2016-06-20 01:22:57 +0000
commit92f4c7c8d24d07ec83622e15310e8e8014c734ab (patch)
tree59151f9d7fcd60b5b0cc7e485df8948a70e6455e /ui/file_dialog.h
parentbea1950d0701eba35af85b228f37dac849902ea8 (diff)
downloadwireshark-92f4c7c8d24d07ec83622e15310e8e8014c734ab.tar.gz
Add JSON export to Qt/GTK UI
Change-Id: I5ff46a40cdb1f8f41565d2aa54c6f9e61d397e3a Reviewed-on: https://code.wireshark.org/review/16013 Petri-Dish: Pascal Quantin <pascal.quantin@gmail.com> Tested-by: Petri Dish Buildbot <buildbot-no-reply@wireshark.org> Reviewed-by: Pascal Quantin <pascal.quantin@gmail.com> Reviewed-by: Alexis La Goutte <alexis.lagoutte@gmail.com> Reviewed-by: Anders Broman <a.broman58@gmail.com>
Diffstat (limited to 'ui/file_dialog.h')
-rw-r--r--ui/file_dialog.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/ui/file_dialog.h b/ui/file_dialog.h
index 19a270f338..7003a5881e 100644
--- a/ui/file_dialog.h
+++ b/ui/file_dialog.h
@@ -46,7 +46,8 @@ typedef enum {
export_type_csv,
export_type_psml,
export_type_pdml,
- export_type_carrays
+ export_type_carrays,
+ export_type_json
} export_type_e;
#ifdef __cplusplus