]> The Tcpdump Group git mirrors - tcpdump/history - smbutil.c
Use more the ND_TCHECK_1() macro
[tcpdump] / smbutil.c
2017-12-04  Francois-Xavier... Use more the ND_TCHECK_1() macro
2017-12-03  Francois-Xavier... Use more the EXTRACT_U_1() macro (46/n)
2017-12-03  Francois-Xavier... Use more the EXTRACT_U_1() macro (43/n)
2017-12-02  Francois-Xavier... Simplify some expressions
2017-12-01  Francois-Xavier... Use more the EXTRACT_U_1() macro (40/n)
2017-12-01  Francois-Xavier... Use more the EXTRACT_U_1() macro (39/n)
2017-11-28  Francois-Xavier... Use more the ND_TCHECK_1() macro
2017-11-27  Francois-Xavier... Use more the EXTRACT_U_1() macro (31/n)
2017-11-24  Francois-Xavier... Use more ND_TCHECK_n()/ND_TTEST_n() macros
2017-11-22  Francois-Xavier... Rename EXTRACT_ macros
2017-11-22  Francois-Xavier... Use more the EXTRACT_8BITS() macro to fetch a one-byte...
2017-11-21  Francois-Xavier... Use more the EXTRACT_8BITS() macro to fetch a one-byte...
2017-11-18  Francois-Xavier... Rename EXTRACT_nBITS() macros to EXTRACT_BE_nBITS()
2017-09-13  Guy HarrisCVE-2017-12893/SMB/CIFS: Add a bounds check in name_len().
2015-09-18  Francois-Xavier... Rename print_data() to smb_print_data()
2015-09-11  Francois-Xavier... libnetdissect code must include 'netdissect.h', not...
2015-09-10  Francois-Xavier... Rename 'tcpdump-stdinc.h' to 'netdissect-stdinc.h'
2015-04-22  Michael RichardsonMerge branch 'master' of git+ssh://bpf.tcpdump.org...
2015-03-22  Denis Ovsienkodismiss NETDISSECT_REWORKED macro
2014-04-23  Guy Harrisu_intN_t is dead, long live uintN_t.
2014-04-02  Denis OvsienkoNDOize SMB decoder
2014-04-01  Denis OvsienkoNDOize safeputs() and safeputchar()
2014-04-01  Denis OvsienkoNDOize safeputs() and safeputchar()
2014-03-14  Denis Ovsienkojustify min()/max() macros declarations and usage
2014-02-02  Guy HarrisDo our own isascii(), isprint(), isgraph(), and toascii().
2014-01-03  Michael RichardsonMerge branch 'master' of git+ssh://bpf.tcpdump.org...
2014-01-02  Denis Ovsienkoremove tcpdump's own CVS keywords
2010-03-09  Dmitry Eremin-Sole... Merge remote branch 'origin/master'
2010-02-24  Guy HarrisMerge branch 'cleanup' of git://github.com/krajaratnam...
2010-02-20  Kovarththanan Raja... smbutil.c: mark several structs as const
2007-07-15  guyIn print_data(), check each byte to make sure we haven...
2007-06-15  guyPick up from NetBSD a change to squelch a "should not...
2005-04-21  guySquelch some GCC 4.0 signed-vs-unsigned warnings.
2005-01-29  guySquelch a (legitimate) compiler warning.
2004-12-30  guyCheck the "status value is an NT status" flag and,...
2004-12-29  guyAdd some additional bounds checking.
2004-12-29  guyAdd format options to save the value fetched and to...
2004-12-28  guyCorrectly handle Unicode strings - skip padding to...
2004-12-28  guyCorrectly dissect LockingAndX requests - there's a...
2004-12-28  guyUse native 64-bit integer support when dissecting 64...
2004-12-27  guyGet rid of extra blanks in error message text.
2003-11-16  guyHave the configure script arrange that the Makefile...
2003-11-15  guyFrom Neil Spring:
2003-08-10  guyFrom Mark Ellzey Thomas <[email protected]>: some additional
2002-09-05  guyAdd a few more GCC warnings on GCC >= 2 for ".devel...
2002-09-04  guy"localtime()" can return a null pointer on Windows...
2002-08-06  guyGet rid of some unnecessary includes (<time.h>, <netdb...
2002-08-01  rissoAdded support for Win32, based on WinPcap.
2002-04-26  guyAdd some casts to squelch compiler complaints (and...
2002-04-25  guyConvert some format pointers to "char *" from "u_char...
2002-04-20  guyProtect includes of <time.h> with "#ifdef TIME_WITH_SYS...
2002-01-17  guyBill Fenner's changes to clean up the SMB dissection...
2001-09-17  fennerEliminate some unused parameters.
2001-06-25  itojuncleanup indent for audit
2001-06-25  itojunmore audit/style. fix a couple of signed/unsigned...
2001-06-15  itojunavoid strcpy
2001-01-28  itojunuse safeputchar() instead of cook up on its own.
2000-12-04  guyAdd a bunch of checks to make sure we don't go past...
2000-09-28  guyGet rid of unneeded includes of <net/if.h>.
2000-09-23  guyAdd definitions of Ethernet types from
2000-07-29  assarreplace bzero with memset
2000-07-10  assarfix typo
2000-07-10  assaradd <time.h>
2000-01-17  itojuns/sprintf/snprintf/.
2000-01-09  fennerUnify rcsid[]'s.
1999-12-22  itojun* print-rt6.c: make IPv6 routing header printing work...
1999-12-15  fennerInclude interface.h to get prototypes
1999-11-21  assaradd config.h
1999-11-21  assarpatches from Andrew Tridgell <[email protected]...