aboutsummaryrefslogtreecommitdiffstats
path: root/packet-smb-common.c
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2000-02-14 04:05:53 +0000
committerGuy Harris <guy@alum.mit.edu>2000-02-14 04:05:53 +0000
commitec092f8c9d4271f2d48f5d4e0ce3e3632606ec26 (patch)
treeae484cad49d57e8effb876f204f917e48098f892 /packet-smb-common.c
parent12df8af4e3703a7cffd38486ec09a3789c22fbf2 (diff)
Fix the comment at the beginning of the file.
svn path=/trunk/; revision=1630
Diffstat (limited to 'packet-smb-common.c')
-rw-r--r--packet-smb-common.c5
1 files changed, 2 insertions, 3 deletions
diff --git a/packet-smb-common.c b/packet-smb-common.c
index b7ad8a99aa..9f22246821 100644
--- a/packet-smb-common.c
+++ b/packet-smb-common.c
@@ -1,8 +1,8 @@
-/* packet-smb-common.h
+/* packet-smb-common.c
* Common routines for smb packet dissection
* Copyright 2000, Jeffrey C. Foster <jfoste@woodward.com>
*
- * $Id: packet-smb-common.c,v 1.1 2000/02/14 04:02:06 guy Exp $
+ * $Id: packet-smb-common.c,v 1.2 2000/02/14 04:05:53 guy Exp $
*
* Ethereal - Network traffic analyzer
* By Gerald Combs <gerald@zing.org>
@@ -139,4 +139,3 @@ display_flags( struct flag_array_type *flag_array, int length,
++array_ptr;
}
}
-