aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-smb.c
AgeCommit message (Expand)AuthorFilesLines
2010-01-22Fix some gcc -Wshadow warningswmeier1-57/+57
2010-01-03Use different abbrev for unknown data and unknown field.stig1-2/+2
2009-12-19For fields of type FT_ABSOLUTE_TIME, have the "display" value be one ofguy1-12/+12
2009-12-07A fix for bug 4301:stig1-4/+5
2009-11-17Remove the address operator from value_string arrays fed to VALS()dimeg1-1/+1
2009-11-10From Bernard Imbert:jake1-0/+146
2009-10-18Fix an off-by-one error (<= instead of <) that caused the dissector tomorriss1-1/+1
2009-10-16add proper support for infolevel 105 for ffsahlberg1-1/+124
2009-10-16add dissection of infolevel 0x105 for findfirstsahlberg1-0/+2
2009-10-07Cleanup header fields.jake1-1/+1
2009-09-24Don't guard col_append_str with check_colkrj1-18/+6
2009-09-20Only duplicate string the first time around, i.e. 'pinfo->fd->flags.visited =...krj1-18/+18
2009-09-18From yami<yamisoe At ...>: Fix Bug #3542: get_dfs_referral referral entry is...wmeier1-107/+285
2009-08-16Switch a bunch of dissectors over to using tvb_new_subset_remaining()krj1-3/+3
2009-08-09Don't guard col_clear with col_checkkrj1-3/+1
2009-08-09Don't guard col_set_str (COL_INFO/COL_PROTOCOL) with col_checkkrj1-3/+1
2009-07-07Changed flags_set_truth -> tfs_set_notsetstig1-19/+19
2009-07-07From Kovarththanan Rajaratnam:stig1-2/+2
2009-06-18From Kovarththanan Rajaratnam via bug 3548:stig1-115/+115
2009-06-05Have tap listeners specify whether the "packet" routine requiresguy1-1/+2
2009-05-29tvb_new_real_data -> tvb_new_child_real_dataetxrab1-2/+1
2009-03-15From Jakub Zawadzki:stig1-2/+1
2008-12-19Back out r27047 and r27053.gerald1-1/+2
2008-12-18Update calls to proto_tree_add_bytes_format to reflect r27047.gerald1-2/+1
2008-12-17Fix typos and spelling (mostly in text strings) wmeier1-1/+1
2008-12-09Squelch a couple of Valgrind warnings.gerald1-2/+2
2008-09-27Minor cleanup for proto_reg-handoff & etcwmeier1-5/+5
2008-09-24track smb dialects between negprot request to the responses so we can sahlberg1-2/+38
2008-06-12From yami via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=2603 : regi...morriss1-0/+2
2008-05-29Note underflow/overflow possibilities (there used to be checks thatguy1-0/+2
2008-05-14Fix some of the Errors/warnings detected by checkapi.wmeier1-1/+3
2008-04-14gcc 4.3 will not handle an overflow in the expected way but will warn instead...jmayer1-4/+0
2008-03-17Fix another crash from http://bugs.wireshark.org/bugzilla/show_bug.cgi?id=111...morriss1-8/+7
2008-03-01Rewrote to use g_strlcpy and g_strlcat.stig1-4/+2
2008-02-07Removed even more "statement not reached" warnings.stig1-4/+0
2008-01-09add support for qpi level 516 : posix aclsahlberg1-4/+183
2007-12-10add some more names for Query/Set path info levels and add empty stubs sahlberg1-1/+122
2007-11-25Fix bug 2019: The SMB dissector was dereferencing a NULL pointer.gerald1-90/+90
2007-11-09Apply yet another set of the optimization patches:etxrab1-1/+1
2007-11-08Apply yet another set of the optimization patches:etxrab1-623/+622
2007-10-23Apply the small performance enhancment patches for:etxrab1-8/+8
2007-08-20we need to track the fid in the rwdata structure so that reassembly of sahlberg1-0/+7
2007-06-17track filenames between rename requests and responses to make it easier to sahlberg1-2/+44
2007-06-17remember locking info between requests and repsonses so it is easier to sahlberg1-2/+109
2007-06-05For various routines used by dissect_smb_fid() to dissect various FIDguy1-96/+101
2007-05-22show the directory name in replies to CreateDir/Checkdir and DeleteDirsahlberg1-0/+6
2007-05-22show the filename that was to be deleted in the Delete replysahlberg1-0/+16
2007-05-22improve FIND_FIRST2 useability in the same way as in the previous sahlberg1-10/+31
2007-05-22remember the object name from a QUERY_PATH_INFO and show it as a sahlberg1-0/+11
2007-05-22show the QUERY_FS_INFO level as a generated item in the response packetsahlberg1-1/+3