summaryrefslogtreecommitdiff
path: root/smbutil.c
Commit message (Expand)AuthorAgeFilesLines
...
* Rename EXTRACT_ macrosFrancois-Xavier Le Bail2017-11-221-27/+27
* Use more the EXTRACT_8BITS() macro to fetch a one-byte value (22/n)Francois-Xavier Le Bail2017-11-221-2/+4
* Use more the EXTRACT_8BITS() macro to fetch a one-byte value (15/n)Francois-Xavier Le Bail2017-11-211-1/+2
* Rename EXTRACT_nBITS() macros to EXTRACT_BE_nBITS()Francois-Xavier Le Bail2017-11-181-10/+10
* CVE-2017-12893/SMB/CIFS: Add a bounds check in name_len().Guy Harris2017-09-131-0/+1
* Rename print_data() to smb_print_data()Francois-Xavier Le Bail2015-09-181-3/+2
* libnetdissect code must include 'netdissect.h', not 'interface.h'Francois-Xavier Le Bail2015-09-111-1/+1
* Rename 'tcpdump-stdinc.h' to 'netdissect-stdinc.h'Francois-Xavier Le Bail2015-09-101-1/+1
* dismiss NETDISSECT_REWORKED macroDenis Ovsienko2015-03-221-1/+0
* u_intN_t is dead, long live uintN_t.Guy Harris2014-04-231-18/+18
* NDOize SMB decoderDenis Ovsienko2014-04-021-110/+120
* NDOize safeputs() and safeputchar()Denis Ovsienko2014-04-011-1/+1
* justify min()/max() macros declarations and usageDenis Ovsienko2014-03-141-1/+1
* Do our own isascii(), isprint(), isgraph(), and toascii().Guy Harris2014-02-021-3/+3
* remove tcpdump's own CVS keywordsDenis Ovsienko2014-01-031-5/+0
* smbutil.c: mark several structs as constKovarththanan Rajaratnam2010-02-201-2/+2
* In print_data(), check each byte to make sure we haven't gone past theguy2007-07-151-1/+7
* Pick up from NetBSD a change to squelch a "should not happen"guy2007-06-151-1/+4
* Squelch some GCC 4.0 signed-vs-unsigned warnings.guy2005-04-211-2/+5
* Squelch a (legitimate) compiler warning.guy2005-01-291-2/+2
* Check the "status value is an NT status" flag and, if it is, treat theguy2004-12-301-6/+887
* Add some additional bounds checking.guy2004-12-291-16/+46
* Add format options to save the value fetched and to later use that valueguy2004-12-291-31/+133
* Correctly handle Unicode strings - skip padding to put them on a 2-byteguy2004-12-281-19/+20
* Correctly dissect LockingAndX requests - there's a flag bit thatguy2004-12-281-1/+17
* Use native 64-bit integer support when dissecting 64-bit integers inguy2004-12-281-38/+32
* Get rid of extra blanks in error message text.guy2004-12-271-12/+12
* Have the configure script arrange that the Makefile define _U_guy2003-11-161-4/+4
* From Neil Spring:guy2003-11-151-4/+4
* From Mark Ellzey Thomas <mark@ackers.net>: some additionalguy2003-08-101-2/+6
* Add a few more GCC warnings on GCC >= 2 for ".devel" builds.guy2002-09-051-13/+13
* "localtime()" can return a null pointer on Windows; if I rememberguy2002-09-041-2/+12
* Get rid of some unnecessary includes (<time.h>, <netdb.h>, and <ctype.h>guy2002-08-061-4/+1
* Added support for Win32, based on WinPcap.risso2002-08-011-8/+2
* Add some casts to squelch compiler complaints (and remove potentialguy2002-04-261-6/+6
* Convert some format pointers to "char *" from "u_char *", and some dataguy2002-04-251-6/+9
* Protect includes of <time.h> with "#ifdef TIME_WITH_SYS_TIME".guy2002-04-201-1/+3
* Bill Fenner's changes to clean up the SMB dissection somewhat and to addguy2002-01-171-27/+68
* Eliminate some unused parameters.fenner2001-09-171-25/+25
* cleanup indent for audititojun2001-06-251-234/+256
* more audit/style. fix a couple of signed/unsigned mixup,itojun2001-06-251-390/+413
* avoid strcpyitojun2001-06-151-28/+28
* use safeputchar() instead of cook up on its own.itojun2001-01-281-2/+2
* Add a bunch of checks to make sure we don't go past the end of theguy2000-12-041-20/+80
* Get rid of unneeded includes of <net/if.h>.guy2000-09-281-2/+1
* Add definitions of Ethernet types fromguy2000-09-231-2/+1
* replace bzero with memsetassar2000-07-291-2/+2
* fix typoassar2000-07-101-2/+2
* add <time.h>assar2000-07-101-1/+2
* s/sprintf/snprintf/.itojun2000-01-171-4/+4