aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-smb-pipe.c
AgeCommit message (Expand)AuthorFilesLines
2012-07-27Fix a few Clang warnings (dead increment, dead assignment)pascal1-12/+5
2012-06-28Update Free Software Foundation address.darkjames1-1/+1
2012-06-20Use separate filters for the RTT found on a SACK and the RTT found on amorriss1-14/+33
2011-10-21For proto_tree_add_item(..., proto_xxx, ...)use ENC_NA as the encoding arg.wmeier1-2/+2
2011-10-15Convert proto_tree_add_item() 'encoding' arg for field types FT_STRING, FT_ST...wmeier1-7/+7
2011-10-06Convert 'encoding' parameter of certain proto_tree_add_item() calls in non-au...wmeier1-11/+11
2011-06-20Fix some gcc 4.6 "set but not used [-Wunused-but-set-variable]" warnings;wmeier1-2/+2
2011-02-10Modify proto_tree_add_bytes_format() and proto_tree_add_bytes_format_value()morriss1-1/+1
2011-01-30Introduce "Fragment count" filter element for all protocols doing reassembly.stig1-0/+5
2011-01-16There's no need to pass the result of tvb_get_ptr() as the 'value' inmorriss1-8/+5
2010-10-29Use value_string_ext to access 'commands' value_string.wmeier1-6/+8
2010-09-23Replace blurbs that match the name (case insensitive) with NULL.morriss1-1/+1
2010-05-17Don't pass a NULL pointer to what is supposed to be (according to the format)...morriss1-1/+1
2010-04-03Remove unneeded #include <stdio.h>wmeier1-2/+0
2010-02-06Renamed some reassembled data texts.stig1-1/+1
2010-02-03Changed "reassembled_length" -> "reassembled.length".stig1-1/+1
2010-02-02Introduce "Reassembled length" filter element for all protocols doingstig1-0/+5
2009-12-19For fields of type FT_ABSOLUTE_TIME, have the "display" value be one ofguy1-7/+7
2009-08-09Don't guard col_set_str (COL_INFO/COL_PROTOCOL) with col_checkkrj1-6/+2
2009-06-21From Kovarththanan Rajaratnam via bug 3548:stig1-2/+2
2009-05-13Apply some of the patches from:etxrab1-4/+2
2008-12-19Back out r27047 and r27053.gerald1-1/+1
2008-12-18Update calls to proto_tree_add_bytes_format to reflect r27047.gerald1-1/+1
2008-10-31Fix some "format not a string literal and no format arguments" warnings.stig1-1/+1
2008-08-26#include <emem.h> not req'dwmeier1-1/+0
2008-02-07Removed even more "statement not reached" warnings.stig1-2/+0
2007-11-08Apply yet another set of the optimization patches:etxrab1-1/+1
2007-10-17Flag errorjake1-1/+1
2007-09-26"fix" some warnings about "might be used uninitialized" variablesjmayer1-1/+1
2007-05-15since the fid dissector helper now adds a lot of extra info to the treesahlberg1-1/+1
2007-05-10prettify dissection of FIDs,sahlberg1-2/+2
2007-03-30Fix more warningssfisher1-1/+1
2007-03-23fix some more warnings (type casts)ulfl1-1/+1
2006-09-23replace a rotating buffer in smb with ep allocated memorysahlberg1-12/+3
2006-06-18track smb FIDFs when tehy are opened and closed.sahlberg1-2/+2
2006-06-18rename add_fid() to dissect_smb_fid() as a firsdt step towards adding trackin...sahlberg1-2/+2
2006-05-21change a whole bunch of ethereal into wiresharksahlberg1-2/+2
2006-03-23Coverity CID 48 is still complaining about a NULL dereference. Hopefully gerald1-10/+11
2006-03-14coverity bug 44sahlberg1-2/+4
2006-03-08remove a redundant if statementsahlberg1-3/+2
2006-03-08for really really weird malformed lanman packets it is theoretically possiblesahlberg1-0/+4
2006-03-07fix a potential null dereferencesahlberg1-3/+8
2005-09-28Have show_exception() take a "const char *" as its exception message,guy1-0/+1
2005-09-17Move some headers for stuff defined by a dissector into epan/dissectorsguy1-1/+1
2005-09-17Move a pile of protocol-related headers from the top-level sourceguy1-1/+1
2005-06-10just to get things straight: a dissector should *never* do any g_assert() calls!ulfl1-3/+3
2005-06-02add a generated toplevel line between the TCP protocol and the desegmented co...ulfl1-2/+3
2005-05-10Make a field type check more strict. Remove some unnecessary code.gerald1-18/+3
2005-04-30Make sure we don't pass an invalid length to proto_tree_add_item(). Foundgerald1-2/+24
2005-04-28In dissect_pipe_lanman(), return FALSE if p_tvb is null, no matter what.gerald1-1/+1