aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-smb-pipe.c
AgeCommit message (Expand)AuthorFilesLines
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
2005-06-02add a generated toplevel line between the TCP protocol and the desegmented co...Ulf Lamping1-2/+3
2005-05-10Make a field type check more strict. Remove some unnecessary code.Gerald Combs1-18/+3
2005-04-30Make sure we don't pass an invalid length to proto_tree_add_item(). FoundGerald Combs1-2/+24
2005-04-28In dissect_pipe_lanman(), return FALSE if p_tvb is null, no matter what.Gerald Combs1-1/+1
2005-04-16Add an extra_info_type field to smb_extra_info_t so that we can makeGerald Combs1-4/+13
2005-02-25pinfo->private_data was a quite subptimal ideaRonnie Sahlberg1-5/+1
2005-02-09Move the following files from /trunk to /trunk/epan:Lars Roland1-1/+1
2004-08-03Move a bunch of stuff that's more Windows-related than SMB-related toGuy Harris1-0/+1
2004-07-18Move dissectors to epan/dissectors directory.Gilbert Ramirez1-0/+3931