merge_all_tap_menus() has been moved to menus.c.
[obnox/wireshark/wip.git] / gtk / packet_win.h
index e582ade17ff948a7a781136f3d5852a15e9c378a..1f4f0f5a887f7c65bdbb45f44878ba2cbb8190ee 100644 (file)
@@ -5,8 +5,8 @@
  *
  * $Id$
  *
- * Ethereal - Network traffic analyzer
- * By Gerald Combs <gerald@zing.org>
+ * Wireshark - Network traffic analyzer
+ * By Gerald Combs <gerald@wireshark.org>
  * Copyright 1998 Gerald Combs
  *
  * This program is free software; you can redistribute it and/or
  *
  * @param widget parent widget (unused)
  */
-extern void new_window_cb(GtkWidget *widget);
+extern void new_packet_window(GtkWidget *widget, gboolean editable);
 
-/** Redraw the hex dump panes of all packet windows. */
-void redraw_hex_dump_packet_wins(void);
+/** Destroy all popup packet windows.
+ */
+void destroy_packet_wins(void);
+
+/** Redraw the packet bytes panes of all packet windows. */
+void redraw_packet_bytes_packet_wins(void);
 
 #endif