wsgcrypt.h checks internally if we HAVE_LIBGCRYPT
[metze/wireshark/wip.git] / epan / dissectors / packet-smb2.c
2015-11-02 Martin Kaiserwsgcrypt.h checks internally if we HAVE_LIBGCRYPT
2015-10-30 Michael Adampacket-smb2: Add dissector for SMB2_FSCTL_OFFLOAD_READ
2015-10-29 Michael Mann[SMB2] Fix compile error.
2015-10-29 Stefan Metzmacherpacket-smb2: display SMB2_FLAGS_PRIORITY_MASK in the...
2015-10-29 Stefan Metzmacherpacket-smb2: maintain a smb2_fid_info per open file
2015-10-02 Richard SharpeAdd support for the FSCTL_QUERY_FILE_REGION FSCTL.
2015-07-28 Noel PowerSMB2: only move ssi for request if request is really...
2015-07-25 Gregor BeckMSWSP: Initial implementation of MS-WSP (windows search...
2015-07-17 Michael MannRemove all preferences related to enabling/disabling...
2015-07-16 Alexis La GoutteSMB2: Fix Dead Store (Dead assignement/Dead increment...
2015-07-16 Guy HarrisOne definition of the same typedef suffices.
2015-07-16 Richard SharpeAdd support to the SMB2 protocol for one of the proposa...
2015-07-12 Michael MannAdd "user presentable" and "unique string ids" to heuri...
2015-07-04 Richard SharpeAdd support for dissecting Notify Responses based on...
2015-07-03 Bill Meier[smb2] Update some comments
2015-07-02 Alexis La GoutteRevert "SMB2 - An out-of-order entry in smb2_ioctl_vals...
2015-07-02 cturneySMB2 - An out-of-order entry in smb2_ioctl_vals[] cause...
2015-07-01 Guy HarrisSort smb2_ioctl_vals[] numerically.
2015-07-01 Gregor Becksmb2: dissect FSCTL_PIPE_WAIT
2015-06-22 Evan HuusRemove a bunch of deprecated tvb_length calls
2015-06-21 Michael MannFurther refactor SRT stats.
2015-06-06 Alexis La GoutteSMB2: There are identical sub-expressions to the left...
2015-04-01 Richard SharpeFix bug #10858. There were several cases where uint32...
2015-03-31 Richard SharpeCorrectly handle the CREATE_APP_INSTANCE_ID Create...
2015-03-10 Gerald CombsChange a lot of http:// URLs to https://.
2015-03-09 Richard SharpeAdd dissection of the SMB2 FSCTL_SET_INTEGRITY_INFORMAT...
2015-03-03 Guy HarrisEliminate e_uuid_t in favor of e_guid_t.
2015-02-13 Richard SharpeA dissector for the RSVD Protocol (see [MS-RSVD].pdf).
2015-01-22 Stefan Metzmacherpacket-smb2: implement SMB2 NegotiateContexts
2015-01-22 Stefan Metzmacherpacket-smb2: fix getting the dataoffset in dissect_smb2...
2015-01-22 Stefan Metzmacherpacket-smb2: correctly dissect dcerpc traffic over...
2015-01-08 Michael Mannguid_to_ep_str -> guid_to_str
2015-01-08 Michael MannRemove decode_numeric_bitfield.
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-01 Michael MannUse proto_tree_add_bitmask for groups of proto_tree_add...
2014-11-20 Michael MannEliminate proto_tree_add_text from some dissectors.
2014-10-15 Evan Huussmb2: fully initialize dummy session
2014-10-07 Richard SharpeDissect an SVHDX Open Device Context that appears as...
2014-10-06 Bill MeierAdjust indentation to match editor modelines; Do other...
2014-09-16 Bill MeierFix spelling: cant-->can't, wont-->won't, etc
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-07 Michael Manntvb_new_subset -> tvb_new_subset_length when length...
2014-05-21 AndersBromanChange the signature of dissector_try_heuristic() to...
2014-04-30 Evan HuusFix uninitialized struct in SMB2
2014-03-07 Stefan Metzmacherpacket-smb2: setup decryption keys for kerberos session...
2014-03-04 Alexis La GoutteRemove all $Id$ from top of file
2014-02-25 Stefan Metzmacherpacket-smb2: register a dissector on top of smb_direct
2014-02-25 Guy HarrisCan't register in a non-existent dissector table.
2014-02-25 Stefan Metzmacherpacket-smb2: register a dissector on top of smb_direct
2014-01-31 Alexis La GoutteFix Dead Store (Dead assignement/Dead increment) warnin...
2014-01-31 Stefan Metzmacherpacket-smb2: dissect SMBDirect Buffer Descriptors
2014-01-30 Alexis La GoutteMerge "openSAFETY: Fixing field / byte assignment"
2014-01-29 Stig BjørlykkeMerge "Lua: Added a utility function file_exists()."
2014-01-29 Alexis La GoutteMerge "Apply layouts in Qt Creator. Fix a tooltip."
2014-01-29 Stefan Metzmacherpacket-smb2: fix lease epoch fields
2014-01-29 Alexis La GoutteMerge "smb2: Lease Epoch is only 16 bit"
2014-01-29 Volker Lendeckesmb2: Lease Epoch is only 16 bit
2014-01-29 Alexis La GoutteMerge "smb2: Fix a typo"
2014-01-29 Volker Lendeckesmb2: Fix a typo
2013-12-21 Jakub ZawadzkiAdd missing includes
2013-12-11 Anders Broman- Make local functions static.
2013-11-27 Bill Meier- Create/use several extended value_strings
2013-11-24 Michael MannMove dceprc_procedure_name from packet_info to dcerpc_i...
2013-11-16 Bill MeierCreate/use extended-value-strings to reference certain...
2013-11-06 Michael MannRemove pinfo->private_data from DCERPC dissectors and...
2013-10-29 Bill MeierFrom didier gautheron: remove redundant or use faster...
2013-10-25 Michael MannRemove SMB's use of private_data and just pass the...
2013-10-15 Cal TurneyReorder all of the bitmask trees according to its endia...
2013-09-22 Pascal Quantinemem -> wmem conversion:
2013-09-21 Evan HuusAdd _g_ to the names of functions that allocate glib...
2013-09-15 Pascal Quantinemem -> wmem (except uat or init routines)
2013-09-15 Evan HuusRemove unused variables, fix typos.
2013-09-15 Michael MannConvert proto_tree_add_uint_format to proto_tree_add_ui...
2013-09-09 Evan HuusRegister a wmem callback to free the glib hash tables...
2013-09-09 Evan HuusIn SMB2 dissector, make sure pinfo->private_data is...
2013-08-01 Jeff MorrissAs pointed out in https://wireshark.org/lists/wireshark...
2013-07-31 Jeff MorrissFrom Richard Sharpe:
2013-06-14 Michael MannRemove check_col() and the occasional tree.
2013-03-17 Anders BromanFrom beroset:
2013-03-10 Evan HuusAllocate zeroed memory instead of manually zeroing...
2013-03-09 Anders BromanUse explicit casts.
2013-03-09 Alexis La GoutteMake checkAPIs Happy
2013-03-09 Alexis La GoutteFrom Jose Pico via https://bugs.wireshark.org/bugzilla...
2013-02-24 Jakub ZawadzkiUse AF_ defines from <epan/aftypes.h>
2013-02-21 Martin Kaiserinclude the wsutil/wsgcrypt.h instead of including...
2013-02-19 Guy HarrisHow can I get a new tvbuff that starts at an offset...
2013-01-07 Pascal QuantinFix https://bugs.wireshark.org/bugzilla/show_bug.cgi...
2013-01-04 Pascal QuantinFix some errors found by fix-encoding-args.pl script
2012-12-16 Alexis La GoutteFrom Richard Sharpe via https://bugs.wireshark.org...
2012-10-28 Pascal QuantinFix https://bugs.wireshark.org/bugzilla/show_bug.cgi...
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-10 Jakub ZawadzkiInitial commit to support yet another method of passing...
2012-08-16 Bill MeierGeneral cleanup of whitespace formatting.
2012-08-16 Bill MeierFrom Stefan Metzmacher: Updates for the SMB2/3
2012-08-15 Michael Mannbugfix minor memory leaks with GString use
next