HTTPS (almost) everywhere.
[metze/wireshark/wip.git] / epan / dissectors / packet-smb-pipe.c
2019-07-26 Guy HarrisHTTPS (almost) everywhere.
2018-12-27 Guy HarrisTry to squeeze some bytes out of the frame_data structure.
2018-02-12 Dario Lombardodissectors: use SPDX identifiers.
2017-05-20 Guy HarrisShow structures as FT_NONE, not FT_STRING.
2017-05-17 Michael MannCreate temporary variables for some proto_tree_add_...
2017-04-19 Peter Wusmb-pipe: fix memory leaks from descriptors
2017-01-29 Michael MannRegister reassembly tables
2016-06-27 Michael Manntvb_get_string_enc + proto_tree_add_item = proto_tree_a...
2016-05-09 Guy HarrisGive the time_[m]secs_to routines names that begin...
2016-03-20 Michael MannCreate call_data_dissector() to call data dissector.
2016-03-17 Michael MannAssociate dissector tables and heuristic subdissector...
2016-01-24 Guy HarrisAdd the packet number to the packet_info structure...
2015-07-25 Gregor BeckMSWSP: Initial implementation of MS-WSP (windows search...
2015-07-03 Peter WuCall reassembly_table_destroy for some dissectors
2015-06-22 Evan HuusRemove a bunch of deprecated tvb_length calls
2015-06-08 Michael MannEliminate proto_tree_add_text from some dissectors.
2015-01-19 Guy HarrisThe times in question are local, not UTC.
2015-01-19 Bill Meiersmb-pipe: prevent possible crash; gmtime() can return...
2015-01-07 Michael Manntvb_bytes_to_ep_str -> tvb_bytes_to_str
2014-12-25 Martin MathiesonDeleting unnecessary #includes from dissectors.
2014-12-21 Bill MeierCleanup use of #includes in non-generated epan/dissecto...
2014-12-21 Guy HarrisHave a heur_dissector_list_t be an opaque handle.
2014-12-13 Bill MeierUse ENC_LITTLE_ENDIAN when fetching FT_U?INT8 fields ...
2014-10-20 Guy HarrisGet rid of calls to ctype.h functions.
2014-09-16 Bill MeierFix spelling: cant-->can't, wont-->won't, etc
2014-09-11 Michael MannMake all "padding" fields filterable
2014-07-09 Michael Mannconvert to proto_tree_add_subtree[_format]
2014-06-19 Michael MannRevert "Fixup: tvb_* -> tvb_captured"
2014-06-18 Dario LombardoFixup: tvb_* -> tvb_captured
2014-06-18 Dario LombardoFixup: tvb_get_string(z) -> tvb_get_string(z)_enc
2014-06-16 Evan HuusConvert a bunch of time_to_str functions to wmem
2014-05-21 AndersBromanChange the signature of dissector_try_heuristic() to...
2014-03-04 Alexis La GoutteRemove all $Id$ from top of file
2013-12-19 Evan HuusRename more to_str functions to have ep_ in the name...
2013-12-19 Evan HuusRename a couple of to_str functions to have ep_ in...
2013-12-11 Anders Broman- Make local functions static.
2013-11-27 Bill Meier- Create/use several extended value_strings
2013-11-25 Michael MannMove DCERPC data in packet_info needed for Decode As...
2013-11-10 Jakub ZawadzkiAdd missing includes in order to remove exceptions...
2013-11-09 Jakub ZawadzkiInclude <epan/to_str.h> only when needed.
2013-10-26 Jeff MorrissMark a bunch of no-longer-used parameters as unused...
2013-10-25 Michael MannRemove SMB's use of private_data and just pass the...
2013-09-22 Pascal Quantinemem -> wmem conversion:
2013-08-17 Guy HarrisGet rid of an unused variable.
2013-08-16 Guy HarrisFix typo (failure to remove a %).
2013-08-16 Michael MannMake more filterable items courtesy of convert_proto_tr...
2013-07-17 Jakub ZawadzkiRemove fragment_data, add fragment_head, fragment_item...
2013-07-14 Jakub ZawadzkiRewrite reassemble API to use TVBs instead of raw data.
2013-06-14 Michael MannRemove check_col() and the occasional tree.
2013-03-22 Guy HarrisDon't wire into the reassembly code the notion that...
2013-03-18 Anders BromanFrom beroset:
2013-02-22 Alexis La GoutteFix some Dead Store (Dead assignement/Dead increment...
2013-01-31 Bill MeierComment out unused hf[] entries & etc.
2012-09-20 Jeff MorrissWe always HAVE_CONFIG_H so don't bother checking whethe...
2012-09-11 Jakub ZawadzkiAdd data parameter to dissector_try_heuristic
2012-09-07 Jeff MorrissFrom Robert Bullen via https://bugs.wireshark.org/bugzi...
2012-07-27 Pascal QuantinFix a few Clang warnings (dead increment, dead assignment)
2012-06-28 Jakub ZawadzkiUpdate Free Software Foundation address.
2012-05-25 Chris MaynardFix Coverity CID 701035: Dereference after null check...
2012-05-10 Guy HarrisGet rid of remaining Booleans-as-encoding-arguments in
2011-10-21 Bill MeierFor proto_tree_add_item(..., proto_xxx, ...)use ENC_NA...
2011-10-15 Bill MeierConvert proto_tree_add_item() 'encoding' arg for field...
2011-10-06 Bill MeierConvert 'encoding' parameter of certain proto_tree_add_...
2011-06-20 Bill MeierFix some gcc 4.6 "set but not used [-Wunused-but-set...
2011-02-10 Jeff MorrissModify proto_tree_add_bytes_format() and proto_tree_add...
2011-01-30 Stig BjørlykkeIntroduce "Fragment count" filter element for all proto...
2011-01-16 Jeff MorrissThere's no need to pass the result of tvb_get_ptr(...
2010-10-29 Bill MeierUse value_string_ext to access 'commands' value_string.
2010-09-23 Jeff MorrissReplace blurbs that match the name (case insensitive...
2010-05-17 Jeff MorrissDon't pass a NULL pointer to what is supposed to be...
2010-04-03 Bill MeierRemove unneeded #include <stdio.h>
2010-02-06 Stig BjørlykkeRenamed some reassembled data texts.
2010-02-03 Stig BjørlykkeChanged "reassembled_length" -> "reassembled.length".
2010-02-02 Stig BjørlykkeIntroduce "Reassembled length" filter element for all...
2009-12-19 Guy HarrisFor fields of type FT_ABSOLUTE_TIME, have the "display...
2009-08-09 Kovarththanan Raja... Don't guard col_set_str (COL_INFO/COL_PROTOCOL) with...
2009-06-21 Stig BjørlykkeFrom Kovarththanan Rajaratnam via bug 3548:
2009-05-13 Anders BromanApply some of the patches from:
2008-12-19 Gerald CombsBack out r27047 and r27053.
2008-12-18 Gerald CombsUpdate calls to proto_tree_add_bytes_format to reflect...
2008-10-31 Stig BjørlykkeFix some "format not a string literal and no format...
2008-08-26 Bill Meier#include <emem.h> not req'd
2008-02-07 Stig BjørlykkeRemoved even more "statement not reached" warnings.
2007-11-08 Anders BromanApply yet another set of the optimization patches:
2007-10-17 Jaap KeuterFlag error
2007-09-26 Jörg Mayer"fix" some warnings about "might be used uninitialized...
2007-05-15 Ronnie Sahlbergsince the fid dissector helper now adds a lot of extra...
2007-05-10 Ronnie Sahlbergprettify dissection of FIDs,
2007-03-30 Stephen FisherFix more warnings
2007-03-23 Ulf Lampingfix some more warnings (type casts)
2006-09-23 Ronnie Sahlbergreplace a rotating buffer in smb with ep allocated...
2006-06-18 Ronnie Sahlbergtrack smb FIDFs when tehy are opened and closed.
2006-06-18 Ronnie Sahlbergrename add_fid() to dissect_smb_fid() as a firsdt step...
2006-05-21 Ronnie Sahlbergchange a whole bunch of ethereal into wireshark
2006-03-23 Gerald CombsCoverity CID 48 is still complaining about a NULL deref...
2006-03-14 Ronnie Sahlbergcoverity bug 44
2006-03-08 Ronnie Sahlbergremove a redundant if statement
2006-03-08 Ronnie Sahlbergfor really really weird malformed lanman packets ...
2006-03-07 Ronnie Sahlbergfix a potential null dereference
2005-09-28 Guy HarrisHave show_exception() take a "const char *" as its...
next