aboutsummaryrefslogtreecommitdiffstats
path: root/file.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 /file.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 'file.h')
-rw-r--r--file.h12
1 files changed, 0 insertions, 12 deletions
diff --git a/file.h b/file.h
index 5e1da43ebf..a66ef8b7be 100644
--- a/file.h
+++ b/file.h
@@ -718,18 +718,6 @@ guint32 cf_comment_types(capture_file *cf);
*/
gboolean cf_add_ip_name_from_string(capture_file *cf, const char *addr, const char *name);
-#ifdef WANT_PACKET_EDITOR
-/**
- * Give a frame new, edited data.
- *
- * @param cf the capture file
- * @param fd frame_data structure for the frame
- * @param phdr the struct wtap_pkthdr for the frame
- * @param pd the raw packet data for the frame
- */
-void cf_set_frame_edited(capture_file *cf, frame_data *fd, struct wtap_pkthdr *phdr, guint8 *pd);
-#endif
-
#ifdef __cplusplus
}
#endif /* __cplusplus */