aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-smb-pipe.c
AgeCommit message (Expand)AuthorFilesLines
2017-05-20Show structures as FT_NONE, not FT_STRING.Guy Harris1-17/+34
2017-05-17Create temporary variables for some proto_tree_add_<datatype> calculations.Michael Mann1-4/+4
2017-04-19smb-pipe: fix memory leaks from descriptorsPeter Wu1-3/+3
2017-01-29Register reassembly tablesMichael Mann1-22/+9
2016-06-27tvb_get_string_enc + proto_tree_add_item = proto_tree_add_item_ret_stringMichael Mann1-8/+2
2016-05-09Give the time_[m]secs_to routines names that begin with "[un]signed_".Guy Harris1-3/+3
2016-03-20Create call_data_dissector() to call data dissector.Michael Mann1-11/+1
2016-03-17Associate dissector tables and heuristic subdissector lists with a protocol.Michael Mann1-9/+4
2016-01-24Add the packet number to the packet_info structure, and use it.Guy Harris1-1/+1
2015-07-25MSWSP: Initial implementation of MS-WSP (windows search protocol) dissectorGregor Beck1-8/+8
2015-07-03Call reassembly_table_destroy for some dissectorsPeter Wu1-0/+7
2015-06-22Remove a bunch of deprecated tvb_length callsEvan Huus1-4/+4
2015-06-08Eliminate proto_tree_add_text from some dissectors.Michael Mann1-15/+39
2015-01-19The times in question are local, not UTC.Guy Harris1-8/+26
2015-01-19smb-pipe: prevent possible crash; gmtime() can return NULL.Bill Meier1-18/+8
2015-01-07tvb_bytes_to_ep_str -> tvb_bytes_to_strMichael Mann1-5/+5
2014-12-25Deleting unnecessary #includes from dissectors.Martin Mathieson1-3/+0
2014-12-21Cleanup use of #includes in non-generated epan/dissector/*.cBill Meier1-4/+2
2014-12-21Have a heur_dissector_list_t be an opaque handle.Guy Harris1-1/+1
2014-12-13Use ENC_LITTLE_ENDIAN when fetching FT_U?INT8 fields ...Bill Meier1-1/+1
2014-10-20Get rid of calls to ctype.h functions.Guy Harris1-3/+2
2014-09-16Fix spelling: cant-->can't, wont-->won't, etcBill Meier1-4/+4
2014-09-11Make all "padding" fields filterableMichael Mann1-1/+6
2014-07-09convert to proto_tree_add_subtree[_format]Michael Mann1-13/+4
2014-06-19Revert "Fixup: tvb_* -> tvb_captured"Michael Mann1-4/+4
2014-06-18Fixup: tvb_* -> tvb_capturedDario Lombardo1-4/+4
2014-06-18Fixup: tvb_get_string(z) -> tvb_get_string(z)_encDario Lombardo1-2/+2
2014-06-16Convert a bunch of time_to_str functions to wmemEvan Huus1-3/+3
2014-05-21Change the signature of dissector_try_heuristic() to return hdtbl_entryAndersBroman1-6/+8
2014-03-04Remove all $Id$ from top of fileAlexis La Goutte1-2/+0
2013-12-19Rename more to_str functions to have ep_ in the name if they return ephemeralEvan Huus1-3/+3
2013-12-19Rename a couple of to_str functions to have ep_ in the name. This makes itEvan Huus1-5/+5
2013-12-11- Make local functions static.Anders Broman1-0/+5
2013-11-27- Create/use several extended value_stringsBill Meier1-9/+22
2013-11-25Move DCERPC data in packet_info needed for Decode As into packet scoped proto...Michael Mann1-3/+3
2013-11-10Add missing includes in order to remove exceptions.h from proto.h (next commit).Jakub Zawadzki1-0/+2
2013-11-09Include <epan/to_str.h> only when needed.Jakub Zawadzki1-0/+1
2013-10-26Mark a bunch of no-longer-used parameters as unused. Remove a couple ofJeff Morriss1-2/+2
2013-10-25Remove SMB's use of private_data and just pass the data through all of the di...Michael Mann1-78/+68
2013-09-22emem -> wmem conversion:Pascal Quantin1-2/+2
2013-08-17Get rid of an unused variable.Guy Harris1-20/+8
2013-08-16Fix typo (failure to remove a %).Guy Harris1-143/+155
2013-08-16Make more filterable items courtesy of convert_proto_tree_add_text.pl.Michael Mann1-133/+111
2013-07-17Remove fragment_data, add fragment_head, fragment_item - for now alias it to ...Jakub Zawadzki1-1/+1
2013-07-14Rewrite reassemble API to use TVBs instead of raw data.Jakub Zawadzki1-4/+2
2013-06-14Remove check_col() and the occasional tree.Michael Mann1-18/+11
2013-03-22Don't wire into the reassembly code the notion that reassemblies shouldGuy Harris1-14/+19
2013-03-18From beroset:Anders Broman1-7/+7
2013-02-22Fix some Dead Store (Dead assignement/Dead increment) Warning found by ClangAlexis La Goutte1-23/+1
2013-01-31Comment out unused hf[] entries & etc.Bill Meier1-1/+3