aboutsummaryrefslogtreecommitdiffstats
path: root/cfile.h
diff options
context:
space:
mode:
authorJoão Valverde <joao.valverde@tecnico.ulisboa.pt>2017-11-23 02:06:35 +0000
committerAnders Broman <a.broman58@gmail.com>2017-11-24 05:13:42 +0000
commit8fa4a440a8f85ff9078c7c28e3747decede0848e (patch)
treee0ad976bb6b10c3b75a4f659d2ea1ea697e51574 /cfile.h
parente7b12d85502e2827aacde3efd0821298bd8284ce (diff)
GTK: Remove packet editor
Removes limited experimental feature for deprecated UI. Change-Id: Ib3ccfae89dd2a674ebbde346a442fa1cf6587f26 Reviewed-on: https://code.wireshark.org/review/24563 Petri-Dish: João Valverde <j@v6e.pt> Tested-by: Petri Dish Buildbot Reviewed-by: Anders Broman <a.broman58@gmail.com>
Diffstat (limited to 'cfile.h')
-rw-r--r--cfile.h11
1 files changed, 0 insertions, 11 deletions
diff --git a/cfile.h b/cfile.h
index 520bbd09ec..bfb7d9bbca 100644
--- a/cfile.h
+++ b/cfile.h
@@ -43,14 +43,6 @@ typedef enum {
SD_BACKWARD
} search_direction;
-#ifdef WANT_PACKET_EDITOR
-/* XXX, where this struct should go? */
-typedef struct {
- struct wtap_pkthdr phdr; /**< Modified packet header */
- char *pd; /**< Modified packet data */
-} modified_frame_data;
-#endif
-
typedef struct _capture_file {
epan_t *epan;
file_state state; /* Current state of capture file */
@@ -108,9 +100,6 @@ typedef struct _capture_file {
gint current_row; /* Row number for current frame */
epan_dissect_t *edt; /* Protocol dissection for currently selected packet */
field_info *finfo_selected; /* Field info for currently selected field */
-#ifdef WANT_PACKET_EDITOR
- GTree *edited_frames; /* BST with modified frames */
-#endif
gpointer window; /* Top-level window associated with file */
GTree *frames_user_comments; /* BST with user comments for frames (key = frame_data) */
gulong computed_elapsed; /* Elapsed time to load the file (in msec). */