summaryrefslogtreecommitdiff
path: root/print-smb.c
diff options
context:
space:
mode:
Diffstat (limited to 'print-smb.c')
-rw-r--r--print-smb.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/print-smb.c b/print-smb.c
index e6cfe60e..590bd9ec 100644
--- a/print-smb.c
+++ b/print-smb.c
@@ -12,7 +12,7 @@
#ifndef lint
static const char rcsid[] _U_ =
- "@(#) $Header: /tcpdump/master/tcpdump/print-smb.c,v 1.41.2.3 2007-07-14 21:10:19 guy Exp $";
+ "@(#) $Header: /tcpdump/master/tcpdump/print-smb.c,v 1.41.2.4 2007-07-14 22:29:05 guy Exp $";
#endif
#include <tcpdump-stdinc.h>
@@ -905,7 +905,7 @@ print_smb(const u_char *buf, const u_char *maxbuf)
printf("\nSMB PACKET: %s (%s) (CHAINED)\n",
fn->name, request ? "REQUEST" : "REPLY");
if (newsmboffset <= smboffset) {
- printf("Bad andX offset: %u < %u\n", newsmboffset, smboffset);
+ printf("Bad andX offset: %u <= %u\n", newsmboffset, smboffset);
break;
}
smboffset = newsmboffset;