aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-dcerpc.c
AgeCommit message (Expand)AuthorFilesLines
2015-11-10packet-smb2: provide reassembling support for Named Pipe subdissectors (e.g. ...Stefan Metzmacher1-1/+1
2015-11-06Fix 32-bit OS X buildbot.Guy Harris1-1/+2
2015-11-06DCERPC: fix compilation with OSX buildbots and Ubuntu 15.10Pascal Quantin1-3/+3
2015-11-06packet-dcerpc: implement dissecting of rpc_sec_verification_trailerGregor Beck1-12/+396
2015-11-05dcerpc: add check for mutually exclusive function pointersDario Lombardo1-0/+3
2015-11-05packet-dcerpc: let dcerpc_get_proto_name() handle unknown uuidsStefan Metzmacher1-1/+7
2015-11-05packet-dcerpc: fix dissecting of decrypted payloadStefan Metzmacher1-5/+7
2015-11-04Declaring volatile pointers to functions is hard, let's go shopping!Guy Harris1-1/+1
2015-11-04Squelch a "setjmp/longjump may clobber" warning.Guy Harris1-37/+37
2015-11-04Don't allow DCE/RPC dissector table to have duplicatesMichael Mann1-1/+1
2015-11-04(Temporarily) Allow DCE/RPC dissector table to have duplicates.Michael Mann1-1/+1
2015-11-04Refactor DCE/RPC dissection to include a real dissector table.Michael Mann1-290/+303
2015-11-04Don't include "file.h" if you don't need it.Guy Harris1-0/+1
2015-11-02packet-dcerpc: add proto_tree_add_dcerpc_drep()Gregor Beck1-21/+22
2015-11-01packet-dcerpc: improve dissection of bind time feature negotiationStefan Metzmacher1-30/+40
2015-10-31packet-dcerpc: add dissect_ndr_ucarray_block()Stefan Metzmacher1-5/+36
2015-10-30packet-dcerpc: pass dcerpc_info to dcerpc_dissect_fnct_blk_tStefan Metzmacher1-1/+2
2015-10-29packet-dcerpc: Move Auth padding to the right treeGregor Beck1-1/+1
2015-10-26Clean up more unnecessary use of the 'volatile' key word.Jeff Morriss1-1/+1
2015-10-22Use address functions instead of ADDRESS macros in asn1 and epanGerald Combs1-10/+10
2015-10-14Change proto_tree_add_ipv6() to take a struct e_in6_addr pointerJoão Valverde1-1/+1
2015-08-27Eliminate proto_tree_add_text from some dissectors.Michael Mann1-79/+58
2015-08-16Conversion of random proto_tree_add_text calls.Michael Mann1-12/+12
2015-07-17Remove all preferences related to enabling/disabling heuristic dissectors.Michael Mann1-6/+6
2015-07-12Add "user presentable" and "unique string ids" to heuristic table entries.Michael Mann1-6/+6
2015-07-03Split more init routines into init/cleanup functionsPeter Wu1-17/+11
2015-06-25Bugfix parsing filters out of SRT tables with parameters.Michael Mann1-1/+1
2015-06-21Further refactor SRT stats.Michael Mann1-1/+159
2015-06-06DCERPC: There are identical sub-expressions 'tvb_reported_length(tvb)' to the...Alexis La Goutte1-1/+1
2015-05-31Eliminate proto_tree_add_text from packet-dcerpc-ndr.c and packet-dcerpc-netl...Michael Mann1-0/+3
2015-04-18Convert proto_tree_add_boolean to proto_tree_add_bitmask_[value|value_with_fl...Michael Mann1-72/+55
2015-03-03Eliminate e_uuid_t in favor of e_guid_t.Guy Harris1-42/+42
2015-01-27Lua: Expose tcp_dissect_pdus() to LuaHadriel Kaplan1-1/+3
2015-01-22packet-smb2: correctly dissect dcerpc traffic over different named pipe handlesStefan Metzmacher1-1/+1
2015-01-22packet-dcerpc: change transportsalt to guint64Stefan Metzmacher1-25/+38
2015-01-08guid_to_ep_str -> guid_to_strMichael Mann1-8/+8
2014-12-29dcerpc: Replace g_warning() by expert...() (dissectors shouldn't do termio).Bill Meier1-12/+20
2014-12-22First batch of unincludes. Last attempt...Martin Mathieson1-3/+0
2014-12-21Cleanup use of #includes in non-generated epan/dissector/*.cBill Meier1-6/+3
2014-12-07dcerpc: Missing break in switch (CID 280449 & 280450 & 284051)Alexis La Goutte1-0/+3
2014-12-01Remove private_data member from packet_info structure.Michael Mann1-2/+0
2014-11-01Missed cahnges from last commit:AndersBroman1-16/+16
2014-10-31Fix:AndersBroman1-2/+2
2014-10-31Use tcp_dissect_pdus in DCE/RPC dissector when running atop TCP.Michael Mann1-11/+67
2014-10-21Handle an hfindex of -1.Guy Harris1-10/+10
2014-10-19Remove unnecessary tvb_ensure_bytes_exist calls.Michael Mann1-21/+1
2014-09-22dcerpc: correctly initialize certain struct fieldsEvan Huus1-5/+1
2014-09-20proto_tree_add_text -> proto_tree_add_subtree[_format] for DCE/RPC dissectors.Michael Mann1-30/+17
2014-09-19Don't assert that values fit in 32 bits if the NDR64 flag is set.Michael Mann1-18/+49
2014-09-16Fix spelling: cant-->can't, wont-->won't, etcBill Meier1-1/+1