aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-smb-pipe.c
Commit message (Expand)AuthorAgeFilesLines
* Convert proto_tree_add_item() 'encoding' arg for field types FT_STRING, FT_ST...Bill Meier2011-10-151-7/+7
* Convert 'encoding' parameter of certain proto_tree_add_item() calls in non-au...Bill Meier2011-10-061-11/+11
* Fix some gcc 4.6 "set but not used [-Wunused-but-set-variable]" warnings;Bill Meier2011-06-201-2/+2
* Modify proto_tree_add_bytes_format() and proto_tree_add_bytes_format_value()Jeff Morriss2011-02-101-1/+1
* Introduce "Fragment count" filter element for all protocols doing reassembly.Stig Bjørlykke2011-01-301-0/+5
* There's no need to pass the result of tvb_get_ptr() as the 'value' inJeff Morriss2011-01-161-8/+5
* Use value_string_ext to access 'commands' value_string.Bill Meier2010-10-291-6/+8
* Replace blurbs that match the name (case insensitive) with NULL.Jeff Morriss2010-09-231-1/+1
* Don't pass a NULL pointer to what is supposed to be (according to the format)...Jeff Morriss2010-05-171-1/+1
* Remove unneeded #include <stdio.h>Bill Meier2010-04-031-2/+0
* Renamed some reassembled data texts.Stig Bjørlykke2010-02-061-1/+1
* Changed "reassembled_length" -> "reassembled.length".Stig Bjørlykke2010-02-031-1/+1
* Introduce "Reassembled length" filter element for all protocols doingStig Bjørlykke2010-02-021-0/+5
* For fields of type FT_ABSOLUTE_TIME, have the "display" value be one ofGuy Harris2009-12-191-7/+7
* Don't guard col_set_str (COL_INFO/COL_PROTOCOL) with col_checkKovarththanan Rajaratnam2009-08-091-6/+2
* From Kovarththanan Rajaratnam via bug 3548:Stig Bjørlykke2009-06-211-2/+2
* Apply some of the patches from:Anders Broman2009-05-131-4/+2
* Back out r27047 and r27053.Gerald Combs2008-12-191-1/+1
* Update calls to proto_tree_add_bytes_format to reflect r27047.Gerald Combs2008-12-181-1/+1
* Fix some "format not a string literal and no format arguments" warnings.Stig Bjørlykke2008-10-311-1/+1
* #include <emem.h> not req'dBill Meier2008-08-261-1/+0
* Removed even more "statement not reached" warnings.Stig Bjørlykke2008-02-071-2/+0
* Apply yet another set of the optimization patches:Anders Broman2007-11-081-1/+1
* Flag errorJaap Keuter2007-10-171-1/+1
* "fix" some warnings about "might be used uninitialized" variablesJörg Mayer2007-09-261-1/+1
* since the fid dissector helper now adds a lot of extra info to the treeRonnie Sahlberg2007-05-151-1/+1
* prettify dissection of FIDs,Ronnie Sahlberg2007-05-101-2/+2
* Fix more warningsStephen Fisher2007-03-301-1/+1
* fix some more warnings (type casts)Ulf Lamping2007-03-231-1/+1
* replace a rotating buffer in smb with ep allocated memoryRonnie Sahlberg2006-09-231-12/+3
* track smb FIDFs when tehy are opened and closed.Ronnie Sahlberg2006-06-181-2/+2
* rename add_fid() to dissect_smb_fid() as a firsdt step towards adding trackin...Ronnie Sahlberg2006-06-181-2/+2
* change a whole bunch of ethereal into wiresharkRonnie Sahlberg2006-05-211-2/+2
* Coverity CID 48 is still complaining about a NULL dereference. Hopefully Gerald Combs2006-03-231-10/+11
* coverity bug 44Ronnie Sahlberg2006-03-141-2/+4
* remove a redundant if statementRonnie Sahlberg2006-03-081-3/+2
* for really really weird malformed lanman packets it is theoretically possibleRonnie Sahlberg2006-03-081-0/+4
* fix a potential null dereferenceRonnie Sahlberg2006-03-071-3/+8
* Have show_exception() take a "const char *" as its exception message,Guy Harris2005-09-281-0/+1
* Move some headers for stuff defined by a dissector into epan/dissectorsGuy Harris2005-09-171-1/+1
* Move a pile of protocol-related headers from the top-level sourceGuy Harris2005-09-171-1/+1
* just to get things straight: a dissector should *never* do any g_assert() calls!Ulf Lamping2005-06-101-3/+3
* add a generated toplevel line between the TCP protocol and the desegmented co...Ulf Lamping2005-06-021-2/+3
* Make a field type check more strict. Remove some unnecessary code.Gerald Combs2005-05-101-18/+3
* Make sure we don't pass an invalid length to proto_tree_add_item(). FoundGerald Combs2005-04-301-2/+24
* In dissect_pipe_lanman(), return FALSE if p_tvb is null, no matter what.Gerald Combs2005-04-281-1/+1
* Add an extra_info_type field to smb_extra_info_t so that we can makeGerald Combs2005-04-161-4/+13
* pinfo->private_data was a quite subptimal ideaRonnie Sahlberg2005-02-251-5/+1
* Move the following files from /trunk to /trunk/epan:Lars Roland2005-02-091-1/+1
* Move a bunch of stuff that's more Windows-related than SMB-related toGuy Harris2004-08-031-0/+1