aboutsummaryrefslogtreecommitdiffstats
path: root/file.c
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>1999-10-29 01:04:44 +0000
committerGuy Harris <guy@alum.mit.edu>1999-10-29 01:04:44 +0000
commit21c466ed25733e4f13d786458d70bd3e46280b8a (patch)
tree0c9ce9b6ad5b1aaaaa50c1f849bead66d39cda9c /file.c
parent6a95d6d5eab66494c180fe3143ef7da36297525b (diff)
downloadwireshark-21c466ed25733e4f13d786458d70bd3e46280b8a.tar.gz
wireshark-21c466ed25733e4f13d786458d70bd3e46280b8a.tar.bz2
wireshark-21c466ed25733e4f13d786458d70bd3e46280b8a.zip
Uwe Girlich's ONC RPC and NFS dissectors.
svn path=/trunk/; revision=945
Diffstat (limited to 'file.c')
-rw-r--r--file.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/file.c b/file.c
index f4e61f598c..7b36ea45a4 100644
--- a/file.c
+++ b/file.c
@@ -1,7 +1,7 @@
/* file.c
* File I/O routines
*
- * $Id: file.c,v 1.114 1999/10/22 08:56:13 guy Exp $
+ * $Id: file.c,v 1.115 1999/10/29 01:04:17 guy Exp $
*
* Ethereal - Network traffic analyzer
* By Gerald Combs <gerald@zing.org>
@@ -149,6 +149,7 @@ open_cap_file(char *fname, capture_file *cf) {
/* Initialize protocol-specific variables */
afs_init_protocol();
ncp_init_protocol();
+ rpc_init_protocol();
smb_init_protocol();
cf->wth = wth;