aboutsummaryrefslogtreecommitdiff
path: root/print-smb.c
AgeCommit message (Expand)Author
2020-09-08Remove 96 assorted ND_TCHECK calls.Denis Ovsienko
2020-09-06Remove many (762) now redundant ND_TCHECK_n() callsFrancois-Xavier Le Bail
2020-08-24Rename min() and max() to ND_MIN() and ND_MAX(). [skip ci]Denis Ovsienko
2020-05-27smb: use ND_BYTES_BETWEEN() to get the bytes between two packet pointers.Guy Harris
2020-05-25Squelch some warnings.Guy Harris
2019-08-15SMB: Remove blank lines in outputFrancois-Xavier Le Bail
2019-06-06SMB: Add two missing bounds checksFrancois-Xavier Le Bail
2019-05-22Don't use leftover string length values.Guy Harris
2019-05-18Set the protocol name to "smb" when dissecting SMB.Guy Harris
2019-04-18Squelch more narrowing warnings.Guy Harris
2019-03-26Use the new GET_ macros instead of the EXTRACT_ onesFrancois-Xavier Le Bail
2019-03-09SMB: Avoid an unsigned integer underflowFrancois-Xavier Le Bail
2019-02-01Remove some useless spacesFrancois-Xavier Le Bail
2018-09-03Fix spacesFrancois-Xavier Le Bail
2018-05-04Print truncations with nd_print_trunc() instead of tstr[] stringsFrancois-Xavier Le Bail
2018-03-16Add the ndo_protocol field in the netdissect_options structureFrancois-Xavier Le Bail
2018-02-22Rename some printer functions to *_printFrancois-Xavier Le Bail
2018-01-21Always include <config.h> rather than "config.h".Guy Harris
2018-01-21Use quoted include netdissect-stdinc.h instead of angle-bracketed oneFrancois-Xavier Le Bail
2018-01-07Update ND_PRINT() as a variadic macroFrancois-Xavier Le Bail
2018-01-06Clean up signed vs. unsigned.Guy Harris
2017-12-30SMB: Address a clang warningFrancois-Xavier Le Bail
2017-12-18SMB: Add two missing bounds checksFrancois-Xavier Le Bail
2017-12-16Use more the EXTRACT_U_1() macro (57/n)Francois-Xavier Le Bail
2017-12-16Simplify some expressionsFrancois-Xavier Le Bail
2017-12-10Use more the EXTRACT_U_1() macro (53/n)Francois-Xavier Le Bail
2017-12-09Use more the EXTRACT_U_1() macro (52/n)Francois-Xavier Le Bail
2017-12-04Use more the ND_TCHECK_1() macroFrancois-Xavier Le Bail
2017-12-04Use more the ND_TCHECK_1() macroFrancois-Xavier Le Bail
2017-12-03Use more the EXTRACT_U_1() macro (46/n)Francois-Xavier Le Bail
2017-12-03Use more the EXTRACT_U_1() macro (44/n)Francois-Xavier Le Bail
2017-12-03Use more the EXTRACT_U_1() macro (43/n)Francois-Xavier Le Bail
2017-12-03Simplify some expressionsFrancois-Xavier Le Bail
2017-12-02Simplify some expressionsFrancois-Xavier Le Bail
2017-11-26Use more the EXTRACT_U_1() macro (28/n)Francois-Xavier Le Bail
2017-11-24Use more ND_TCHECK_n()/ND_TTEST_n() macrosFrancois-Xavier Le Bail
2017-11-23Use pointer expressions like in most similar casesFrancois-Xavier Le Bail
2017-11-22Rename EXTRACT_ macrosFrancois-Xavier Le Bail
2017-11-22Rename ND_TCHECK_/ND_TTEST_ macrosFrancois-Xavier Le Bail
2017-11-20Use pointer expressions like in most similar casesFrancois-Xavier Le Bail
2017-11-18Rename EXTRACT_nBITS() macros to EXTRACT_BE_nBITS()Francois-Xavier Le Bail
2017-01-18Do bounds checks on NBNS resource types and resource data lengths.Guy Harris
2017-01-18Before fetching the flags2 field, make sure we have it.Guy Harris
2016-09-11Declare some variables as staticFrancois-Xavier Le Bail
2016-08-14Move the printer summaries from INSTALL.txt to each printerFrancois-Xavier Le Bail
2015-09-18Rename print_data() to smb_print_data()Francois-Xavier Le Bail
2015-09-10Rename 'tcpdump-stdinc.h' to 'netdissect-stdinc.h'Francois-Xavier Le Bail
2015-09-05Printers must include 'netdissect.h', not 'interface.h'Francois-Xavier Le Bail
2015-03-22dismiss NETDISSECT_REWORKED macroDenis Ovsienko
2014-10-19Separate SMB-over-TCP output from TCP output with a space.Guy Harris