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-browser.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-browser.c')
-rw-r--r-- | packet-dcerpc-browser.c | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/packet-dcerpc-browser.c b/packet-dcerpc-browser.c index f7f6d31203..2324d7c8c4 100644 --- a/packet-dcerpc-browser.c +++ b/packet-dcerpc-browser.c @@ -2,7 +2,7 @@ * Routines for DCERPC Browser packet disassembly * Copyright 2001, Ronnie Sahlberg * - * $Id: packet-dcerpc-browser.c,v 1.4 2002/05/30 10:06:58 sahlberg Exp $ + * $Id: packet-dcerpc-browser.c,v 1.5 2002/05/31 00:31:12 tpot Exp $ * * Ethereal - Network traffic analyzer * By Gerald Combs <gerald@ethereal.com> @@ -1126,7 +1126,7 @@ static dcerpc_sub_dissector dcerpc_browser_dissectors[] = { dissect_browser_UNKNOWN_0b_rqst, dissect_browser_UNKNOWN_0b_reply }, - {0, NULL, NULL, NULL }, + {0, NULL, NULL, NULL } }; void @@ -1151,11 +1151,11 @@ static hf_register_info hf[] = { { &hf_browser_unknown_string, { "Unknown string", "rpc_browser.unknown.string", FT_STRING, BASE_HEX, - NULL, 0x0, "Unknown string. If you know what this is, contact ethereal developers.", HFILL }}, + NULL, 0x0, "Unknown string. If you know what this is, contact ethereal developers.", HFILL }} }; static gint *ett[] = { - &ett_dcerpc_browser, + &ett_dcerpc_browser }; proto_dcerpc_browser = proto_register_protocol( |