aboutsummaryrefslogtreecommitdiffstats
path: root/packet-dcerpc-oxid.c
diff options
context:
space:
mode:
authorTim Potter <tpot@samba.org>2002-05-31 00:31:13 +0000
committerTim Potter <tpot@samba.org>2002-05-31 00:31:13 +0000
commit501daf1770c034f92f48124acdae9e446971b87e (patch)
tree7a2a0c8860ddbeeae9d919d5bbb8b1b78316a430 /packet-dcerpc-oxid.c
parent1504346601f8fb9b479d259e95f71802f77a0562 (diff)
Removed some trailing commas from various DCERPC dissectors.
svn path=/trunk/; revision=5604
Diffstat (limited to 'packet-dcerpc-oxid.c')
-rw-r--r--packet-dcerpc-oxid.c8
1 files changed, 2 insertions, 6 deletions
diff --git a/packet-dcerpc-oxid.c b/packet-dcerpc-oxid.c
index 67169c72bf..a8a47e2024 100644
--- a/packet-dcerpc-oxid.c
+++ b/packet-dcerpc-oxid.c
@@ -2,7 +2,7 @@
* Routines for DCOM OXID Resolver
* Copyright 2001, Todd Sabin <tas@webspan.net>
*
- * $Id: packet-dcerpc-oxid.c,v 1.2 2002/01/21 07:36:33 guy Exp $
+ * $Id: packet-dcerpc-oxid.c,v 1.3 2002/05/31 00:31:13 tpot Exp $
*
* Ethereal - Network traffic analyzer
* By Gerald Combs <gerald@ethereal.com>
@@ -27,7 +27,6 @@
#include "config.h"
#endif
-
#ifdef HAVE_SYS_TYPES_H
#include <sys/types.h>
#endif
@@ -38,7 +37,6 @@
#include <epan/packet.h>
#include "packet-dcerpc.h"
-
static int proto_oxid = -1;
static gint ett_oxid = -1;
@@ -46,7 +44,6 @@ static gint ett_oxid = -1;
static e_uuid_t uuid_oxid = { 0x99fcfec4, 0x5260, 0x101b, { 0xbb, 0xcb, 0x00, 0xaa, 0x00, 0x21, 0x34, 0x7a } };
static guint16 ver_oxid = 0;
-
static dcerpc_sub_dissector oxid_dissectors[] = {
{ 0, "ResolveOxid", NULL, NULL },
{ 1, "SimplePing", NULL, NULL },
@@ -55,7 +52,6 @@ static dcerpc_sub_dissector oxid_dissectors[] = {
{ 0, NULL, NULL, NULL },
};
-
void
proto_register_oxid (void)
{
@@ -65,7 +61,7 @@ proto_register_oxid (void)
#endif
static gint *ett[] = {
- &ett_oxid,
+ &ett_oxid
};
proto_oxid = proto_register_protocol ("DCOM OXID Resolver", "OXID", "oxid");
#if 0