diff options
author | Ronnie Sahlberg <ronnie_sahlberg@ozemail.com.au> | 2004-04-29 22:40:21 +0000 |
---|---|---|
committer | Ronnie Sahlberg <ronnie_sahlberg@ozemail.com.au> | 2004-04-29 22:40:21 +0000 |
commit | 4452f3064eee784f136daf386746aa8c4a78f4bc (patch) | |
tree | d54715d1fd8ba4ab099e8ec1adb31e0b8fcea53b /Makefile.common | |
parent | 8fe12b1bce14ae29d48ad3c8422be1cd15398284 (diff) | |
download | wireshark-4452f3064eee784f136daf386746aa8c4a78f4bc.tar.gz wireshark-4452f3064eee784f136daf386746aa8c4a78f4bc.tar.bz2 wireshark-4452f3064eee784f136daf386746aa8c4a78f4bc.zip |
From JBM
Dissection of the EncryptedFileSystem dce/rpc interface.
This dissector also contains a complete and fully tested IDL definition for
the entire interface.
svn path=/trunk/; revision=10734
Diffstat (limited to 'Makefile.common')
-rw-r--r-- | Makefile.common | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile.common b/Makefile.common index af757fe98c..fbea925cb4 100644 --- a/Makefile.common +++ b/Makefile.common @@ -3,7 +3,7 @@ # a) common to both files and # b) portable between both files # -# $Id: Makefile.common,v 1.39 2004/04/17 21:43:32 guy Exp $ +# $Id: Makefile.common,v 1.40 2004/04/29 22:40:20 sahlberg Exp $ # # Ethereal - Network traffic analyzer # By Gerald Combs <gerald@ethereal.com> @@ -56,6 +56,7 @@ DISSECTOR_INCLUDES = \ packet-dcerpc-dfs.h \ packet-dcerpc-dnsserver.h \ packet-dcerpc-drsuapi.h \ + packet-dcerpc-efs.h \ packet-dcerpc-initshutdown.h \ packet-dcerpc-lsa.h \ packet-dcerpc-mapi.h \ |