aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-smb.c
AgeCommit message (Expand)AuthorFilesLines
2011-10-24Fix encoding arg for various fcn calls:wmeier1-1/+1
2011-10-21For proto_tree_add_item(..., proto_xxx, ...)use ENC_NA as the encoding arg.wmeier1-1/+1
2011-10-15Convert proto_tree_add_item() 'encoding' arg for field types FT_STRING, FT_ST...wmeier1-9/+9
2011-10-04Use ENC_NA as encoding for proto_tree_add_item() calls which directly referen...wmeier1-3/+3
2011-10-01Set encoding.etxrab1-463/+463
2011-10-01From Stefan Metzmacher: Support for SMB 2.22 features;wmeier1-18/+34
2011-09-08From Stefan Metzmacher: Fix flags in packet-smbwmeier1-25/+60
2011-08-16Initialize trunc.stig1-1/+1
2011-05-27Treat TVBs as opaque: use the accessor functions instead of accessing the fieldsmorriss1-10/+17
2011-05-20Use tvb_get_ephemeral_string() instead of tvb_get_ptr().morriss1-3/+3
2011-05-19Give some routines used for info levels that appear both in set and getguy1-70/+174
2011-05-19The routines declared in packet-smb.h are defined in packet-smb.c;guy1-55/+54
2011-05-17Don't leave the truncation flag unset in any of the info levelguy1-6/+14
2011-05-16Give the UNIX-extension routines used for info levels that appear bothguy1-20/+20
2011-05-16Fix some comments.guy1-18/+31
2011-05-14Remove the qpi_ from info level dissectors used for set info calls asguy1-16/+16
2011-05-14For Find File Unix and Unix Info2, spell it "Unix", to match Query Fileguy1-219/+181
2011-05-12Fix the test.sh failures based on Guy's suggestion in https://bugs.wireshark....morriss1-1/+1
2011-05-09Support SMB_FIND_FILE_UNIX_INFO2.guy1-8/+298
2011-05-09Count padding bytes against the transaction data byte count.guy1-2/+5
2011-04-26Fix Dead Store (Dead assignement/Dead increment) Warning found by Clangalagoutte1-27/+20
2011-04-16Add NULL checks. Fixes Coverity CIDs 509 and 510.gerald1-3/+9
2011-04-13Comment out code to create a subtree since it's (currently ?) unused: Coveri...wmeier1-21/+19
2011-03-27Added a FALLTHRU comment to avoid a "missing break" warning.stig1-1/+2
2011-02-10Modify proto_tree_add_bytes_format() and proto_tree_add_bytes_format_value()morriss1-3/+2
2011-01-30Introduce "Fragment count" filter element for all protocols doing reassembly.stig1-0/+6
2011-01-16There's no need to pass the result of tvb_get_ptr() as the 'value' inmorriss1-2/+1
2010-12-23Proof of concept for using new tvb_get_ephemeral_unicode_stringz(), which wassfisher1-1/+5
2010-12-20Rename the routines that handle dissector tables with unsigned integerguy1-7/+7
2010-12-06Fix various typos and spelling errors.wmeier1-9/+9
2010-11-12Fix a crash I introduced in SVN #34692: A value_string ext referenced smb_cmd...wmeier1-1/+1
2010-10-29Use value_string_ext fcns to access certain value_string arrays.wmeier1-30/+39
2010-10-27Fix the disssector assertion reported in https://bugs.wireshark.org/bugzilla/...morriss1-5/+5
2010-10-22packet-smb.c:890: warning: data definition has no type or storage classetxrab1-1/+1
2010-10-22From CaL Turney:etxrab1-1/+7
2010-09-24(Refining the regexp...) Replace blurbs that match the name (case insensitive...morriss1-1/+1
2010-09-23Replace blurbs that match the name (case insensitive) with NULL.morriss1-10/+10
2010-08-10Dissect SMB_FILE_ATTRIBUTES, when used as file attributes rather thanguy1-66/+41
2010-08-06From Tan Kean Siong:jake1-5/+89
2010-07-10Fix for bug 4993:jake1-1/+1
2010-06-18OK, I checked the Microsoft spec; give some information on that.guy1-3/+17
2010-06-17Expand some comments.guy1-1/+8
2010-06-16Handle 64-bit file offsets in ReadAndX and WriteAndX.guy1-34/+47
2010-06-15Remove #include <inttypes.h>.stig1-2/+0
2010-06-15From David Perez & Jose Pico from Taddong S.L. via bug 4451:stig1-7/+225
2010-05-13As suggested in http://www.wireshark.org/lists/wireshark-dev/200809/msg00075....morriss1-7/+1
2010-05-03Fix https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=4734 :morriss1-2/+3
2010-04-03Remove unneeded #include <stdio.h>wmeier1-2/+0
2010-02-06Renamed some reassembled data texts.stig1-1/+1
2010-02-02Introduce "Reassembled length" filter element for all protocols doingstig1-1/+6