aboutsummaryrefslogtreecommitdiffstats
path: root/packet-dcerpc-reg.c
diff options
context:
space:
mode:
authortpot <tpot@f5534014-38df-0310-8fa8-9805f1628bb7>2002-05-31 00:31:13 +0000
committertpot <tpot@f5534014-38df-0310-8fa8-9805f1628bb7>2002-05-31 00:31:13 +0000
commit80038e92bda3a6fec10b8ef17e956fbcc213ae18 (patch)
tree7a2a0c8860ddbeeae9d919d5bbb8b1b78316a430 /packet-dcerpc-reg.c
parentae67022eba099522b1dd0e514fd1f2565cfab6f6 (diff)
Removed some trailing commas from various DCERPC dissectors.
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@5604 f5534014-38df-0310-8fa8-9805f1628bb7
Diffstat (limited to 'packet-dcerpc-reg.c')
-rw-r--r--packet-dcerpc-reg.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/packet-dcerpc-reg.c b/packet-dcerpc-reg.c
index fdf152daa6..b5fca7e91d 100644
--- a/packet-dcerpc-reg.c
+++ b/packet-dcerpc-reg.c
@@ -2,7 +2,7 @@
* Routines for SMB \\PIPE\\winreg packet disassembly
* Copyright 2001, Tim Potter <tpot@samba.org>
*
- * $Id: packet-dcerpc-reg.c,v 1.3 2002/01/21 07:36:33 guy Exp $
+ * $Id: packet-dcerpc-reg.c,v 1.4 2002/05/31 00:31:13 tpot Exp $
*
* Ethereal - Network traffic analyzer
* By Gerald Combs <gerald@ethereal.com>
@@ -89,14 +89,14 @@ static dcerpc_sub_dissector dcerpc_reg_dissectors[] = {
{ REG_ABORT_SHUTDOWN, "REG_ABORT_SHUTDOWN", NULL, NULL },
{ REG_UNK_1A, "REG_UNK_1A", NULL, NULL },
- {0, NULL, NULL, NULL },
+ { 0, NULL, NULL, NULL }
};
void
proto_register_dcerpc_reg(void)
{
static gint *ett[] = {
- &ett_dcerpc_reg,
+ &ett_dcerpc_reg
};
proto_dcerpc_reg = proto_register_protocol(