From 17a67c3b5cb80619ab7e1260a05a28e888cee09e Mon Sep 17 00:00:00 2001 From: Gerald Combs Date: Tue, 10 Dec 2013 19:23:26 +0000 Subject: Get the "Decode As" dialog working, albeit with a few warts. It differs from the GTK flavor in two major ways: - The "Decode As" and "User Specified Decodes" dialog have been unified. - You can modify the decode as behavior at any time, not just when you have a packet selected. Revert part of 53498 so that we can move items marked /*** THE FOLLOWING SHOULD NOT BE USED BY ANY DISSECTORS!!! ***/ from epan/decode_as.h to ui/decode_as_utils.h. Move "save" code from decode_as_dlg.c to decode_as_utils.c as well. In packet-dcerpc.c don't register a table named "ethertype". We might want to add checks for duplicate table names. To do: - Add support for ranges? - Either add support for DCERPC or make DCERPC use a regular dissector table. - Fix string selectors (i.e. BER). svn path=/trunk/; revision=53910 --- ui/CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) (limited to 'ui/CMakeLists.txt') diff --git a/ui/CMakeLists.txt b/ui/CMakeLists.txt index 7ddd0e50a2..b7b768d922 100644 --- a/ui/CMakeLists.txt +++ b/ui/CMakeLists.txt @@ -24,6 +24,7 @@ set(COMMON_UI_SRC alert_box.c + decode_as_utils.c export_object.c export_object_dicom.c export_object_http.c -- cgit v1.2.1