aboutsummaryrefslogtreecommitdiffstats
path: root/gtk/conversations_rsvp.c
diff options
context:
space:
mode:
authorguy <guy@f5534014-38df-0310-8fa8-9805f1628bb7>2005-09-09 08:20:16 +0000
committerguy <guy@f5534014-38df-0310-8fa8-9805f1628bb7>2005-09-09 08:20:16 +0000
commit12c06cfb5ef50b4112c316449dc4dac00678e1b7 (patch)
tree7be61b35233b54411fc682d467aeab7febf7db56 /gtk/conversations_rsvp.c
parent87f1ee355ae055413acbb3e96788e72a1a8ae48a (diff)
Update new RSVP host list and conversation stats to match recent changes
to the way command-line arguments and menu items for stats are done. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@15737 f5534014-38df-0310-8fa8-9805f1628bb7
Diffstat (limited to 'gtk/conversations_rsvp.c')
-rw-r--r--gtk/conversations_rsvp.c7
1 files changed, 4 insertions, 3 deletions
diff --git a/gtk/conversations_rsvp.c b/gtk/conversations_rsvp.c
index c713f91006..664724a97a 100644
--- a/gtk/conversations_rsvp.c
+++ b/gtk/conversations_rsvp.c
@@ -32,7 +32,8 @@
#include <string.h>
#include "epan/packet.h"
#include <epan/stat_cmd_args.h>
-#include "stat_menu.h"
+#include "../stat_menu.h"
+#include "gui_stat_menu.h"
#include <epan/tap.h>
#include "../register.h"
#include "conversations_table.h"
@@ -52,9 +53,9 @@ rsvp_conversation_packet(void *pct, packet_info *pinfo, epan_dissect_t *edt _U_,
}
static void
-rsvp_conversation_init(char *optarg)
+rsvp_conversation_init(const char *optarg)
{
- char *filter=NULL;
+ const char *filter=NULL;
if(!strncmp(optarg,"conv,rsvp,",10)){
filter=optarg+10;