Pick the patch you like better. -Andrew
Index: packet-smb.c =================================================================== RCS file: /cvsroot/ethereal/packet-smb.c,v retrieving revision 1.246 diff -u -r1.246 packet-smb.c --- packet-smb.c 2002/04/22 06:26:08 1.246 +++ packet-smb.c 2002/04/23 18:44:28 @@ -16659,7 +16659,7 @@ smb_module = prefs_register_protocol(proto_smb, NULL); prefs_register_bool_preference(smb_module, "trans_reassembly", "Reassemble SMB Transaction payload", - "Whether the dissector should do reassembly the payload of SMB Transaction commands spanning multiple SMB PDUs", + "Whether the dissector should do reassembly of the payload of SMB Transaction commands spanning multiple SMB PDUs", &smb_trans_reassembly); prefs_register_bool_preference(smb_module, "dcerpc_reassembly", "Reassemble DCERPC over SMB",
packet-smb.c.patch-2
Description: Minor rewrite of preferences descriptions
-- -Andrew Feren Cetacean Networks, Inc. Portsmouth, NH
