diff options
author | Guy Harris <guy@alum.mit.edu> | 2001-12-23 21:36:58 +0000 |
---|---|---|
committer | Guy Harris <guy@alum.mit.edu> | 2001-12-23 21:36:58 +0000 |
commit | 6f0d79c0d7afe5556b9ac4f3b6ccc71a5264b352 (patch) | |
tree | b2a7ba59dd059ac2046918a562b76068b697b6aa /packet-nlm.c | |
parent | 914061d436b0bb20c192860c0e557e302c79b915 (diff) | |
download | wireshark-6f0d79c0d7afe5556b9ac4f3b6ccc71a5264b352.tar.gz wireshark-6f0d79c0d7afe5556b9ac4f3b6ccc71a5264b352.tar.bz2 wireshark-6f0d79c0d7afe5556b9ac4f3b6ccc71a5264b352.zip |
From Ronnie Sahlberg: initial NDMPv3 support, and an update to his
e-mail address.
svn path=/trunk/; revision=4444
Diffstat (limited to 'packet-nlm.c')
-rw-r--r-- | packet-nlm.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/packet-nlm.c b/packet-nlm.c index 14a9d5e9f1..3db7663cbd 100644 --- a/packet-nlm.c +++ b/packet-nlm.c @@ -1,7 +1,7 @@ /* packet-nlm.c * Routines for nlm dissection * - * $Id: packet-nlm.c,v 1.21 2001/10/29 21:13:08 guy Exp $ + * $Id: packet-nlm.c,v 1.22 2001/12/23 21:36:57 guy Exp $ * * Ethereal - Network traffic analyzer * By Gerald Combs <gerald@ethereal.com> @@ -9,7 +9,7 @@ * * Copied from packet-mount.c * - * 2001-JAN Ronnie Sahlberg <rsahlber@bigpond.net.au> + * 2001-JAN Ronnie Sahlberg <See AUTHORS for email> * Updates to version 1 of the protocol. * Added version 3 of the protocol. * Added version 4 of the protocol. |