svn commit: lorikeet r195 - in trunk/ethereal/plugins/pidl: .

tpot at samba.org tpot at samba.org
Thu Jan 20 05:55:28 GMT 2005


Author: tpot
Date: 2005-01-20 05:55:27 +0000 (Thu, 20 Jan 2005)
New Revision: 195

WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=lorikeet&rev=195

Log:
Make more friendly name for hf_dom_sid2_num_auths.

Modified:
   trunk/ethereal/plugins/pidl/eparser.c


Changeset:
Modified: trunk/ethereal/plugins/pidl/eparser.c
===================================================================
--- trunk/ethereal/plugins/pidl/eparser.c	2005-01-19 11:07:10 UTC (rev 194)
+++ trunk/ethereal/plugins/pidl/eparser.c	2005-01-20 05:55:27 UTC (rev 195)
@@ -870,7 +870,7 @@
         { &hf_array_offset, { "Array offset", "eparser.array_offset", FT_UINT32, BASE_DEC, NULL, 0x0, "Array offset", HFILL }},
         { &hf_subcontext_size16, { "Uint16 subcontext", "eparser.subcontext16", FT_UINT16, BASE_DEC, NULL, 0x0, "Uint16 subcontext", HFILL }},
         { &hf_subcontext_size32, { "Uint32 subcontext", "eparser.subcontext32", FT_UINT32, BASE_DEC, NULL, 0x0, "Uint32 subcontext", HFILL }},
-        { &hf_dom_sid2_num_auths, { "dom_sid2 num auths", "eparser.num_auths", FT_UINT32, BASE_DEC, NULL, 0x0, "dom_sid2 num auths", HFILL }},
+        { &hf_dom_sid2_num_auths, { "Num Auths", "eparser.num_auths", FT_UINT32, BASE_DEC, NULL, 0x0, "Num Auths", HFILL }},
         };
 
         static gint *ett[] = {



More information about the samba-cvs mailing list