From 501daf1770c034f92f48124acdae9e446971b87e Mon Sep 17 00:00:00 2001 From: Tim Potter Date: Fri, 31 May 2002 00:31:13 +0000 Subject: Removed some trailing commas from various DCERPC dissectors. svn path=/trunk/; revision=5604 --- packet-dcerpc-conv.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'packet-dcerpc-conv.c') diff --git a/packet-dcerpc-conv.c b/packet-dcerpc-conv.c index c2a7b71530..4481a20f71 100644 --- a/packet-dcerpc-conv.c +++ b/packet-dcerpc-conv.c @@ -2,7 +2,7 @@ * Routines for dcerpc conv dissection * Copyright 2001, Todd Sabin * - * $Id: packet-dcerpc-conv.c,v 1.2 2002/01/21 07:36:33 guy Exp $ + * $Id: packet-dcerpc-conv.c,v 1.3 2002/05/31 00:31:12 tpot Exp $ * * Ethereal - Network traffic analyzer * By Gerald Combs @@ -54,7 +54,7 @@ static dcerpc_sub_dissector conv_dissectors[] = { { 2, "conv_are_you_there", NULL, NULL }, { 3, "conv_who_are_you_auth", NULL, NULL }, { 4, "conv_who_are_you_auth_more", NULL, NULL }, - { 0, NULL, NULL, NULL }, + { 0, NULL, NULL, NULL } }; @@ -67,7 +67,7 @@ proto_register_conv (void) #endif static gint *ett[] = { - &ett_conv, + &ett_conv }; proto_conv = proto_register_protocol ("DCE/RPC Conversation Manager", "CONV", "conv"); #if 0 -- cgit v1.2.3