aboutsummaryrefslogtreecommitdiffstats
path: root/packet-dcerpc-dtsstime_req.c
diff options
context:
space:
mode:
authorsahlberg <sahlberg@f5534014-38df-0310-8fa8-9805f1628bb7>2002-09-11 09:42:02 +0000
committersahlberg <sahlberg@f5534014-38df-0310-8fa8-9805f1628bb7>2002-09-11 09:42:02 +0000
commit87907643898fd950f55795c99c722b1cf88e8b21 (patch)
tree505b9bf81168b8670de911a1efde135a619bdc90 /packet-dcerpc-dtsstime_req.c
parent78a8a91b9d317751ba76e4aef7ed319c290558b4 (diff)
Tiny bugfix
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@6272 f5534014-38df-0310-8fa8-9805f1628bb7
Diffstat (limited to 'packet-dcerpc-dtsstime_req.c')
-rw-r--r--packet-dcerpc-dtsstime_req.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/packet-dcerpc-dtsstime_req.c b/packet-dcerpc-dtsstime_req.c
index 57764d6322..498df80a88 100644
--- a/packet-dcerpc-dtsstime_req.c
+++ b/packet-dcerpc-dtsstime_req.c
@@ -4,7 +4,7 @@
* This information is based off the released idl files from opengroup.
* ftp://ftp.opengroup.org/pub/dce122/dce/src/time.tar.gz time/service/dtsstime_req.idl
*
- * $Id: packet-dcerpc-dtsstime_req.c,v 1.1 2002/09/11 09:40:33 sahlberg Exp $
+ * $Id: packet-dcerpc-dtsstime_req.c,v 1.2 2002/09/11 09:42:02 sahlberg Exp $
*
* Ethereal - Network traffic analyzer
* By Gerald Combs <gerald@ethereal.com>
@@ -61,7 +61,7 @@ static dcerpc_sub_dissector dtsstime_req_dissectors[] = {
static const value_string dtsstime_req_opnum_vals[] = {
{ 0, "ClerkRequestTime" },
{ 1, "ServerRequestTime" },
- { 0, NULL, NULL, NULL }
+ { 0, NULL }
};
void
@@ -69,7 +69,7 @@ proto_register_dtsstime_req (void)
{
static hf_register_info hf[] = {
{ &hf_dtsstime_req_opnum,
- { "Operation", "dtsstime_req.opnum", FT_UINT16, BASE_DEC, VALS(dtsstime_req_opnum_vals), 0x0, "Operation", HFILL }},
+ { "Operation", "dtsstime_req.opnum", FT_UINT16, BASE_DEC, VALS(dtsstime_req_opnum_vals), 0x0, "Operation", HFILL }}
};
static gint *ett[] = {