diff options
Diffstat (limited to 'tap-dcerpcstat.c')
-rw-r--r-- | tap-dcerpcstat.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tap-dcerpcstat.c b/tap-dcerpcstat.c index 7bee236b7c..7c3cd16931 100644 --- a/tap-dcerpcstat.c +++ b/tap-dcerpcstat.c @@ -278,7 +278,7 @@ dcerpcstat_init(const char *optarg, void* userdata _U_) rs->procedures[i].tot.nsecs=0; } - error_string=register_tap_listener("dcerpc", rs, filter, NULL, dcerpcstat_packet, dcerpcstat_draw); + error_string=register_tap_listener("dcerpc", rs, filter, 0, NULL, dcerpcstat_packet, dcerpcstat_draw); if(error_string){ /* error, we failed to attach to the tap. clean up */ g_free(rs->procedures); |