| Commit message (Expand) | Author | Age | Files | Lines |
* | SMB-over-TCP (port 445) support. | guy | 2007-12-09 | 1 | -1/+41 |
* | Patches from NetBSD tree. | mcr | 2007-08-29 | 1 | -3/+2 |
* | Fix message printed for bad andX offset to correctly describe the | guy | 2007-07-14 | 1 | -2/+2 |
* | Properly check for a bogus andX offset - it has to move forward, not | guy | 2007-07-14 | 1 | -2/+2 |
* | Fix up the bounds checking for NetBIOS-over-TCP. Among other things, | guy | 2005-05-08 | 1 | -29/+50 |
* | Always check for "smb_fdata()" returning null - for example, check it on | guy | 2005-05-05 | 1 | -4/+7 |
* | Check the "status value is an NT status" flag and, if it is, treat the | guy | 2004-12-30 | 1 | -4/+15 |
* | Add format options to save the value fetched and to later use that value | guy | 2004-12-29 | 1 | -7/+7 |
* | Correctly dissect GetBackupList and BackupListResponse. | guy | 2004-12-29 | 1 | -3/+3 |
* | The transaction name doesn't seem to be in any Transaction2 requests | guy | 2004-12-29 | 1 | -3/+6 |
* | Correctly handle Unicode strings - skip padding to put them on a 2-byte | guy | 2004-12-28 | 1 | -63/+73 |
* | Correctly dissect LockingAndX requests - there's a flag bit that | guy | 2004-12-28 | 1 | -6/+43 |
* | Don't print byte data if the byte count is 0. | guy | 2004-12-28 | 1 | -30/+43 |
* | Fetch the byte count from the right location. | guy | 2004-12-28 | 1 | -3/+3 |
* | Rename "wcnt" in some routines to "wct", just as it's called in | guy | 2004-12-28 | 1 | -20/+26 |
* | Fetch lengths in NBT Session Service packets in big-endian byte order; | guy | 2004-05-31 | 1 | -7/+7 |
* | Show the message type for NBT Session Service messages even with "-vv". | guy | 2004-05-31 | 1 | -32/+74 |
* | Do NBF commands with a table giving the name of the command, an | guy | 2004-05-31 | 1 | -58/+86 |
* | Have the configure script arrange that the Makefile define _U_ | guy | 2003-11-16 | 1 | -4/+4 |
* | From Neil Spring: | guy | 2003-11-15 | 1 | -4/+4 |
* | Get rid of the "-Wno-unused" flag, and fix up most of the | guy | 2002-09-05 | 1 | -4/+4 |
* | Add a few more GCC warnings on GCC >= 2 for ".devel" builds. | guy | 2002-09-05 | 1 | -20/+20 |
* | Added support for Win32, based on WinPcap. | risso | 2002-08-01 | 1 | -4/+3 |
* | Put in some casts to squelch compiler warnings. | guy | 2002-07-11 | 1 | -3/+3 |
* | From Sami Farin <safari@iki.fi>: put in a missing blank before "NBT | guy | 2002-04-30 | 1 | -3/+3 |
* | Convert some format pointers to "char *" from "u_char *", and some data | guy | 2002-04-25 | 1 | -11/+11 |
* | Include <netinet/in.h> to declare "ntohs()" (which may be used by | guy | 2002-02-06 | 1 | -1/+3 |
* | Bill Fenner's changes to clean up the SMB dissection somewhat and to add | guy | 2002-01-17 | 1 | -172/+243 |
* | disable smb printing until we have boundary checks in *smb*.c (there's almost | itojun | 2001-10-04 | 1 | -3/+3 |
* | Eliminate some unused parameters. | fenner | 2001-09-17 | 1 | -105/+105 |
* | Handle NBNS multihomed registration messages (they're not in RFC 1001 or | guy | 2001-07-28 | 1 | -1/+2 |
* | indent (sorry, i left them behind | itojun | 2001-06-28 | 1 | -33/+49 |
* | more indentation fix. now i've gone through all *smb*. now let us | itojun | 2001-06-26 | 1 | -227/+237 |
* | more indent clarification for audits | itojun | 2001-06-26 | 1 | -325/+341 |
* | more audit/style. fix a couple of signed/unsigned mixup, | itojun | 2001-06-25 | 1 | -3/+3 |
* | strinct prototype. now we are -Wstrict-prototype clean. | itojun | 2001-06-25 | 1 | -362/+449 |
* | Fix bug where tcpdump shows data beyond the end of certain NBT packets. | fenner | 2001-04-03 | 1 | -2/+2 |
* | Patches from Pekka Savola <pekkas@netcore.fi> to quiet down SMB a little. | fenner | 2001-02-20 | 1 | -6/+32 |
* | Do some additional bounds checking when dissecting SMB packets. | guy | 2001-01-15 | 1 | -11/+20 |
* | Handle IPX socket 0x553, which is some kind of NetBIOS-over-IPX socket. | guy | 2001-01-15 | 1 | -5/+20 |
* | The control field of an LLC frame is 1 byte for a U frame and 2 bytes | guy | 2000-12-05 | 1 | -6/+24 |
* | Add a bunch of checks to make sure we don't go past the end of the | guy | 2000-12-04 | 1 | -3/+23 |
* | no need to use strcat at all | itojun | 2000-01-19 | 1 | -24/+23 |
* | Unify rcsid[]'s. | fenner | 2000-01-09 | 1 | -0/+5 |
* | * print-rt6.c: make IPv6 routing header printing work with new 2292bis | itojun | 1999-12-22 | 1 | -17/+18 |
* | include string.h for prototypes | fenner | 1999-12-15 | 1 | -10/+10 |
* | add config.h | assar | 1999-11-21 | 1 | -0/+1002 |