summaryrefslogtreecommitdiff
path: root/print-smb.c
Commit message (Expand)AuthorAgeFilesLines
* Rename print_data() to smb_print_data()Francois-Xavier Le Bail2015-09-181-9/+9
* Rename 'tcpdump-stdinc.h' to 'netdissect-stdinc.h'Francois-Xavier Le Bail2015-09-101-1/+1
* Printers must include 'netdissect.h', not 'interface.h'Francois-Xavier Le Bail2015-09-051-1/+1
* dismiss NETDISSECT_REWORKED macroDenis Ovsienko2015-03-221-1/+0
* Separate SMB-over-TCP output from TCP output with a space.Guy Harris2014-10-191-4/+5
* u_intN_t is dead, long live uintN_t.Guy Harris2014-04-231-2/+2
* SMB: make use of tok2str() and ternary conditionalDenis Ovsienko2014-04-141-28/+14
* NDOize SMB decoderDenis Ovsienko2014-04-021-254/+253
* justify min()/max() macros declarations and usageDenis Ovsienko2014-03-141-16/+16
* remove tcpdump's own CVS keywordsDenis Ovsienko2014-01-031-5/+0
* whitespace changesMichael Richardson2014-01-011-1/+1
* make consistent use of the "tstr" idiomDenis Ovsienko2013-12-261-12/+14
* make more array declarations static/constDenis Ovsienko2013-12-191-8/+8
* SMB-over-TCP (port 445) support.guy2007-12-091-1/+41
* Patches from NetBSD tree.mcr2007-08-291-3/+2
* Fix message printed for bad andX offset to correctly describe theguy2007-07-141-2/+2
* Properly check for a bogus andX offset - it has to move forward, notguy2007-07-141-2/+2
* Fix up the bounds checking for NetBIOS-over-TCP. Among other things,guy2005-05-081-29/+50
* Always check for "smb_fdata()" returning null - for example, check it onguy2005-05-051-4/+7
* Check the "status value is an NT status" flag and, if it is, treat theguy2004-12-301-4/+15
* Add format options to save the value fetched and to later use that valueguy2004-12-291-7/+7
* Correctly dissect GetBackupList and BackupListResponse.guy2004-12-291-3/+3
* The transaction name doesn't seem to be in any Transaction2 requestsguy2004-12-291-3/+6
* Correctly handle Unicode strings - skip padding to put them on a 2-byteguy2004-12-281-63/+73
* Correctly dissect LockingAndX requests - there's a flag bit thatguy2004-12-281-6/+43
* Don't print byte data if the byte count is 0.guy2004-12-281-30/+43
* Fetch the byte count from the right location.guy2004-12-281-3/+3
* Rename "wcnt" in some routines to "wct", just as it's called inguy2004-12-281-20/+26
* Fetch lengths in NBT Session Service packets in big-endian byte order;guy2004-05-311-7/+7
* Show the message type for NBT Session Service messages even with "-vv".guy2004-05-311-32/+74
* Do NBF commands with a table giving the name of the command, anguy2004-05-311-58/+86
* Have the configure script arrange that the Makefile define _U_guy2003-11-161-4/+4
* 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