GSM A DTAP: add UMTS EVS to supported codecs list IE
[metze/wireshark/wip.git] / epan / dissectors / packet-smb.h
2018-02-12 Dario Lombardodissectors: use SPDX identifiers.
2016-09-03 Uri SimchoniSMB: dissect FILE_GET_QUOTA_INFORMATION
2016-09-02 Uri SimchoniSMB: make dissect_nt_user_quota public
2014-09-16 Bill MeierFix spelling: cant-->can't, wont-->won't, etc
2014-03-04 Alexis La GoutteRemove all $Id$ from top of file
2013-12-03 Jakub ZawadzkiDissectors should not use dfilter.h, don't include it.
2013-11-27 Bill Meier- Create/use several extended value_strings
2013-10-25 Michael MannRemove SMB's use of private_data and just pass the...
2013-10-13 Bill Meierwhitespace fixes; mostly: remove trailing blanks
2013-09-01 Evan HuusMore dissectors to wmem. There are no more dissectors...
2013-03-09 Alexis La GoutteFrom Jose Pico via https://bugs.wireshark.org/bugzilla...
2013-03-01 Balint ReczeyExport libwireshark symbols using WS_DLL_PUBLIC define
2012-06-28 Jakub ZawadzkiUpdate Free Software Foundation address.
2012-06-19 Anders BromanFrom Richard Sharpe:
2011-10-01 Bill MeierFrom Stefan Metzmacher: Support for SMB 2.22 features;
2011-05-19 Guy HarrisGive some routines used for info levels that appear...
2010-10-29 Bill MeierUse value_string_ext fcns to access certain value_strin...
2010-10-22 Anders BromanFrom CaL Turney:
2010-08-10 Guy HarrisDissect SMB_FILE_ATTRIBUTES, when used as file attribut...
2010-06-16 Guy HarrisGo back to 64-bit sizes, but, before passing those...
2010-06-16 Stig BjørlykkeUse gsize for file offset.
2010-06-15 Stig BjørlykkeFrom David Perez & Jose Pico from Taddong S.L. via...
2008-09-24 Ronnie Sahlbergtrack smb dialects between negprot request to the respo...
2008-08-26 Bill Meier#include <emem.h> not req'd
2007-06-18 Stephen FisherFix Windows build-bot warnings:
2007-06-17 Ronnie Sahlbergtrack filenames between rename requests and responses...
2007-06-17 Ronnie Sahlbergremember locking info between requests and repsonses...
2007-05-22 Ronnie Sahlbergshow the filename that was to be deleted in the Delete...
2007-05-22 Ronnie Sahlbergremember the object name from a QUERY_PATH_INFO and...
2007-05-22 Ronnie Sahlbergadd the disposition to the data we store for how a...
2007-05-21 Ronnie Sahlbergadd tracking of OFFSET/LENGTH to reads/writes so we...
2007-05-21 Ronnie Sahlbergtrack FIDs on a per transaction (request+response)...
2007-05-10 Ronnie Sahlbergadd more tracking of FID properties
2007-05-10 Ronnie Sahlbergprettify dissection of FIDs,
2007-05-07 Ronnie Sahlbergadd dissection of smb1 ioctl data by tying it into...
2007-04-26 Guy HarrisAs with other types of extra info, tag the UID extra...
2007-04-24 Ronnie Sahlbergadd a missing change from the previous commit
2007-03-26 Stephen FisherFrom Peter Johansson:
2006-08-16 Ronnie Sahlbergtrack fid types between NT TRans QUERY_SECURITY_DESCRIP...
2006-08-16 Ronnie Sahlberg add a type field for the fid tracking structure and...
2006-08-14 Ronnie Sahlbergrename some structures and defines from the se_tree...
2006-06-20 Gerald CombsChange ETH_VAR_IMPORT to WS_VAR_IMPORT. Try to fix...
2006-06-19 Ronnie Sahlbergadd tracking of TID -> sharenames
2006-06-19 Ronnie Sahlbergadd infrastructure to make tracking of fid->filename...
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-02-07 Ronnie Sahlbergadd dissection of
2005-11-26 Ronnie Sahlbergadd endoffile infolevel
2005-11-26 Ronnie Sahlbergmore infolevels
2005-11-26 Ronnie Sahlbergassume the four bytes after the fid in notify request...
2005-11-25 Ronnie Sahlbergadd some more infolevels
2005-11-25 Ronnie Sahlbergadd dissection of the smb2 impersionationlevel field
2005-11-25 Ronnie Sahlbergsome info level updates
2005-11-25 Ronnie Sahlbergsome info level updates
2005-11-18 Ronnie Sahlbergdissect some more infolevels
2005-11-17 Ronnie Sahlbergadd dissection of more infolevels for smb2
2005-11-17 Ronnie Sahlbergadd dissection of fs_[objectid|full_size]_info
2005-11-17 Ronnie Sahlberg add dissection of fs quota info
2005-11-17 Ronnie Sahlbergadd full dissection of fs_[volume|size|device|atrtibute...
2005-11-17 Ronnie Sahlbergadd dissection of the security descriptor mask
2005-11-12 Ronnie Sahlberg improve the dissection of Create and fill in most...
2005-11-12 Ronnie Sahlbergdissect more of Close request/response
2005-09-17 Guy HarrisMove some headers for stuff defined by a dissector...