diff options
author | Guy Harris <guy@alum.mit.edu> | 2001-12-09 00:07:37 +0000 |
---|---|---|
committer | Guy Harris <guy@alum.mit.edu> | 2001-12-09 00:07:37 +0000 |
commit | 446e7ed7ed92ba8ba1af09cb8190d8d6f5c5d880 (patch) | |
tree | e671534620972b055ad5b1c26c2f21c66a9a3322 /packet-dcerpc-samr.h | |
parent | 0cb23499876ebb3894ec668ddb2b1721783ce4ae (diff) | |
download | wireshark-446e7ed7ed92ba8ba1af09cb8190d8d6f5c5d880.tar.gz wireshark-446e7ed7ed92ba8ba1af09cb8190d8d6f5c5d880.tar.bz2 wireshark-446e7ed7ed92ba8ba1af09cb8190d8d6f5c5d880.zip |
"msrpc" -> "dcerpc", and comment cleanups, from Tim Potter.
svn path=/trunk/; revision=4365
Diffstat (limited to 'packet-dcerpc-samr.h')
-rw-r--r-- | packet-dcerpc-samr.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/packet-dcerpc-samr.h b/packet-dcerpc-samr.h index 2be1a1377c..3dc0542fed 100644 --- a/packet-dcerpc-samr.h +++ b/packet-dcerpc-samr.h @@ -1,8 +1,8 @@ -/* packet-msrpc-samr.h - * Routines for SMB \\PIPE\\samr packet disassembly +/* packet-dcerpc-samr.h + * Routines for SMB \PIPE\samr packet disassembly * Copyright 2001, Tim Potter <tpot@samba.org> * - * $Id: packet-dcerpc-samr.h,v 1.1 2001/11/21 02:08:57 guy Exp $ + * $Id: packet-dcerpc-samr.h,v 1.2 2001/12/09 00:07:37 guy Exp $ * * Ethereal - Network traffic analyzer * By Gerald Combs <gerald@ethereal.com> @@ -85,4 +85,4 @@ #define SAMR_CONNECT 0x39 #define SAMR_SET_USERINFO 0x3A -#endif /* packet-msrpc-samr.h */ +#endif /* packet-dcerpc-samr.h */ |