aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-smb.c
AgeCommit message (Expand)AuthorFilesLines
2013-03-22Don't wire into the reassembly code the notion that reassemblies shouldGuy Harris1-5/+14
2013-03-18From beroset:Anders Broman1-11/+11
2013-03-10Add two missing NULL checks, fixes most ofEvan Huus1-14/+31
2013-03-09From Jose Pico via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=8377 N...Alexis La Goutte1-128/+250
2013-03-01From Ed Beroset via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=8416 :Pascal Quantin1-118/+118
2013-02-19How can I get a new tvbuff that starts at an offset within a givenGuy Harris1-6/+2
2013-01-31Comment out unused hf[] entries & etc.Bill Meier1-3/+13
2012-10-11From Richard Sharpe via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=7840Alexis La Goutte1-26/+98
2012-10-11From Richard Sharpe via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=7838Alexis La Goutte1-3/+130
2012-09-20We always HAVE_CONFIG_H so don't bother checking whether we have it or not.Jeff Morriss1-3/+1
2012-09-10Initial commit to support yet another method of passing data between dissectors.Jakub Zawadzki1-1/+1
2012-09-07From Robert Bullen via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=76...Jeff Morriss1-0/+2
2012-08-15bugfix minor memory leaks with GString useMichael Mann1-0/+2
2012-08-10Use val_to_str_const() where appropriate;Bill Meier1-1/+1
2012-07-27Fix memleak of listJakub Zawadzki1-0/+2
2012-06-28Update Free Software Foundation address.Jakub Zawadzki1-1/+1
2012-06-26General cleanup:Bill Meier1-1604/+1607
2012-06-26Validate 'offset' before calling proto_item_set_end(); prevents potential 'Di...Bill Meier1-0/+4
2012-06-25Tighten up validity checking when doing reassembly.Bill Meier1-13/+10
2012-06-19From Richard Sharpe:Anders Broman1-15/+35
2012-06-19Set save_fragmented at the beginning of the routine, so it can always beGuy Harris1-1/+2
2012-06-19In dissect_nt_transaction_request(), restore pinfo->fragmented beforeGuy Harris1-0/+1
2012-06-19From Richard Sharpe:Anders Broman1-13/+93
2012-05-31Display hf_smb_server_guid, hf_smb_volume_guid and hf_smb_dfs_referral_server...Pascal Quantin1-3/+3
2012-05-31Fix https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=7307Pascal Quantin1-1/+1
2012-05-30From Richard Sharpe on -dev:Jeff Morriss1-0/+50
2012-05-22SMB: Add dissection of TRANS2_REQUEST_TRANSPORT_ENCRYPTION messagesRonnie Sahlberg1-0/+73
2012-05-22SMB: Dissect TRANS2_SET_FS_INFORMATION infolevelRonnie Sahlberg1-0/+33
2012-05-22SMB: Call dissect_nt_quota() via a new dissect_sfsi_request/response()Ronnie Sahlberg1-3/+50
2012-05-16Fix a bunch of uninitialized variables found by Coverity Scan. CIDsGerald Combs1-1/+1
2012-04-28From Evan Huus:pascal1-6/+0
2011-12-13Use consistent indentation.Bill Meier1-392/+391
2011-12-13Use tvb_new_child_real_data() instead of tvb_new_real_data() + tvb_set_child_...Bill Meier1-3/+2
2011-10-24Fix encoding arg for various fcn calls:Bill Meier1-1/+1
2011-10-21For proto_tree_add_item(..., proto_xxx, ...)use ENC_NA as the encoding arg.Bill Meier1-1/+1
2011-10-15Convert proto_tree_add_item() 'encoding' arg for field types FT_STRING, FT_ST...Bill Meier1-9/+9
2011-10-04Use ENC_NA as encoding for proto_tree_add_item() calls which directly referen...Bill Meier1-3/+3
2011-10-01Set encoding.Anders Broman1-463/+463
2011-10-01From Stefan Metzmacher: Support for SMB 2.22 features;Bill Meier1-18/+34
2011-09-08From Stefan Metzmacher: Fix flags in packet-smbBill Meier1-25/+60
2011-08-16Initialize trunc.Stig Bjørlykke1-1/+1
2011-05-27Treat TVBs as opaque: use the accessor functions instead of accessing the fieldsJeff Morriss1-10/+17
2011-05-20Use tvb_get_ephemeral_string() instead of tvb_get_ptr().Jeff Morriss1-3/+3
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