diff options
author | Guy Harris <guy@alum.mit.edu> | 1999-10-29 01:04:44 +0000 |
---|---|---|
committer | Guy Harris <guy@alum.mit.edu> | 1999-10-29 01:04:44 +0000 |
commit | 21c466ed25733e4f13d786458d70bd3e46280b8a (patch) | |
tree | 0c9ce9b6ad5b1aaaaa50c1f849bead66d39cda9c /file.c | |
parent | 6a95d6d5eab66494c180fe3143ef7da36297525b (diff) | |
download | wireshark-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.c | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -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; |