Ethereal-dev: [Ethereal-dev] Small patch to packet-dcerpc-netlogon.c

Note: This archive is from the project's previous web site, ethereal.com. This list is no longer active.

From: Kaul <mykaul@xxxxxxxxx>
Date: Thu, 22 Sep 2005 10:41:22 +0300
Attached, changes one unknown to 'packet digest'.

Index: packet-dcerpc-netlogon.c
===================================================================
--- packet-dcerpc-netlogon.c	(revision 15954)
+++ packet-dcerpc-netlogon.c	(working copy)
@@ -6581,7 +6581,7 @@
 
 static int hf_netlogon_secchan_verf = -1;
 static int hf_netlogon_secchan_verf_sig = -1;
-static int hf_netlogon_secchan_verf_unk = -1;
+static int hf_netlogon_secchan_verf_digest = -1;
 static int hf_netlogon_secchan_verf_seq = -1;
 static int hf_netlogon_secchan_verf_nonce = -1;
 
@@ -6603,7 +6603,7 @@
               offset, 8, FALSE);
 	  offset += 8;
 
-          proto_tree_add_item(subtree, hf_netlogon_secchan_verf_unk, tvb,
+          proto_tree_add_item(subtree, hf_netlogon_secchan_verf_digest, tvb,
               offset, 8, FALSE);
 	  offset += 8;
 
@@ -7460,9 +7460,9 @@
           { "Signature", "netlogon.secchan.sig", FT_BYTES, BASE_HEX, NULL, 
 	    0x0, "Signature", HFILL }}, 
 
-        { &hf_netlogon_secchan_verf_unk,
-          { "Unknown", "netlogon.secchan.unk", FT_BYTES, BASE_HEX, NULL, 
-          0x0, "Unknown", HFILL }}, 
+        { &hf_netlogon_secchan_verf_digest,
+          { "Packet Digest", "netlogon.secchan.digest", FT_BYTES, BASE_HEX, NULL, 
+          0x0, "Packet Digest", HFILL }}, 
 
         { &hf_netlogon_secchan_verf_seq,
           { "Sequence No", "netlogon.secchan.seq", FT_BYTES, BASE_HEX, NULL,