diff options
author | Guy Harris <guy@alum.mit.edu> | 2003-10-06 08:35:30 +0000 |
---|---|---|
committer | Guy Harris <guy@alum.mit.edu> | 2003-10-06 08:35:30 +0000 |
commit | e53d7ed5ed220a37b091a1e5b772bac7f42550b9 (patch) | |
tree | f869381720efb7a9bc2ef52e4f7ea2ad2f4233c0 /packet-dcerpc-rpriv.c | |
parent | 16d0331e43d2e5153c850ec5c4e4b8f00c7e50f1 (diff) | |
download | wireshark-e53d7ed5ed220a37b091a1e5b772bac7f42550b9.tar.gz wireshark-e53d7ed5ed220a37b091a1e5b772bac7f42550b9.tar.bz2 wireshark-e53d7ed5ed220a37b091a1e5b772bac7f42550b9.zip |
From packet steve: get rid of some duplicate field definitions (some
aren't exactly duplicates, but they both set the same hf_ variable).
svn path=/trunk/; revision=8621
Diffstat (limited to 'packet-dcerpc-rpriv.c')
-rw-r--r-- | packet-dcerpc-rpriv.c | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/packet-dcerpc-rpriv.c b/packet-dcerpc-rpriv.c index ccda61b78a..9601b1d632 100644 --- a/packet-dcerpc-rpriv.c +++ b/packet-dcerpc-rpriv.c @@ -5,7 +5,7 @@ * This information is based off the released idl files from opengroup. * ftp://ftp.opengroup.org/pub/dce122/dce/src/security.tar.gz security/idl/rpriv.idl * - * $Id: packet-dcerpc-rpriv.c,v 1.5 2003/08/04 02:49:01 tpot Exp $ + * $Id: packet-dcerpc-rpriv.c,v 1.6 2003/10/06 08:35:29 guy Exp $ * * Ethereal - Network traffic analyzer * By Gerald Combs <gerald@ethereal.com> @@ -125,8 +125,6 @@ proto_register_rpriv (void) { "Authz_Svc", "rpriv.get_eptgt_rqst_authz_svc", FT_UINT32, BASE_DEC, NULL, 0x0, "", HFILL }}, { &hf_rpriv_get_eptgt_rqst_key_size, { "Key_Size", "rpriv.get_eptgt_rqst_key_size", FT_UINT32, BASE_DEC, NULL, 0x0, "", HFILL }}, - { &hf_rpriv_get_eptgt_rqst_key_size, - { "Key_Size", "rpriv.get_eptgt_rqst_key_size", FT_UINT32, BASE_DEC, NULL, 0x0, "", HFILL }}, { &hf_rpriv_get_eptgt_rqst_var1, { "Var1", "rpriv.get_eptgt_rqst_var1", FT_UINT32, BASE_DEC, NULL, 0x0, "", HFILL }}, { &hf_rpriv_get_eptgt_rqst_key_size2, |