aboutsummaryrefslogtreecommitdiffstats
path: root/packet-dcerpc-nspi.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-nspi.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-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));