aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-dcerpc.h
diff options
context:
space:
mode:
authorRonnie Sahlberg <ronnie_sahlberg@ozemail.com.au>2008-02-08 09:20:02 +0000
committerRonnie Sahlberg <ronnie_sahlberg@ozemail.com.au>2008-02-08 09:20:02 +0000
commit4284906aba309f7b481b7dc54623b593a2186f60 (patch)
tree7166c3e0ca720ce9e274980848529ac1ad529faf /epan/dissectors/packet-dcerpc.h
parenta97304bd261d5cd89513f97c20f9f2614bfd7892 (diff)
based on the novell idllib sources :
add dissection of the 16 byte header prior to the NDR data when NDR is transported as a blob ontop of !dcerpc like the LOGON_INFO in the PAC in kerberos svn path=/trunk/; revision=24289
Diffstat (limited to 'epan/dissectors/packet-dcerpc.h')
-rw-r--r--epan/dissectors/packet-dcerpc.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/epan/dissectors/packet-dcerpc.h b/epan/dissectors/packet-dcerpc.h
index 3dfd954999..17fd245cf9 100644
--- a/epan/dissectors/packet-dcerpc.h
+++ b/epan/dissectors/packet-dcerpc.h
@@ -466,5 +466,6 @@ typedef struct pol_value {
} pol_value;
+extern int hf_dcerpc_drep_byteorder;
#endif /* packet-dcerpc.h */