We got rid of the wrong hf_devmode_driver_extra; bring the wrong one

back, and get rid of the one that shouldn't be kept around.

svn path=/trunk/; revision=8702
This commit is contained in:
Guy Harris 2003-10-15 08:08:28 +00:00
parent 4d1d8c0bd5
commit e594159bbe
1 changed files with 5 additions and 5 deletions

View File

@ -2,7 +2,7 @@
* Routines for SMB \PIPE\spoolss packet disassembly
* Copyright 2001-2003, Tim Potter <tpot@samba.org>
*
* $Id: packet-dcerpc-spoolss.c,v 1.105 2003/10/06 08:35:29 guy Exp $
* $Id: packet-dcerpc-spoolss.c,v 1.106 2003/10/15 08:08:28 guy Exp $
*
* Ethereal - Network traffic analyzer
* By Gerald Combs <gerald@ethereal.com>
@ -6988,10 +6988,6 @@ proto_register_dcerpc_spoolss(void)
{ "Size2", "spoolss.devmode.size2",
FT_UINT16, BASE_DEC, NULL, 0, "Size2", HFILL }},
{ &hf_devmode_driver_extra,
{ "Driver extra", "spoolss.devmode.driver_extra",
FT_UINT16, BASE_DEC, NULL, 0, "Driver extra", HFILL }},
{ &hf_devmode_fields,
{ "Fields", "spoolss.devmode.fields",
FT_UINT32, BASE_HEX, NULL, 0, "Fields", HFILL }},
@ -7124,6 +7120,10 @@ proto_register_dcerpc_spoolss(void)
FT_UINT32, BASE_DEC, NULL, 0, "Driver extra length",
HFILL }},
{ &hf_devmode_driver_extra,
{ "Driver extra", "spoolss.devmode.driver_extra",
FT_BYTES, BASE_NONE, NULL, 0, "Driver extra", HFILL }},
/* Devicemode fields */
{ &hf_devmode_fields_orientation,