diff options
author | Tim Potter <tpot@samba.org> | 2002-05-31 00:31:13 +0000 |
---|---|---|
committer | Tim Potter <tpot@samba.org> | 2002-05-31 00:31:13 +0000 |
commit | 501daf1770c034f92f48124acdae9e446971b87e (patch) | |
tree | 7a2a0c8860ddbeeae9d919d5bbb8b1b78316a430 /packet-dcerpc-samr.c | |
parent | 1504346601f8fb9b479d259e95f71802f77a0562 (diff) | |
download | wireshark-501daf1770c034f92f48124acdae9e446971b87e.tar.gz wireshark-501daf1770c034f92f48124acdae9e446971b87e.tar.bz2 wireshark-501daf1770c034f92f48124acdae9e446971b87e.zip |
Removed some trailing commas from various DCERPC dissectors.
svn path=/trunk/; revision=5604
Diffstat (limited to 'packet-dcerpc-samr.c')
-rw-r--r-- | packet-dcerpc-samr.c | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/packet-dcerpc-samr.c b/packet-dcerpc-samr.c index c415adab38..153cd94f34 100644 --- a/packet-dcerpc-samr.c +++ b/packet-dcerpc-samr.c @@ -3,7 +3,7 @@ * Copyright 2001, Tim Potter <tpot@samba.org> * 2002 Added all command dissectors Ronnie Sahlberg * - * $Id: packet-dcerpc-samr.c,v 1.46 2002/05/27 09:50:57 sahlberg Exp $ + * $Id: packet-dcerpc-samr.c,v 1.47 2002/05/31 00:31:13 tpot Exp $ * * Ethereal - Network traffic analyzer * By Gerald Combs <gerald@ethereal.com> @@ -4287,7 +4287,7 @@ static dcerpc_sub_dissector dcerpc_samr_dissectors[] = { { SAMR_UNKNOWN_3C, "Unknown 0x3c", samr_dissect_unknown_3c_rqst, samr_dissect_unknown_3c_reply }, - {0, NULL, NULL, NULL }, + {0, NULL, NULL, NULL } }; void @@ -4599,7 +4599,7 @@ proto_register_dcerpc_samr(void) { &hf_nt_acb_autolock, { "", "nt.acb.autolock", FT_BOOLEAN, 32, - TFS(&tfs_nt_acb_autolock), 0x0400, "If this account has been autolocked", HFILL }}, + TFS(&tfs_nt_acb_autolock), 0x0400, "If this account has been autolocked", HFILL }} }; static gint *ett[] = { &ett_dcerpc_samr, @@ -4653,7 +4653,7 @@ proto_register_dcerpc_samr(void) &ett_samr_rids, &ett_samr_sid_and_attributes_array, &ett_samr_sid_and_attributes, - &ett_nt_acct_ctrl, + &ett_nt_acct_ctrl }; proto_dcerpc_samr = proto_register_protocol( |