summaryrefslogtreecommitdiff
path: root/epan/dissectors/packet-smb.c
AgeCommit message (Expand)AuthorFilesLines
2011-05-19Give some routines used for info levels that appear both in set and getGuy Harris1-70/+174
2011-05-19The routines declared in packet-smb.h are defined in packet-smb.c;Guy Harris1-55/+54
2011-05-17Don't leave the truncation flag unset in any of the info levelGuy Harris1-6/+14
2011-05-16Give the UNIX-extension routines used for info levels that appear bothGuy Harris1-20/+20
2011-05-16Fix some comments.Guy Harris1-18/+31
2011-05-14Remove the qpi_ from info level dissectors used for set info calls asGuy Harris1-16/+16
2011-05-14For Find File Unix and Unix Info2, spell it "Unix", to match Query FileGuy Harris1-219/+181
2011-05-12Fix the test.sh failures based on Guy's suggestion in https://bugs.wireshark....Jeff Morriss1-1/+1
2011-05-09Support SMB_FIND_FILE_UNIX_INFO2.Guy Harris1-8/+298
2011-05-09Count padding bytes against the transaction data byte count.Guy Harris1-2/+5
2011-04-26Fix Dead Store (Dead assignement/Dead increment) Warning found by ClangAlexis La Goutte1-27/+20
2011-04-16Add NULL checks. Fixes Coverity CIDs 509 and 510.Gerald Combs1-3/+9
2011-04-13Comment out code to create a subtree since it's (currently ?) unused: Coveri...Bill Meier1-21/+19
2011-03-27Added a FALLTHRU comment to avoid a "missing break" warning.Stig Bjørlykke1-1/+2
2011-02-10Modify proto_tree_add_bytes_format() and proto_tree_add_bytes_format_value()Jeff Morriss1-3/+2
2011-01-30Introduce "Fragment count" filter element for all protocols doing reassembly.Stig Bjørlykke1-0/+6
2011-01-16There's no need to pass the result of tvb_get_ptr() as the 'value' inJeff Morriss1-2/+1
2010-12-23Proof of concept for using new tvb_get_ephemeral_unicode_stringz(), which wasStephen Fisher1-1/+5
2010-12-20Rename the routines that handle dissector tables with unsigned integerGuy Harris1-7/+7
2010-12-06Fix various typos and spelling errors.Bill Meier1-9/+9
2010-11-12Fix a crash I introduced in SVN #34692: A value_string ext referenced smb_cmd...Bill Meier1-1/+1
2010-10-29Use value_string_ext fcns to access certain value_string arrays.Bill Meier1-30/+39
2010-10-27Fix the disssector assertion reported in https://bugs.wireshark.org/bugzilla/...Jeff Morriss1-5/+5
2010-10-22packet-smb.c:890: warning: data definition has no type or storage classAnders Broman1-1/+1
2010-10-22From CaL Turney:Anders Broman1-1/+7
2010-09-24(Refining the regexp...) Replace blurbs that match the name (case insensitive...Jeff Morriss1-1/+1
2010-09-23Replace blurbs that match the name (case insensitive) with NULL.Jeff Morriss1-10/+10
2010-08-10Dissect SMB_FILE_ATTRIBUTES, when used as file attributes rather thanGuy Harris1-66/+41
2010-08-06From Tan Kean Siong:Jaap Keuter1-5/+89
2010-07-10Fix for bug 4993:Jaap Keuter1-1/+1
2010-06-18OK, I checked the Microsoft spec; give some information on that.Guy Harris1-3/+17
2010-06-17Expand some comments.Guy Harris1-1/+8
2010-06-16Handle 64-bit file offsets in ReadAndX and WriteAndX.Guy Harris1-34/+47
2010-06-15Remove #include <inttypes.h>.Stig Bjørlykke1-2/+0
2010-06-15From David Perez & Jose Pico from Taddong S.L. via bug 4451:Stig Bjørlykke1-7/+225
2010-05-13As suggested in http://www.wireshark.org/lists/wireshark-dev/200809/msg00075....Jeff Morriss1-7/+1
2010-05-03Fix https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=4734 :Jeff Morriss1-2/+3
2010-04-03Remove unneeded #include <stdio.h>Bill Meier1-2/+0
2010-02-06Renamed some reassembled data texts.Stig Bjørlykke1-1/+1
2010-02-02Introduce "Reassembled length" filter element for all protocols doingStig Bjørlykke1-1/+6
2010-01-22Fix some gcc -Wshadow warningsBill Meier1-57/+57
2010-01-03Use different abbrev for unknown data and unknown field.Stig Bjørlykke1-2/+2
2009-12-19For fields of type FT_ABSOLUTE_TIME, have the "display" value be one ofGuy Harris1-12/+12
2009-12-07A fix for bug 4301:Stig Bjørlykke1-4/+5
2009-11-17Remove the address operator from value_string arrays fed to VALS()Gerasimos Dimitriadis1-1/+1
2009-11-10From Bernard Imbert:Jaap Keuter1-0/+146
2009-10-18Fix an off-by-one error (<= instead of <) that caused the dissector toJeff Morriss1-1/+1
2009-10-16add proper support for infolevel 105 for ffRonnie Sahlberg1-1/+124
2009-10-16add dissection of infolevel 0x105 for findfirstRonnie Sahlberg1-0/+2
2009-10-07Cleanup header fields.Jaap Keuter1-1/+1