aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-dcerpc-nt.h
diff options
context:
space:
mode:
authorRonnie Sahlberg <ronnie_sahlberg@ozemail.com.au>2009-10-20 08:44:26 +0000
committerRonnie Sahlberg <ronnie_sahlberg@ozemail.com.au>2009-10-20 08:44:26 +0000
commit3bb1c2cbd47a5e7b3d9fe5094aaf3f9c8bb1bc56 (patch)
treeff5d95b4855708903aacf0feb8c3f28b1fcc3b49 /epan/dissectors/packet-dcerpc-nt.h
parent33987544f913baca50a1a3894eccfd1698fc4f71 (diff)
From Matthieu Patou
schannel decryption svn path=/trunk/; revision=30631
Diffstat (limited to 'epan/dissectors/packet-dcerpc-nt.h')
-rw-r--r--epan/dissectors/packet-dcerpc-nt.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/epan/dissectors/packet-dcerpc-nt.h b/epan/dissectors/packet-dcerpc-nt.h
index b9551b85ed..626f472337 100644
--- a/epan/dissectors/packet-dcerpc-nt.h
+++ b/epan/dissectors/packet-dcerpc-nt.h
@@ -265,5 +265,8 @@ void cb_str_postprocess(packet_info *pinfo, proto_tree *tree _U_,
void dcerpc_smb_init(int proto_dcerpc);
+/* Used into packet-dcerpc-netlogon.c*/
+int hf_nt_cs_len;
+int hf_nt_cs_size;
#endif /* packet-dcerpc-nt.h */