summaryrefslogtreecommitdiff
path: root/packet-dcerpc-nspi.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-nspi.c
parent1504346601f8fb9b479d259e95f71802f77a0562 (diff)
downloadwireshark-501daf1770c034f92f48124acdae9e446971b87e.tar.gz
Removed some trailing commas from various DCERPC dissectors.
svn path=/trunk/; revision=5604
Diffstat (limited to 'packet-dcerpc-nspi.c')
-rw-r--r--packet-dcerpc-nspi.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/packet-dcerpc-nspi.c b/packet-dcerpc-nspi.c
index 45f7617ffd..09640d1594 100644
--- a/packet-dcerpc-nspi.c
+++ b/packet-dcerpc-nspi.c
@@ -2,7 +2,7 @@
* Routines for dcerpc nspi dissection
* Copyright 2001, Todd Sabin <tsabin@optonline.net>
*
- * $Id: packet-dcerpc-nspi.c,v 1.1 2002/05/23 23:45:22 guy Exp $
+ * $Id: packet-dcerpc-nspi.c,v 1.2 2002/05/31 00:31:13 tpot Exp $
*
* Ethereal - Network traffic analyzer
* By Gerald Combs <gerald@ethereal.com>
@@ -65,7 +65,7 @@ static dcerpc_sub_dissector nspi_dissectors[] = {
{ 17, "NspiGetNamesFromIDs", NULL, NULL },
{ 18, "NspiGetIDsFromNames", NULL, NULL },
{ 19, "NspiResolveNames", NULL, NULL },
- { 0, NULL, NULL, NULL },
+ { 0, NULL, NULL, NULL }
};
@@ -73,7 +73,7 @@ void
proto_register_nspi (void)
{
static gint *ett[] = {
- &ett_nspi,
+ &ett_nspi
};
proto_nspi = proto_register_protocol ("NSPI", "NSPI", "nspi");
proto_register_subtree_array (ett, array_length (ett));