aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-smb-pipe.c
AgeCommit message (Expand)AuthorFilesLines
2012-09-20We always HAVE_CONFIG_H so don't bother checking whether we have it or not.Jeff Morriss1-3/+1
2012-09-11Add data parameter to dissector_try_heuristicJakub Zawadzki1-6/+6
2012-09-07From Robert Bullen via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=76...Jeff Morriss1-0/+2
2012-07-27Fix a few Clang warnings (dead increment, dead assignment)Pascal Quantin1-12/+5
2012-06-28Update Free Software Foundation address.Jakub Zawadzki1-1/+1
2012-05-25Fix Coverity CID 701035: Dereference after null check of hfinfo.Chris Maynard1-3/+3
2012-05-10Get rid of remaining Booleans-as-encoding-arguments inGuy Harris1-11/+30
2011-10-21For proto_tree_add_item(..., proto_xxx, ...)use ENC_NA as the encoding arg.Bill Meier1-2/+2
2011-10-15Convert proto_tree_add_item() 'encoding' arg for field types FT_STRING, FT_ST...Bill Meier1-7/+7
2011-10-06Convert 'encoding' parameter of certain proto_tree_add_item() calls in non-au...Bill Meier1-11/+11
2011-06-20Fix some gcc 4.6 "set but not used [-Wunused-but-set-variable]" warnings;Bill Meier1-2/+2
2011-02-10Modify proto_tree_add_bytes_format() and proto_tree_add_bytes_format_value()Jeff Morriss1-1/+1
2011-01-30Introduce "Fragment count" filter element for all protocols doing reassembly.Stig Bjørlykke1-0/+5
2011-01-16There's no need to pass the result of tvb_get_ptr() as the 'value' inJeff Morriss1-8/+5
2010-10-29Use value_string_ext to access 'commands' value_string.Bill Meier1-6/+8
2010-09-23Replace blurbs that match the name (case insensitive) with NULL.Jeff Morriss1-1/+1
2010-05-17Don't pass a NULL pointer to what is supposed to be (according to the format)...Jeff Morriss1-1/+1
2010-04-03Remove unneeded #include <stdio.h>Bill Meier1-2/+0
2010-02-06Renamed some reassembled data texts.Stig Bjørlykke1-1/+1
2010-02-03Changed "reassembled_length" -> "reassembled.length".Stig Bjørlykke1-1/+1
2010-02-02Introduce "Reassembled length" filter element for all protocols doingStig Bjørlykke1-0/+5
2009-12-19For fields of type FT_ABSOLUTE_TIME, have the "display" value be one ofGuy Harris1-7/+7
2009-08-09Don't guard col_set_str (COL_INFO/COL_PROTOCOL) with col_checkKovarththanan Rajaratnam1-6/+2
2009-06-21From Kovarththanan Rajaratnam via bug 3548:Stig Bjørlykke1-2/+2
2009-05-13Apply some of the patches from:Anders Broman1-4/+2
2008-12-19Back out r27047 and r27053.Gerald Combs1-1/+1
2008-12-18Update calls to proto_tree_add_bytes_format to reflect r27047.Gerald Combs1-1/+1
2008-10-31Fix some "format not a string literal and no format arguments" warnings.Stig Bjørlykke1-1/+1
2008-08-26#include <emem.h> not req'dBill Meier1-1/+0
2008-02-07Removed even more "statement not reached" warnings.Stig Bjørlykke1-2/+0
2007-11-08Apply yet another set of the optimization patches:Anders Broman1-1/+1
2007-10-17Flag errorJaap Keuter1-1/+1
2007-09-26"fix" some warnings about "might be used uninitialized" variablesJörg Mayer1-1/+1
2007-05-15since the fid dissector helper now adds a lot of extra info to the treeRonnie Sahlberg1-1/+1
2007-05-10prettify dissection of FIDs,Ronnie Sahlberg1-2/+2
2007-03-30Fix more warningsStephen Fisher1-1/+1
2007-03-23fix some more warnings (type casts)Ulf Lamping1-1/+1
2006-09-23replace a rotating buffer in smb with ep allocated memoryRonnie Sahlberg1-12/+3
2006-06-18track smb FIDFs when tehy are opened and closed.Ronnie Sahlberg1-2/+2
2006-06-18rename add_fid() to dissect_smb_fid() as a firsdt step towards adding trackin...Ronnie Sahlberg1-2/+2
2006-05-21change a whole bunch of ethereal into wiresharkRonnie Sahlberg1-2/+2
2006-03-23Coverity CID 48 is still complaining about a NULL dereference. Hopefully Gerald Combs1-10/+11
2006-03-14coverity bug 44Ronnie Sahlberg1-2/+4
2006-03-08remove a redundant if statementRonnie Sahlberg1-3/+2
2006-03-08for really really weird malformed lanman packets it is theoretically possibleRonnie Sahlberg1-0/+4
2006-03-07fix a potential null dereferenceRonnie Sahlberg1-3/+8
2005-09-28Have show_exception() take a "const char *" as its exception message,Guy Harris1-0/+1
2005-09-17Move some headers for stuff defined by a dissector into epan/dissectorsGuy Harris1-1/+1
2005-09-17Move a pile of protocol-related headers from the top-level sourceGuy Harris1-1/+1
2005-06-10just to get things straight: a dissector should *never* do any g_assert() calls!Ulf Lamping1-3/+3