summaryrefslogtreecommitdiff
path: root/print-smb.c
Commit message (Expand)AuthorAgeFilesLines
* Have the configure script arrange that the Makefile define _U_guy2003-11-161-4/+4
* From Neil Spring:guy2003-11-151-1/+1
* From Neil Spring:guy2003-11-151-4/+4
* Get rid of the "-Wno-unused" flag, and fix up most of theguy2002-09-051-4/+4
* Add a few more GCC warnings on GCC >= 2 for ".devel" builds.guy2002-09-051-20/+20
* Added support for Win32, based on WinPcap.risso2002-08-011-4/+3
* Put in some casts to squelch compiler warnings.guy2002-07-111-3/+3
* From Sami Farin <safari@iki.fi>: put in a missing blank before "NBTguy2002-04-301-3/+3
* Convert some format pointers to "char *" from "u_char *", and some dataguy2002-04-251-11/+11
* Include <netinet/in.h> to declare "ntohs()" (which may be used byguy2002-02-061-1/+3
* Bill Fenner's changes to clean up the SMB dissection somewhat and to addguy2002-01-171-172/+243
* disable smb printing until we have boundary checks in *smb*.c (there's almostitojun2001-10-041-3/+3
* Eliminate some unused parameters.fenner2001-09-171-105/+105
* Handle NBNS multihomed registration messages (they're not in RFC 1001 orguy2001-07-281-1/+2
* indent (sorry, i left them behinditojun2001-06-281-33/+49
* more indentation fix. now i've gone through all *smb*. now let usitojun2001-06-261-227/+237
* more indent clarification for auditsitojun2001-06-261-325/+341
* more audit/style. fix a couple of signed/unsigned mixup,itojun2001-06-251-3/+3
* strinct prototype. now we are -Wstrict-prototype clean.itojun2001-06-251-362/+449
* Fix bug where tcpdump shows data beyond the end of certain NBT packets.fenner2001-04-031-2/+2
* Patches from Pekka Savola <pekkas@netcore.fi> to quiet down SMB a little.fenner2001-02-201-6/+32
* Do some additional bounds checking when dissecting SMB packets.guy2001-01-151-11/+20
* Handle IPX socket 0x553, which is some kind of NetBIOS-over-IPX socket.guy2001-01-151-5/+20
* The control field of an LLC frame is 1 byte for a U frame and 2 bytesguy2000-12-051-6/+24
* Add a bunch of checks to make sure we don't go past the end of theguy2000-12-041-3/+23
* no need to use strcat at allitojun2000-01-191-24/+23
* Unify rcsid[]'s.fenner2000-01-091-0/+5
* * print-rt6.c: make IPv6 routing header printing work with new 2292bisitojun1999-12-221-17/+18
* include string.h for prototypesfenner1999-12-151-10/+10
* add config.hassar1999-11-211-0/+1002