aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-smb2.c
AgeCommit message (Expand)AuthorFilesLines
2014-12-25Deleting unnecessary #includes from dissectors.Martin Mathieson1-4/+0
2014-12-21Cleanup use of #includes in non-generated epan/dissector/*.cBill Meier1-5/+4
2014-12-21Have a heur_dissector_list_t be an opaque handle.Guy Harris1-1/+1
2014-12-01Use proto_tree_add_bitmask for groups of proto_tree_add_boolean.Michael Mann1-52/+37
2014-11-20Eliminate proto_tree_add_text from some dissectors.Michael Mann1-25/+52
2014-10-15smb2: fully initialize dummy sessionEvan Huus1-7/+4
2014-10-07Dissect an SVHDX Open Device Context that appears as an Extra Create ParameterRichard Sharpe1-3/+153
2014-10-06Adjust indentation to match editor modelines; Do other minor whitespace changes.Bill Meier1-1/+1
2014-09-16Fix spelling: cant-->can't, wont-->won't, etcBill Meier1-17/+17
2014-07-09convert to proto_tree_add_subtree[_format]Michael Mann1-196/+88
2014-06-19Revert "Fixup: tvb_* -> tvb_captured"Michael Mann1-69/+69
2014-06-18Fixup: tvb_* -> tvb_capturedDario Lombardo1-69/+69
2014-06-07tvb_new_subset -> tvb_new_subset_length when length parameters are equal.Michael Mann1-2/+2
2014-05-21Change the signature of dissector_try_heuristic() to return hdtbl_entryAndersBroman1-1/+3
2014-04-30Fix uninitialized struct in SMB2Evan Huus1-6/+2
2014-03-07packet-smb2: setup decryption keys for kerberos session setupsStefan Metzmacher1-0/+45
2014-03-04Remove all $Id$ from top of fileAlexis La Goutte1-2/+0
2014-02-25packet-smb2: 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-smb2: register a dissector on top of smb_directStefan Metzmacher1-0/+1
2014-01-31Fix Dead Store (Dead assignement/Dead increment) warning found by ClangAlexis La Goutte1-1/+0
2014-01-31packet-smb2: dissect SMBDirect Buffer DescriptorsStefan Metzmacher1-15/+110
2014-01-29packet-smb2: fix lease epoch fieldsStefan Metzmacher1-3/+4
2014-01-29smb2: Lease Epoch is only 16 bitVolker Lendecke1-3/+12
2014-01-29smb2: Fix a typoVolker Lendecke1-1/+1
2013-12-21Add missing includesJakub Zawadzki1-0/+1
2013-12-11- Make local functions static.Anders Broman1-0/+3
2013-11-27- Create/use several extended value_stringsBill Meier1-6/+6
2013-11-24Move dceprc_procedure_name from packet_info to dcerpc_info. Doesn't appear t...Michael Mann1-0/+1
2013-11-16Create/use extended-value-strings to reference certain value-strings;Bill Meier1-1349/+1350
2013-11-06Remove pinfo->private_data from DCERPC dissectors and instead have dcerpc_inf...Michael Mann1-9/+3
2013-10-29From didier gautheron: remove redundant or use faster col_xxx functionsBill Meier1-2/+2
2013-10-25Remove SMB's use of private_data and just pass the data through all of the di...Michael Mann1-11/+3
2013-10-15Reorder all of the bitmask trees according to its endianess from highest to l...Cal Turney1-21/+25
2013-09-22emem -> wmem conversion:Pascal Quantin1-1/+1
2013-09-21Add _g_ to the names of functions that allocate glib memory. This is a bit moreEvan Huus1-1/+1
2013-09-15emem -> wmem (except uat or init routines)Pascal Quantin1-28/+27
2013-09-15Remove unused variables, fix typos.Evan Huus1-2/+0
2013-09-15Convert proto_tree_add_uint_format to proto_tree_add_uint_format_value if hf_...Michael Mann1-1/+1
2013-09-09Register a wmem callback to free the glib hash tables used in SMB2 conversationEvan Huus1-1/+26
2013-09-09In SMB2 dissector, make sure pinfo->private_data is pointing to an SMB structEvan Huus1-0/+8
2013-08-01As pointed out in https://www.wireshark.org/lists/wireshark-dev/201307/msg002...Jeff Morriss1-18/+18
2013-07-31From Richard Sharpe:Jeff Morriss1-4/+4
2013-06-14Remove check_col() and the occasional tree.Michael Mann1-44/+20
2013-03-17From beroset:Anders Broman1-22/+21
2013-03-10Allocate zeroed memory instead of manually zeroing some of the fields. We wereEvan Huus1-5/+14
2013-03-09Use explicit casts.Anders Broman1-17/+17
2013-03-09Make checkAPIs HappyAlexis La Goutte1-1/+0
2013-03-09From Jose Pico via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=8377 N...Alexis La Goutte1-3/+266
2013-02-24Use AF_ defines from <epan/aftypes.h>Jakub Zawadzki1-2/+3