From 7922758c4a1ae891cd7f2b13d4b719ab166277aa Mon Sep 17 00:00:00 2001 From: morriss Date: Thu, 23 Sep 2010 06:08:19 +0000 Subject: Remove unnecessary include: register.h git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@34194 f5534014-38df-0310-8fa8-9805f1628bb7 --- tap-megacostat.c | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'tap-megacostat.c') diff --git a/tap-megacostat.c b/tap-megacostat.c index 5e2b3c5d36..d4316daba7 100644 --- a/tap-megacostat.c +++ b/tap-megacostat.c @@ -39,7 +39,6 @@ #include #include #include "epan/value_string.h" -#include "register.h" #include "epan/gcp.h" #include "timestats.h" #include @@ -85,7 +84,7 @@ megacostat_init(const char *optarg, void* userdata _U_) int i; GString *error_string; pref_t *megaco_ctx_track,*h248_ctx_track; - + megaco_ctx_track = prefs_find_preference(prefs_find_module("megaco"),"ctx_info"); h248_ctx_track = prefs_find_preference(prefs_find_module("h248"),"ctx_info"); if (!*megaco_ctx_track->varp.boolp || !*h248_ctx_track->varp.boolp) { @@ -93,7 +92,7 @@ megacostat_init(const char *optarg, void* userdata _U_) printf("has to be set to true to enable measurement of service response times.\n"); exit(1); } - + ms=g_malloc(sizeof(megacostat_t)); if(!strncmp(optarg,"megaco,rtd,",11)){ ms->filter=g_strdup(optarg+11); -- cgit v1.2.3