aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-smb.c
AgeCommit message (Expand)AuthorFilesLines
2014-12-01Use proto_tree_add_bitmask for groups of proto_tree_add_boolean.Michael Mann1-678/+346
2014-10-19Remove unnecessary tvb_ensure_bytes_exist calls.Michael Mann1-12/+1
2014-10-06Adjust indentation to match editor modelines; Do other minor whitespace changes.Bill Meier1-326/+326
2014-09-19Do encoding-arg changes (all benign)Bill Meier1-1/+1
2014-09-16Fix spelling: cant-->can't, wont-->won't, etcBill Meier1-33/+33
2014-07-09convert to proto_tree_add_subtree[_format]Michael Mann1-233/+111
2014-06-19Revert "Fixup: tvb_* -> tvb_captured"Michael Mann1-34/+34
2014-06-18Fixup: tvb_* -> tvb_capturedDario Lombardo1-34/+34
2014-06-18Fixup: tvb_get_string(z) -> tvb_get_string(z)_encDario Lombardo1-3/+3
2014-06-17Initialize smb ioctl_function struct memberEvan Huus1-1/+2
2014-06-16Convert a bunch of time_to_str functions to wmemEvan Huus1-1/+1
2014-06-07tvb_new_subset -> tvb_new_subset_length when length parameters are equal.Michael Mann1-11/+10
2014-04-06Apply found fix-encoding-args.pl errors in the dissector directory.Michael Mann1-1/+1
2014-03-04Remove all $Id$ from top of fileAlexis La Goutte1-2/+0
2014-02-25packet-smb: register a dissector on top of smb_directStefan Metzmacher1-0/+1
2014-02-25Can't register in a non-existent dissector table.Guy Harris1-1/+0
2014-02-25packet-smb: register a dissector on top of smb_directStefan Metzmacher1-0/+1
2014-02-04Fix indent (Use tabs)Alexis La Goutte1-21/+21
2014-01-31packet-smb.c: real fix for https://bugs.wireshark.org/bugzilla/show_bug.cgi?i...Stefan Metzmacher1-2/+2
2014-01-14Have ip6_to_str() and tvb_ip6_to_str() return const pointers, as theGuy Harris1-5/+5
2013-12-21Add missing includesJakub Zawadzki1-0/+1
2013-12-19Rename more to_str functions to have ep_ in the name if they return ephemeralEvan Huus1-1/+1
2013-12-16Use proto_tree_add_item() in preference to fetching the string andGuy Harris1-4/+1
2013-12-14Fix warningsJakub Zawadzki1-0/+3
2013-12-13Replace wmem_alloc with wmem_new in a few places, and wmem_new with wmem_new0 inEvan Huus1-16/+5
2013-11-27- Create/use several extended value_stringsBill Meier1-295/+308
2013-11-26From Ralph BöhmeMartin Kaiser1-0/+120
2013-11-19From Ralph Böhme via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=9439Alexis La Goutte1-2/+83
2013-11-10Add missing includes in order to remove exceptions.h from proto.h (next commit).Jakub Zawadzki1-0/+2
2013-10-26Mark a bunch of no-longer-used parameters as unused. Remove a couple ofJeff Morriss1-19/+19
2013-10-25Remove SMB's use of private_data and just pass the data through all of the di...Michael Mann1-432/+285
2013-10-23#if 0 numerous "unused const variables" (mostly value-string-arrays);Bill Meier1-0/+3
2013-10-15Reorder all of the bitmask trees according to its endianess from highest to l...Cal Turney1-146/+138
2013-10-13whitespace fixes; mostly: remove trailing blanksBill Meier1-3/+3
2013-10-12We can't use proto_tree_add_uint_* for FT_TIME fields, use proto_tree_add_time_*Evan Huus1-4/+8
2013-10-10"Expert Info (Error/Malformed) trying to fetch an unsigned integer with lengt...Cal Turney1-4/+11
2013-09-22More emem -> wmem conversion:Pascal Quantin1-2/+2
2013-09-22emem -> wmem conversion:Pascal Quantin1-3/+3
2013-09-05From Dirk:Anders Broman1-4/+1
2013-09-01More dissectors to wmem. There are no more dissectors using se_tree now, just aEvan Huus1-55/+55
2013-08-17Move "aggregate" fields containing bit subfields before the bitGuy Harris1-93/+196
2013-08-16Make more filterable items courtesy of convert_proto_tree_add_text.pl.Michael Mann1-376/+229
2013-07-17Remove fragment_data, add fragment_head, fragment_item - for now alias it to ...Jakub Zawadzki1-5/+5
2013-07-14Rewrite reassemble API to use TVBs instead of raw data.Jakub Zawadzki1-6/+3
2013-06-14Remove check_col() and the occasional tree.Michael Mann1-180/+77
2013-05-27Batch of filterable expert infosMichael Mann1-4/+12
2013-04-19Note that Query Server was reserved.Guy Harris1-1/+1
2013-04-19Add some names for reserved-but-never-implemented operations, withGuy Harris1-2/+31
2013-04-05From Cal Turney:Anders Broman1-6/+12
2013-03-22Don't wire into the reassembly code the notion that reassemblies shouldGuy Harris1-5/+14